summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests
Commit message (Expand)AuthorAgeFilesLines
* C#: Escape signal parametersZae2024-10-231-2/+2
* Merge pull request #97588 from TML233/generated-raise-signalThaddeus Crews2024-10-211-1/+1
|\
| * Change generated On{SignalName} to EmitSignal{SignalName}TML2024-09-281-1/+1
* | Fix exported typed dictionaries in .NET having an incorrect hint, which led t...Juan Pablo Arce2024-10-182-2/+2
* | C#: Fix unhandled GD0303 error for nested generic attribute typesZae2024-10-111-0/+13
|/
* C#: Generate On{EventName} method to raise signal eventsRaul Santos2024-09-261-0/+4
* Implement typed dictionariesThaddeus Crews2024-09-042-2/+2
* Fix GD0107 not applying to arrays and dictionaries containing nodesJuan Pablo Arce2024-07-242-1/+66
* C#: Escape generated membersRaul Santos2024-06-1517-1013/+1013
* Remove useless isFirstEntry and useless source.Append("else ")Gaoyao Massimo Hu2024-05-147-266/+266
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-085-6/+6
* Dotnet: Fix attributes for `sln`/`csproj` filesThaddeus Crews2024-05-031-1/+1
* Merge pull request #91375 from paulloz/dotnet/prevent-generator-crash-on-expo...Rémi Verschelde2024-05-023-0/+65
|\
| * C#: Fix generator crash w/ generic arraysPaul Joannon2024-04-303-0/+65
* | C#: Ignore late bound methods in MustBeVariantAnalyzerRaul Santos2024-05-011-0/+6
|/
* Fix interpolated strings in ScriptPropertyDefValPaul Joannon2024-03-013-0/+61
* Cleanup C# projects, code quality & stylePaul Joannon2024-02-2719-1354/+1354
* Merge pull request #87253 from van800/van800/analyserRémi Verschelde2024-02-216-0/+94
|\
| * provide analyser corresponding to the GD0001 and GD0002, add ClassPartialModi...Ivan Shakhov2024-02-216-0/+94
* | Add tests and fix exports diagnosticsPaul Joannon2024-02-2017-0/+230
|/
* C#: Various fixes to generic scriptsRaul Santos2024-02-196-15/+73
* Clean diagnostic rulesPaul Joannon2024-02-184-14/+25
* C#: Fix to allow usage of [MustBeVariant] in generic typed attributesAlberto Vilches2024-01-213-2/+588
* C# Add test suite for Diagnostic Analyzers: GlobalClass and MustBeVariantAlberto Vilches2024-01-158-0/+233
* Add tests for source generatorsPaul Joannon2023-12-1942-0/+3411