1
0
Fork 0
godot/modules/mono/glue/GodotSharp/Godot.SourceGenerators.Inte...
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
..
CallbacksInfo.cs
Common.cs C#: Add `global::` namespace to generated source 2022-11-26 01:13:16 +01:00
ExtensionMethods.cs C#: Compare symbol names without null flow state 2023-07-06 16:10:14 +02:00
GeneratorClasses.cs
Godot.SourceGenerators.Internal.csproj Move to .NET8 2024-12-13 14:00:13 +01:00
UnmanagedCallbacksGenerator.cs Move to .NET8 2024-12-13 14:00:13 +01:00