godot/modules/mono/editor
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 Clean a bunch of C# warnings 2024-01-26 09:38:33 +01:00
GodotTools Clean a bunch of C# warnings 2024-01-26 09:38:33 +01:00
script_templates
bindings_generator.cpp Clean a bunch of C# warnings 2024-01-26 09:38:33 +01:00
bindings_generator.h
code_completion.cpp
code_completion.h
editor_internal_calls.cpp Merge pull request #86676 from rune-scape/sparse-script-reload 2024-01-17 18:52:54 +01:00
editor_internal_calls.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
hostfxr_resolver.cpp
hostfxr_resolver.h
semver.cpp
semver.h