YANG Huan

Results 42 comments of 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.