1
0
Fork 0
godot/modules/mono/editor
Paul Joannon fb8553e4d7
Move to .NET8
- Change TFM and LangVersion
- Better exception throwing (CA1510, CA1512, CA1513)
- Better exception utility method definition (CA1859)
- Prefer comparing `.Count` over calling `.Any()` (CA1860)
- Prefer `.AsSpan()` over `.Substring()` (CA1846)
- Add a few more `scoped`
- Use `RuntimeHelpers.GetUninitializedObject()` instead of `FormatterServices.GetUninitializedObject()`
- Use delegate instead of delegate pointer in variant generic conversions
- Enable EnforceExtendedAnalyzerRules in source generator projects
- Disable CS8981 on structs named movable in Godot.NativeInterop
2024-12-13 14:00:13 +01:00
..
Godot.NET.Sdk Move to .NET8 2024-12-13 14:00:13 +01:00
GodotTools Move to .NET8 2024-12-13 14:00:13 +01:00
script_templates SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
bindings_generator.cpp C#: Fix warnings caught by new problem-matchers 2024-12-10 14:04:35 -06:00
bindings_generator.h C#: Fix warnings caught by new problem-matchers 2024-12-10 14:04:35 -06:00
code_completion.cpp Use `(r)find_char` instead of `(r)find` for single characters 2024-11-17 10:02:18 +01:00
code_completion.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_internal_calls.cpp Extract editor main screen 2024-09-09 11:06:18 -04:00
editor_internal_calls.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
hostfxr_resolver.cpp Merge pull request #92316 from alula/msvc-clang 2024-08-29 10:36:17 +02:00
hostfxr_resolver.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
semver.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
semver.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00