-
I am interested in using and also contributing to CSharp.lua
It would be very helpful to have a Contributions.md for you to state, whether you welcome contributions, and if you do, then how to get …
-
It seems this project is a source code translator. But if I don't have the full source code of the projects and some libraries are in DLL form only, will it work and how? Thank you.
-
Hello.
Currently, Lua for Barotrauma have significant limitation - all `ACsMod`s are compiled in the same assembly. Therefore when you do `Harmony.PatchAll(Assembly.GetExecutingAssembly());`, Harmon…
-
We can notice that generator list for `3.0.0` is shorter than `2.X`. The main reason for this is because converting mustaches templates to handlebars templates has made the migration process slow. but…
-
Is it possible to consume third party nuget packages and use them in Lua?
-
---
OS: Windows 11
Nvim version:
NVIM v0.10.2
Build type: Release
LuaJIT 2.1.1713484068
Run "nvim -V1 -v" for more info
---
I have a pretty spread out config so this may be a problem with my…
-
When I add LemonUI as nuget package in order to use it, my exports inside my C# FiveM addon won't work and crash my Client plugin.
Here is my stacktrack inside FiveM Client
```
[ 32719] [b309…
-
Add "copy constructors" for Skeleton and AnimationState in 3.7. Callbacks set on AnimationState will be retained. It is the duty of the user to unset them if they shouldn't be copied. Special care nee…
-
If the project has a class named "Form" which in the System.Windows.Form namespace and we click the "go to the defination " context menu in vscode or vs2022, it can jump to the definiation in that na…
-
This isn't as much an issue as it is a suggestion.
Would it be possible to generate some form of code maps? By this I mean a file which would contain which lines of Lua code correspond to which lin…