Vinicius Jarina
Vinicius Jarina
Why not use `long` and cast to `nint` in the C# side ?
I am not sure what you trying to achieve. But NLua will try to use reflection. I don't think it will work with ExpandObject. But why not use a Lua...
I see. I guess it would be doable if we can dynamically invoke properties/methods in the dynamic object. NLua will try to reflect over the CLR object directly, but in...
It's because a is a Lua string and not C# string. Try `a = StringExtensions.AddString(a)` and see if it works
KeraLua is 1:1 projection of Lua C library to C#/.NET NLua uses that projection to dynamically invoke methods/properties etc using reflection
NLua uses KeraLua. You could use KeraLua if you want a simple binding from C# to Lua without requiring a lot of reflection. I strongly recommend the Lua author book...
It should, I haven't tested. it work fine with Xamarin.iOS using FullAOT. Let me know when you tested
@rolfbjarne sorry I click save before I was finish with details.
@rolfbjarne ``` viniciusjarina@JarinaM3:~$ xcrun devicectl list devices --columns '*' Devices: Name Hostname Identifier State Model UDID Serial Number Platform OS Version OS Build ------------ ------------------------------------------ ------------------------------------ ------------------ -------------------------------------- ---------------------------------------- -------------...
i tried to forgot and repair. But still hit the same NRE: ``` error MT0000: Unexpected error - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new System.NullReferenceException: Object reference not set...