1
0
Fork 0
godot/modules/mono/editor/Godot.NET.Sdk
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 C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT fails 2024-09-16 17:07:03 +02:00
Godot.SourceGenerators Move to .NET8 2024-12-13 14:00:13 +01:00
Godot.SourceGenerators.Sample Move to .NET8 2024-12-13 14:00:13 +01:00
Godot.SourceGenerators.Tests Move to .NET8 2024-12-13 14:00:13 +01:00
.gitignore C#: Improve diagnostic messages and add help link 2023-10-17 19:45:09 +02:00
Godot.NET.Sdk.sln Dotnet: Fix attributes for `sln`/`csproj` files 2024-05-03 12:21:51 -05:00