virtualx-engine/modules/mono/editor/GodotTools/GodotTools.ProjectEditor
Raul Santos 79f9f59a87
Fix various C# exceptions
- Replace `IndexOutOfRangeException` with `ArgumentOutOfRangeException`
- Replace `Exception` with a more specific exception
- Add the parameter name to argument exception
- Update documentation for methods that throw exceptions
- Use `StringBuilder` to build exception messages
- Ensure exception messages end with a period
2022-08-26 16:56:00 +02:00
..
ApiAssembliesInfo.cs Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
DotNetSolution.cs Some more C# formatting 2021-09-02 15:12:15 -05:00
GodotTools.ProjectEditor.csproj C#: Upgrade to .NET 6 (5.0 -> 6.0) 2022-08-22 03:36:51 +02:00
IdentifierUtils.cs Some more C# formatting 2021-09-02 15:12:15 -05:00
ProjectGenerator.cs Fix various C# exceptions 2022-08-26 16:56:00 +02:00
ProjectUtils.cs C#/netcore: Add base desktop game export implementation 2022-08-22 03:36:51 +02:00