You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose that we introduce a step in CI that uses dotnet-format to enforce the code style defined in .editorconfig, by running dotnet format --check --dry-run
I propose that we introduce a step in CI that uses dotnet-format to enforce the code style defined in
.editorconfig, by runningdotnet format --check --dry-run