virtualx-engine/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators
Magian c41196f0f3 C#: Fix Generated ScriptProperty Error.
1. Add "this." to prevent errors caused by duplicate variable names.
2. Try to find the default value of property getters.
2022-11-27 17:40:40 +08:00
..
Common.cs
EventHandlerSuffixSuppressor.cs C#: Suppress EventHandler suffix diagnostic for signals 2022-09-22 14:23:01 +02:00
ExtensionMethods.cs Fully qualify C# default values in exported fields. 2022-11-22 18:10:34 -05:00
Godot.SourceGenerators.csproj
Godot.SourceGenerators.props
GodotClasses.cs
GodotEnums.cs C#: Synchronize Godot enums with core 2022-11-19 01:54:23 +01:00
GodotMemberData.cs Add readonly to C# methods and types that don't mutate 2022-11-14 20:32:20 +01:00
GodotPluginsInitializerGenerator.cs Use .generated suffix for generated C# code 2022-10-22 23:13:52 +02:00
MarshalType.cs
MarshalUtils.cs C#: Guard against null assemblies 2022-09-22 12:41:38 +02: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#: Make MustBeVariantAnalyzer ignore OmittedTypeArgument 2022-09-06 18:51:45 +02:00
PropertyInfo.cs Add readonly to C# methods and types that don't mutate 2022-11-14 20:32:20 +01:00
ScriptMethodsGenerator.cs C#: Remove need for reflection to invoking callable delegates 2022-10-30 01:24:15 +02:00
ScriptPathAttributeGenerator.cs Use .generated suffix for generated C# code 2022-10-22 23:13:52 +02:00
ScriptPropertiesGenerator.cs C#: Fix Generated ScriptProperty Error. 2022-11-27 17:40:40 +08:00
ScriptPropertyDefValGenerator.cs C#: Fix Generated ScriptProperty Error. 2022-11-27 17:40:40 +08:00
ScriptRegistrarGenerator.cs
ScriptSerializationGenerator.cs Use .generated suffix for generated C# code 2022-10-22 23:13:52 +02:00
ScriptSignalsGenerator.cs C#: Remove need for reflection to invoking callable delegates 2022-10-30 01:24:15 +02:00