Replies: 2 comments 2 replies
-
The CSharp.lua compiler will import the .net standard library by default, if not .NET runtime can not found the system dll |
Beta Was this translation helpful? Give feedback.
1 reply
-
https://github.com/yanghuan/CSharp.lua/blob/master/CSharp.lua/Compiler.cs#L82-L92 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like any .NET application, CSharp.lua could be published as self-contained.
https://learn.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained
This is more convenient. No need to install a .NET runtime to use it anymore.
Beta Was this translation helpful? Give feedback.
All reactions