- 19 May, 2023 1 commit
-
-
dcronqvist authored
* Registering functions now only register 1 global, fix #480 * Changed `is not null` to `!= null` for backwards compatibility * Use `IsSubclassOf` instead of newer `IsAssignableTo` * Explicit type for anonymous function in unit test, for pre-C#10 compatibility * Only include test on `NETCOREAPP3_1_OR_GREATER`, added comment for test as well * Removed `NETCOREAPP3_1_OR_GREATER` check because it is unnecessary * Add LuaMemberAttribute, allows registered name in Lua to be different from C#, closes #488 * Explicit typing fix * Tests use IEnumerable<T>.Contains to check for existence instead
-
- 26 Nov, 2022 1 commit
-
-
Mathyn authored
* Moved Lua _globals to a separate class (this class includes a fix for #468) * Added unit tests and made a small tweak to LuaGlobals * bin and obj for test .net6.0 project are now correctly ignored * Removed Assert.Contains calls because these are not supported on iOS and tvOS
-
- 19 Apr, 2020 1 commit
-
-
Timothy Walter Lutt authored
* Add crude tests for printing nil in various ways As requested in issue NLua/NLua#353 though all tests seem to pass * Use stringbuilder instead of concat * Simplify Lua function registration * Make print return and assert eq in tests
-
- 09 Feb, 2019 1 commit
-
-
Vinicius Jarina authored
-
- 03 Feb, 2019 1 commit
-
-
Vinicius Jarina authored
* Added iOS tests. * Added `tvOS` tests. * Added `NUNIT_ENABLE_XML_OUTPUT` flag * Added Touch.Server to run iOS/tvOS tests on VSTS. * Update Touch.Sever nuget. * Fixed iOS test results XML. * Bump Touch.Server. * Fixed windows build. * .
-