This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7f96fc568e20bd1a4db055eeb1921d401cb267b5
godot
/
modules
/
mono
/
editor
/
Godot.NET.Sdk
/
Godot.SourceGenerators.Tests
History
Paul Joannon
88191b0b15
Fix extraction of C# default property values when negative
2025-04-13 17:57:20 +02:00
..
TestData
Fix extraction of C# default property values when negative
2025-04-13 17:57:20 +02:00
ClassPartialModifierAnalyzerTest.cs
…
Constants.cs
…
CSharpAnalyzerVerifier.cs
…
CSharpCodeFixVerifier.cs
…
CSharpSourceGeneratorVerifier.cs
…
ExportDiagnosticsTests.cs
[.NET] Disallow
[ExportToolButton]
on members thay may store the Callable
2025-02-14 01:09:59 +01:00
Extensions.cs
…
GlobalClassAnalyzerTests.cs
…
Godot.SourceGenerators.Tests.csproj
…
MustBeVariantAnalyzerTests.cs
…
NestedInGenericTest.cs
Fix nested GodotObject class in generic class lead to source generator errors in C#
2025-03-22 20:46:52 +08:00
ScriptMethodsGeneratorTests.cs
…
ScriptPathAttributeGeneratorTests.cs
…
ScriptPropertiesGeneratorTests.cs
…
ScriptPropertyDefValGeneratorTests.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
ScriptSerializationGeneratorTests.cs
…
ScriptSignalsGeneratorTests.cs
…