theKBro

Results 5 issues of theKBro

In earlier versions if the object at fullPath was nil GetFunction returned null. Now if the object is not a LuaFunction a LuaFunction is created -> so GetFunction will never...

if using dotnet build instead of msbuild there is an error that Microsoft.Build.Utilities.v4.0 cannot be found! The "ILRepack" task could not be loaded from the assembly ...\.nuget\packages\ilrepack.lib.msbuild.task\2.0.18\build\ILRepack.Lib.MSBuild.Task.dll. Could not load...

I got no parsing error if a positional argument is present example: no value/positional arguments allowed at all option with space abc.exe -t myPath/with a/unwandted/space so the option is myPath/with...

internal record structs are handled incorrectly ``` namespace ClassLibrary1; public class DummyMix { private readonly record struct DummyInternalRecord(string Type, string Name, string Attribute); private readonly DummyInternalRecord _internalRecord; public DummyMix(string name)...

enhancement
sponsorship