v1.0.0
Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules.
dotnet skills install analyzer-config
Use the open-source free `StyleCop.Analyzers` package for naming, layout, documentation, and style rules in .NET projects. Use when a repo wants stricter style conventions than the SDK analyzers alone provide.
StyleCop.Analyzersstylecop.json guidanceStyleCop.Analyzers only if the repo wants its opinionated style rules..editorconfig.stylecop.json only for StyleCop-specific behavioral options.stylecop.json per repo unless a project genuinely needs its own behavior..editorconfig and stylecop.jsonstylecop.json is used only where it adds valuereferences/stylecop-analyzers.mdreferences/rules.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