Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.12 KB

File metadata and controls

24 lines (19 loc) · 1.12 KB

dotnet-format

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