Replies: 1 comment 5 replies
-
|
Is there any exception? The definition of |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
I'm calling some static C# functions from Lua. This code works in .NET 6, but fails in 4.5.1:
I thought it might be due to my targeting 4.7.2. So I added a 4.7.2 target to neolua, and get the same result.
Do the Framework DLLs have some specific thing I need to do to get it to work?
Again, same code (even calling the 4.7.2 library) works when using .NET 6 target, but fails for any Framework target.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions