1
0
Fork 0
godot/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators
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
..
AnalyzerReleases.Shipped.md
AnalyzerReleases.Unshipped.md Implement [ExportToolButton] 2024-11-18 20:19:47 +01:00
ClassPartialModifierAnalyzer.cs
CodeAnalysisAttributes.cs
Common.cs Implement [ExportToolButton] 2024-11-18 20:19:47 +01:00
EventHandlerSuffixSuppressor.cs
ExtensionMethods.cs Implement [ExportToolButton] 2024-11-18 20:19:47 +01:00
GlobalClassAnalyzer.cs
Godot.SourceGenerators.csproj Move to .NET8 2024-12-13 14:00:13 +01:00
Godot.SourceGenerators.props
GodotClasses.cs Implement [ExportToolButton] 2024-11-18 20:19:47 +01:00
GodotEnums.cs Implement [ExportToolButton] 2024-11-18 20:19:47 +01:00
GodotMemberData.cs
GodotPluginsInitializerGenerator.cs
Helper.cs
MarshalType.cs
MarshalUtils.cs Implement typed dictionaries 2024-09-04 10:27:26 -05:00
MethodInfo.cs
MustBeVariantAnalyzer.cs C#: Fix unhandled GD0303 error for nested generic attribute types 2024-10-11 03:03:05 +08:00
PropertyInfo.cs
ScriptMethodsGenerator.cs C#: Escape generated members 2024-06-15 19:07:42 +02:00
ScriptPathAttributeGenerator.cs
ScriptPropertiesGenerator.cs [.NET] Preserve no-hint behavior for unmarshallable generics in dictionaries 2024-11-21 20:38:55 +01:00
ScriptPropertyDefValGenerator.cs Fix GD0107 not applying to arrays and dictionaries containing nodes 2024-07-24 02:20:29 -03:00
ScriptRegistrarGenerator.cs
ScriptSerializationGenerator.cs C#: Escape generated members 2024-06-15 19:07:42 +02:00
ScriptSignalsGenerator.cs C#: Fix warnings caught by new problem-matchers 2024-12-10 14:04:35 -06:00