Yea, that was a first place where i was looking into, because last time when i was playing with folder for plugins, you added "Error CS0246: The type or namespace name 'DG' could not be found..." to FAQ
But you're right, DLL is not in repository. Wondering, why that happens: my
gitignore is not containing "*.dll", and
git status says everything is fine.
PS: okay, found it. That nasty guy is hidden at
C:\User\Documents\gitignore_global.txt. In line 22, there's ".dll", so adding # at the beginning of the line fixes the issue. Now
git status sees all dlls. You can add it to FAQ