| Project | dotnet-format |
| Fix | yes |
| Binary | dotnet |
| Scope | files |
| Patterns | *.cs |
dotnet-format checks and formats C# code. For a normal changed-files run,
Flint passes the changed paths to dotnet format --include. The paths are
relative to the project root, as required by the .NET CLI. A full run omits
--include and checks the entire solution or project:
flint run --full dotnet-format
flint run --full --fix dotnet-format