⚠ Deprecated: Legacy
`dotnet format` accomplishes everything this package was attempting to do, please use that instead!
Apply auto-fixes for source analyzers from the command line.
$ dotnet add package PrincipleStudios.CodeFixesAllows source analyzers to be run on a C# project from the command line. Automatically applies all fixes.
Installation:
dotnet tool install --global PrincipleStudios.CodeFixes
Usage:
principled-csharp --project <path-to-csproj>
Options:
* -? | -h | --help - displays help text
* -p | --project - specifies the path to a project to analyze. Does not support glob formats. Can be specified multiple times.