| Commit message (Expand) | Author | Age | Files | Lines |
* | C#: Escape signal parameters | Zae | 2024-10-23 | 1 | -2/+2 |
* | Merge pull request #97588 from TML233/generated-raise-signal | Thaddeus Crews | 2024-10-21 | 1 | -1/+1 |
|\ |
|
| * | Change generated On{SignalName} to EmitSignal{SignalName} | TML | 2024-09-28 | 1 | -1/+1 |
* | | Fix exported typed dictionaries in .NET having an incorrect hint, which led t... | Juan Pablo Arce | 2024-10-18 | 2 | -2/+2 |
* | | C#: Fix unhandled GD0303 error for nested generic attribute types | Zae | 2024-10-11 | 1 | -0/+13 |
|/ |
|
* | C#: Generate On{EventName} method to raise signal events | Raul Santos | 2024-09-26 | 1 | -0/+4 |
* | Implement typed dictionaries | Thaddeus Crews | 2024-09-04 | 2 | -2/+2 |
* | Fix GD0107 not applying to arrays and dictionaries containing nodes | Juan Pablo Arce | 2024-07-24 | 2 | -1/+66 |
* | C#: Escape generated members | Raul Santos | 2024-06-15 | 17 | -1013/+1013 |
* | Remove useless isFirstEntry and useless source.Append("else ") | Gaoyao Massimo Hu | 2024-05-14 | 7 | -266/+266 |
* | Style: Trim trailing whitespace and ensure newline at EOF | Rémi Verschelde | 2024-05-08 | 5 | -6/+6 |
* | Dotnet: Fix attributes for `sln`/`csproj` files | Thaddeus Crews | 2024-05-03 | 1 | -1/+1 |
* | Merge pull request #91375 from paulloz/dotnet/prevent-generator-crash-on-expo... | Rémi Verschelde | 2024-05-02 | 3 | -0/+65 |
|\ |
|
| * | C#: Fix generator crash w/ generic arrays | Paul Joannon | 2024-04-30 | 3 | -0/+65 |
* | | C#: Ignore late bound methods in MustBeVariantAnalyzer | Raul Santos | 2024-05-01 | 1 | -0/+6 |
|/ |
|
* | Fix interpolated strings in ScriptPropertyDefVal | Paul Joannon | 2024-03-01 | 3 | -0/+61 |
* | Cleanup C# projects, code quality & style | Paul Joannon | 2024-02-27 | 19 | -1354/+1354 |
* | Merge pull request #87253 from van800/van800/analyser | Rémi Verschelde | 2024-02-21 | 6 | -0/+94 |
|\ |
|
| * | provide analyser corresponding to the GD0001 and GD0002, add ClassPartialModi... | Ivan Shakhov | 2024-02-21 | 6 | -0/+94 |
* | | Add tests and fix exports diagnostics | Paul Joannon | 2024-02-20 | 17 | -0/+230 |
|/ |
|
* | C#: Various fixes to generic scripts | Raul Santos | 2024-02-19 | 6 | -15/+73 |
* | Clean diagnostic rules | Paul Joannon | 2024-02-18 | 4 | -14/+25 |
* | C#: Fix to allow usage of [MustBeVariant] in generic typed attributes | Alberto Vilches | 2024-01-21 | 3 | -2/+588 |
* | C# Add test suite for Diagnostic Analyzers: GlobalClass and MustBeVariant | Alberto Vilches | 2024-01-15 | 8 | -0/+233 |
* | Add tests for source generators | Paul Joannon | 2023-12-19 | 42 | -0/+3411 |