godot/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample
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
..
OneWayProperties Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00
Bar.cs Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00
EventSignals.cs C#: Rename Object to GodotObject 2023-01-27 02:04:18 +01:00
ExportedComplexStrings.cs Fix interpolated strings in ScriptPropertyDefVal 2024-03-01 11:24:46 +01:00
ExportedFields.cs Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00
ExportedProperties.cs Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00
Foo.cs Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00
Generic.cs Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00
Generic1T.cs Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00
Generic2T.cs Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00
GlobalClass.cs C# Add test suite for Diagnostic Analyzers: GlobalClass and MustBeVariant 2024-01-15 11:31:12 +01:00
Godot.SourceGenerators.Sample.csproj Move to .NET8 2024-12-13 14:00:13 +01:00
Methods.cs C#: Rename Object to GodotObject 2023-01-27 02:04:18 +01:00
MoreExportedFields.cs Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00
MustBeVariantSamples.cs C#: Fix to allow usage of [MustBeVariant] in generic typed attributes 2024-01-21 22:29:29 +01:00
NestedClass.cs Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00
ScriptBoilerplate.cs Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00