mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| OneWayProperties | ||
| Bar.cs | ||
| EventSignals.cs | ||
| ExportedComplexStrings.cs | ||
| ExportedFields.cs | ||
| ExportedProperties.cs | ||
| Foo.cs | ||
| Generic.cs | ||
| Generic1T.cs | ||
| Generic2T.cs | ||
| GlobalClass.cs | ||
| Godot.SourceGenerators.Sample.csproj | ||
| Methods.cs | ||
| MoreExportedFields.cs | ||
| MustBeVariantSamples.cs | ||
| NestedClass.cs | ||
| ScriptBoilerplate.cs | ||