Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-29 | Merge pull request #64956 from raulsntos/dotnet/format-ci | Rémi Verschelde | |
Add `dotnet format` to CI to check C# style | |||
2022-08-29 | Merge pull request #64900 from raulsntos/dotnet/fix-exceptions | Ignacio Roldán Etcheverry | |
Fix various C# exceptions | |||
2022-08-27 | Fix C# style with `dotnet format` | Raul Santos | |
2022-08-26 | Fix various C# exceptions | Raul Santos | |
- 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-24 | Use pattern matching to simplify `Equals` | Raul Santos | |
- Simplify and unify `Equals` implementation of C# struct types - Also add pattern matching to replace a cast in `DebuggingUtils` | |||
2022-06-23 | Mono: Update Newtonsoft.Json to 13.0.1 | Rémi Verschelde | |
See https://github.com/advisories/GHSA-5crp-9r3c-p9vr | |||
2021-10-18 | Restrict the project data directory configuration | ne0fhyk | |
2021-09-15 | Provide a getter for the project data directory. | ne0fhyk | |
2020-09-23 | Rename the ".mono" folder to ".godot/mono" | Aaron Franke | |
2020-06-15 | C#: Add VisualStudio support | Ignacio Etcheverry | |
2020-05-09 | C#: Rewrite GodotTools messaging protocol | Ignacio Etcheverry | |