1. 30 May, 2024 1 commit
  2. 21 Feb, 2024 1 commit
  3. 03 Feb, 2024 1 commit
  4. 29 Jan, 2024 2 commits
  5. 28 Jan, 2024 6 commits
  6. 04 Jun, 2023 2 commits
  7. 20 May, 2023 1 commit
  8. 19 May, 2023 5 commits
    • dcronqvist's avatar
      Add LuaMemberAttribute (#489) · 9026d802
      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
      9026d802
    • Vinicius Jarina's avatar
      Fix UWP build on VS 2022 · 656191ee
      Vinicius Jarina authored
      656191ee
    • Vinicius Jarina's avatar
      Fix CI · 189904f4
      Vinicius Jarina authored
      189904f4
    • Vinicius Jarina's avatar
      Fix build · d63b8b86
      Vinicius Jarina authored
      d63b8b86
    • Vinicius Jarina's avatar
      Bump KeraLua + net6 -> net7 · ea506a73
      Vinicius Jarina authored
      ea506a73
  9. 15 Mar, 2023 2 commits
    • dcronqvist's avatar
      Registering functions now only register 1 global, fix #480 (#481) · 9df4990c
      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
      9df4990c
    • Vinicius Jarina's avatar
      Fix build (#483) · 9544136c
      Vinicius Jarina authored
      * Fixing build
      
      * Bump Source.Link 1.1.1
      9544136c
  10. 04 Feb, 2023 2 commits
  11. 31 Jan, 2023 1 commit
  12. 26 Nov, 2022 2 commits
  13. 28 Apr, 2022 1 commit
  14. 14 Apr, 2022 1 commit
  15. 28 Feb, 2022 2 commits
  16. 11 Nov, 2021 10 commits