virtualx-engine/modules/mono/editor/GodotTools
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
..
GodotTools Clean a bunch of C# warnings 2024-01-26 09:38:33 +01:00
GodotTools.BuildLogger C#: Upgrade TFM for net472 and some netstandard2.0 projects 2024-01-06 09:14:33 -06:00
GodotTools.Core
GodotTools.IdeMessaging
GodotTools.IdeMessaging.CLI C#: Upgrade TFM for net472 and some netstandard2.0 projects 2024-01-06 09:14:33 -06:00
GodotTools.OpenVisualStudio C#: Upgrade TFM for net472 and some netstandard2.0 projects 2024-01-06 09:14:33 -06:00
GodotTools.ProjectEditor C#: Fallback to the latest SDK 2023-10-14 14:21:48 +02:00
GodotTools.Shared
.gitignore
GodotTools.sln