vezel-dev / cathode

A terminal-centric replacement for the .NET console APIs.
https://docs.vezel.dev/cathode
BSD Zero Clause License
91 stars 7 forks source link

Run code formatting checks with `dotnet format` in CI #73

Closed alexrp closed 2 years ago

alexrp commented 2 years ago

Blocked on: https://github.com/microsoft/CsWin32/issues/469

alexrp commented 2 years ago

After some investigation, it turns out that we're not missing anything since we set EnforceCodeStyleInBuild=true.