LostBlizzard
LostBlizzard
-Removed symbolic links and just used symbolic links direct references because it may mess up a project git history as it cant be easily added to to .gitnore. -Also added...
there may be a cleaner way to fix this issue.
this is missing for the forceincludes. from [Jarod42](https://github.com/Jarod42) > Paths (as `includedirs`) from toolset should be fixed now when workspace location != project location. I check and it does seem...
There a discrepancy between the NLua.LuaTable and the NLua.Lua Type. When adding table field of type System.Reflection.MethodBase. ```c# class LuaCallbacks { public static void callbackfunction() {} } // this does...