YANG Huan
YANG Huan
The -module parameter is used when compiling a DLL project with CSharp.lua. The -l parameter is used to indicate that the project being compiled by CSharp.lua has a reference to...
https://github.com/yanghuan/CSharp.lua/blob/master/test/BridgeNetTests/Tests/test.lua#L12 test project use it, you can see this example
you can see the following https://github.com/yanghuan/CSharp.lua/issues/17 https://github.com/yanghuan/CSharp.lua/pull/258
The initial design was a source-to-source translator, similar to Scala.js in naming convention. It uses Roslyn to parse C# source code, and Roslyn does not have the ability to decompile...
may you set "debug = nil", [CoreSystem](https://github.com/yanghuan/CSharp.lua/tree/master/CSharp.lua/CoreSystem.Lua/CoreSystem) if debug == nil System.ObjectGetType may be define
There are no plans at this time
CSharp.lua just convert C# code to lua code.
堆栈对应不上,是目前最新的代码吗?
2.0 是去年发布了,用工程最新的代码编译试试