1
0
Fork 0
godot/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests/TestData/Sources
Paviel Kraskoŭski bdb4ca906f Fix source generation of statically imported members 2025-10-26 17:02:40 +03:00
..
AbstractGenericNode.cs C#: Fix generator crash w/ generic arrays 2024-04-30 22:22:09 +02:00
AllReadOnly.cs
AllWriteOnly.cs
Bar.cs
ClassPartialModifier.GD0001.cs Style: Trim trailing whitespace and ensure newline at EOF 2024-05-08 10:12:46 +02:00
EventSignals.cs
ExportDiagnostics_GD0101.cs
ExportDiagnostics_GD0102.cs
ExportDiagnostics_GD0103.cs
ExportDiagnostics_GD0104.cs
ExportDiagnostics_GD0105.cs
ExportDiagnostics_GD0106.cs
ExportDiagnostics_GD0107.cs Fix GD0107 not applying to arrays and dictionaries containing nodes 2024-07-24 02:20:29 -03:00
ExportDiagnostics_GD0108.cs [.NET] Disallow `[ExportToolButton]` on members thay may store the Callable 2025-02-14 01:09:59 +01:00
ExportDiagnostics_GD0109.cs [.NET] Disallow `[ExportToolButton]` on members thay may store the Callable 2025-02-14 01:09:59 +01:00
ExportDiagnostics_GD0110.cs [.NET] Disallow `[ExportToolButton]` on members thay may store the Callable 2025-02-14 01:09:59 +01:00
ExportDiagnostics_GD0111.cs [.NET] Disallow `[ExportToolButton]` on members thay may store the Callable 2025-02-14 01:09:59 +01:00
ExportedComplexStrings.cs
ExportedFields.cs Fix source generation of statically imported members 2025-10-26 17:02:40 +03:00
ExportedProperties.cs Fix source generation of statically imported members 2025-10-26 17:02:40 +03:00
ExportedProperties2.cs fix https://github.com/godotengine/godot/issues/104135 Generator for C# makes illegal code for a GodotObject with a primary ctor 2025-03-21 08:34:25 -07:00
ExportedToolButtons.cs Implement [ExportToolButton] 2024-11-18 20:19:47 +01:00
Foo.cs
Generic.GD0003.cs
Generic.cs
GlobalClass.GD0401.cs Style: Trim trailing whitespace and ensure newline at EOF 2024-05-08 10:12:46 +02:00
GlobalClass.GD0402.cs Style: Trim trailing whitespace and ensure newline at EOF 2024-05-08 10:12:46 +02:00
KeywordClassNameAndNamespace.cs Fix source generator exceptions appearing when use "@+internal keyword" as type or namespace name in C# script 2025-08-09 13:25:54 +08:00
Methods.cs
MixedReadOnlyWriteOnly.cs
MoreExportedFields.cs
MustBeVariant.GD0301.cs C#: Fix unhandled GD0303 error for nested generic attribute types 2024-10-11 03:03:05 +08:00
MustBeVariant.GD0302.cs
NestedInGeneric.cs Fix nested GodotObject class in generic class lead to source generator errors in C# 2025-03-22 20:46:52 +08:00
OuterClassPartialModifierAnalyzer.GD0002.cs
SameName.GD0003.cs
ScriptBoilerplate.cs