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 a repo-root `.editorconfig` to configure free .NET analyzer and style rules. Use when a .NET repo needs rule severity, code-style options, section layout, or analyzer ownership made explicit. Nested `.editorconfig` files are allowed when they serve a clear subtree-specific purpose.
.editorconfig.editorconfig with root = true..editorconfig files when a subtree has a clear scoped purpose, such as stricter rules, different generated-code handling, or a different policy for tests or legacy code..editorconfig, not scattered through IDE settings..NET variant:- lowercase filename .editorconfig - root = true in the preamble - no inline comments - forward slashes in globs
EnableNETAnalyzers in MSBuild files, not in .editorconfig..globalconfig as an exceptional case, not the normal repo setup..editorconfig layout that agents can extend safely.editorconfig, not a surprise alternativereferences/analyzer-config.mdreferences/template.mdreferences/rules.mdUse 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
Use the free built-in .NET SDK analyzers and analysis levels with gradual Roslyn warning promotion.
dotnet skills install code-analysis
Review orchestration agent for .NET changes across bugs, regressions, analyzers, architecture, tests, and maintainability.
Also works: dotnet agents install review