Format

Format or verify trusted .NET projects with the SDK-provided `dotnet format` command. USE FOR: applying or checking `.editorconfig`-driven whitespace, code-style, or analyzer fixes; adding a `--verify-no-changes` CI gate; diagnosing formatter scope or load failures. DO NOT USE FOR: repositories where another formatter exclusively owns the affected files; analyzer policy with no formatter work; mutating files when the user requested only diagnosis.

managedcode 2a17d05 5 files · 10.6 KB Updated

File contents

managedcode/dotnet-skills/tree/main/catalog/Tools/Format/skills/format commit 2a17d05683

Frequently asked questions

npx skillmds@latest add managedcode/format