godot/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators
Raul Santos da37998dc8
C#: Generate On{EventName} method to raise signal events
2024-09-26 20:10:53 +02:00
..
AnalyzerReleases.Shipped.md C#: Add analyzer release tracking 2024-02-19 19:47:40 +01:00
AnalyzerReleases.Unshipped.md C#: Add analyzer release tracking 2024-02-19 19:47:40 +01:00
ClassPartialModifierAnalyzer.cs provide analyser corresponding to the GD0001 and GD0002, add ClassPartialModifierAnalyzerFix, and tests 2024-02-21 12:35:28 +03:00
CodeAnalysisAttributes.cs Clean a bunch of C# warnings 2024-01-26 09:38:33 +01:00
Common.cs provide analyser corresponding to the GD0001 and GD0002, add ClassPartialModifierAnalyzerFix, and tests 2024-02-21 12:35:28 +03:00
EventHandlerSuffixSuppressor.cs C#: Suppress EventHandler suffix diagnostic for signals 2022-09-22 14:23:01 +02:00
ExtensionMethods.cs C#: Generate signal event with the same accessibility as the delegate 2024-09-23 03:38:18 +02:00
GlobalClassAnalyzer.cs Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00
Godot.SourceGenerators.csproj Bump version to 4.4-dev 2024-08-15 11:39:34 +02:00
Godot.SourceGenerators.props Add fine-grained disabling of SourceGenerators 2023-03-25 13:46:12 +11:00
GodotClasses.cs Add tests and fix exports diagnostics 2024-02-20 11:24:41 +01:00
GodotEnums.cs Implement typed dictionaries 2024-09-04 10:27:26 -05:00
GodotMemberData.cs C#: Cleanup Variant marshaling code in source/bindings generators 2022-12-02 14:47:12 +01:00
GodotPluginsInitializerGenerator.cs Add fine-grained disabling of SourceGenerators 2023-03-25 13:46:12 +11:00
Helper.cs Clean a bunch of C# warnings 2024-01-26 09:38:33 +01:00
MarshalType.cs Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
MarshalUtils.cs Implement typed dictionaries 2024-09-04 10:27:26 -05:00
MethodInfo.cs Add `readonly` to C# methods and types that don't mutate 2022-11-14 20:32:20 +01:00
MustBeVariantAnalyzer.cs C#: Ignore late bound methods in MustBeVariantAnalyzer 2024-05-01 03:18:21 +02:00
PropertyInfo.cs C#: Set `PropertyInfo.class_name` for method parameters 2023-06-16 23:19:38 +02:00
ScriptMethodsGenerator.cs C#: Escape generated members 2024-06-15 19:07:42 +02:00
ScriptPathAttributeGenerator.cs provide analyser corresponding to the GD0001 and GD0002, add ClassPartialModifierAnalyzerFix, and tests 2024-02-21 12:35:28 +03:00
ScriptPropertiesGenerator.cs Implement typed dictionaries 2024-09-04 10:27:26 -05:00
ScriptPropertyDefValGenerator.cs Fix GD0107 not applying to arrays and dictionaries containing nodes 2024-07-24 02:20:29 -03:00
ScriptRegistrarGenerator.cs C#: Add initial implementation of source generator for script members 2022-08-22 03:36:51 +02:00
ScriptSerializationGenerator.cs C#: Escape generated members 2024-06-15 19:07:42 +02:00
ScriptSignalsGenerator.cs C#: Generate On{EventName} method to raise signal events 2024-09-26 20:10:53 +02:00