godot/modules/mono/editor/Godot.NET.Sdk
Paul Joannon 46b3096570
Clean a bunch of C# warnings
- `[Obsolete]` tag generated in the middle of documentation comments
- Potential `null` values in generators
- Obsolete call to `GetEditorInterface()`
- We don't want `Godot.Collections.Array` to end with `Collection`
- A few culture specifications and use of `AsSpan` instead of `SubString` in `StringExtensions`
- Disable CA1716 in GodotSharp
2024-01-26 09:38:33 +01:00
..
Godot.NET.Sdk Bump version to 4.3-dev 2023-11-29 23:00:27 +01:00
Godot.SourceGenerators Clean a bunch of C# warnings 2024-01-26 09:38:33 +01:00
Godot.SourceGenerators.Sample C# Add test suite for Diagnostic Analyzers: GlobalClass and MustBeVariant 2024-01-15 11:31:12 +01:00
Godot.SourceGenerators.Tests C# Add test suite for Diagnostic Analyzers: GlobalClass and MustBeVariant 2024-01-15 11:31:12 +01:00
.gitignore C#: Improve diagnostic messages and add help link 2023-10-17 19:45:09 +02:00
Godot.NET.Sdk.sln C# Add test suite for Diagnostic Analyzers: GlobalClass and MustBeVariant 2024-01-15 11:31:12 +01:00