/lint-csharp

Experiment linting C# code

Primary LanguageC#

Linting C# applications

To lint c# we will use the dotnet formatter that comes bundled with dotnet.

Links

Commands

Format

dotnet format

Fix white spaces

dotnet format whitespace

Code style analyzers

dotnet format style

Specify workspace

dotnet format hello_world.csproj

Increase output verbosity

dotnet format hello_world.csproj --verbosity d