@SimonCropp thank you for all the linting and other improvements pull requests (for other readers #1365 through #1398)
I'd like to make sure we don't introduce regressions on those improvements in the future. Hence this issue.
I think we should be able to get all those checked on every PR with:
- editor config with a well configured csharp section
dotnet format --verify-no-changes
- editing one of the existing GHA workflows to run this command.
Thoughts? Is this something you'd be willing to submit a PR for once the linting PRs are merged?