mirror of https://github.com/godotengine/godot
- 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 |
||
|---|---|---|
| .. | ||
| AnalyzerReleases.Shipped.md | ||
| AnalyzerReleases.Unshipped.md | ||
| ClassPartialModifierAnalyzer.cs | ||
| CodeAnalysisAttributes.cs | ||
| Common.cs | ||
| EventHandlerSuffixSuppressor.cs | ||
| ExtensionMethods.cs | ||
| GlobalClassAnalyzer.cs | ||
| Godot.SourceGenerators.csproj | ||
| Godot.SourceGenerators.props | ||
| GodotClasses.cs | ||
| GodotEnums.cs | ||
| GodotMemberData.cs | ||
| GodotPluginsInitializerGenerator.cs | ||
| Helper.cs | ||
| MarshalType.cs | ||
| MarshalUtils.cs | ||
| MethodInfo.cs | ||
| MustBeVariantAnalyzer.cs | ||
| PropertyInfo.cs | ||
| ScriptMethodsGenerator.cs | ||
| ScriptPathAttributeGenerator.cs | ||
| ScriptPropertiesGenerator.cs | ||
| ScriptPropertyDefValGenerator.cs | ||
| ScriptRegistrarGenerator.cs | ||
| ScriptSerializationGenerator.cs | ||
| ScriptSignalsGenerator.cs | ||