Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup C# projects, code quality & style | Paul Joannon | 2024-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | New rules: - Do not silence CA1805 any more - Limit where we silence CA1707, CA1711, CA1720 - Enforce severity=warning for IDE0040 - Enforce Allman style braces - Enforce naming conventions (IDE1006 is still severity=suggestion) Fixes: - Fix REFL045, CS1572, CS1573 - Suppress CS0618 when generating `InvokeGodotClassMethod` - Fix indent when generating GD_constants.cs - Temporarily silence CS1734 in generated code - Fix a lot of naming rule violations Misc.: - Remove ReSharper comments for RedundantNameQualifier - Remove suppression attributes for RedundantNameQualifier - Remove severity=warnings for CA1716, CA1304 (already included in the level of analysis we run) | ||||
* | C#: Enable nullable environment for `GodotTools` | Thaddeus Crews | 2024-02-13 | 1 | -5/+11 |
| | |||||
* | C#: Upgrade TFM for `net472` and some `netstandard2.0` projects | Thaddeus Crews | 2024-01-06 | 1 | -1/+1 |
| | |||||
* | Fix C# style with `dotnet format` | Raul Santos | 2022-08-27 | 1 | -1/+1 |
| | |||||
* | Fixed opening new instances of VS 2022 while a instance is already open | Densorius | 2022-02-04 | 1 | -1/+1 |
| | |||||
* | Add Visual Studio 2022 support with fallback to 2019 | Densorius | 2022-02-04 | 1 | -2/+21 |
| | |||||
* | Commit other files changed by file_format.sh | Aaron Franke | 2020-07-13 | 1 | -1/+1 |
| | |||||
* | C#: Add VisualStudio support | Ignacio Etcheverry | 2020-06-15 | 1 | -0/+270 |