1
0
Fork 0
godot/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators
Raul Santos f4094b554d
[.NET] Disallow `[ExportToolButton]` on members thay may store the Callable
Ensures the user doesn't store the Callable so the .NET assembly can be reloaded.
2025-02-14 01:09:59 +01:00
..
AnalyzerReleases.Shipped.md C#: Add analyzer release tracking 2024-02-19 19:47:40 +01:00
AnalyzerReleases.Unshipped.md [.NET] Disallow `[ExportToolButton]` on members thay may store the Callable 2025-02-14 01:09:59 +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 [.NET] Disallow `[ExportToolButton]` on members thay may store the Callable 2025-02-14 01:09:59 +01:00
EventHandlerSuffixSuppressor.cs
ExtensionMethods.cs Implement [ExportToolButton] 2024-11-18 20:19:47 +01:00
GlobalClassAnalyzer.cs Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00
Godot.SourceGenerators.csproj Move to .NET8 2024-12-13 14:00:13 +01:00
Godot.SourceGenerators.props
GodotClasses.cs [.NET] Disallow `[ExportToolButton]` on members thay may store the Callable 2025-02-14 01:09:59 +01:00
GodotEnums.cs Implement [ExportToolButton] 2024-11-18 20:19:47 +01:00
GodotMemberData.cs
GodotPluginsInitializerGenerator.cs
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
MustBeVariantAnalyzer.cs C#: Fix unhandled GD0303 error for nested generic attribute types 2024-10-11 03:03:05 +08: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 [.NET] Disallow `[ExportToolButton]` on members thay may store the Callable 2025-02-14 01:09:59 +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