v1.0.0
Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules.
dotnet skills install analyzer-config
Use the free first-party `dotnet format` CLI for .NET formatting and analyzer fixes. Use when a .NET repo needs formatting commands, `--verify-no-changes` CI checks, or `.editorconfig`-driven code style enforcement.
dotnet format.editorconfig-driven style enforcementdotnet format command instead of inventing custom format scripts.dotnet format TARGET --verify-no-changes.- whitespace - style - analyzers
.editorconfig as the source of truth for style preferences.CSharpier, document which tool owns which file types or rules.dotnet format commands for local and CI runs.editorconfigreferences/dotnet-format.mdreferences/commands.mdreferences/config.mdUse a repo-root `.editorconfig` to configure free .NET analyzer and style rules.
dotnet skills install analyzer-config
Use Biome in .NET repositories that ship Node-based frontend assets and want a fast combined formatter-linter-import organizer for JavaScript, TypeScript, CSS, JSON, GraphQL, or…
dotnet skills install biome
Use Chous in .NET repositories that ship sizeable frontend codebases and want file-structure linting, naming convention enforcement, and folder-layout policy as a CLI gate.
dotnet skills install chous