Stylecop Analyzers

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. USE FOR: the repo wants StyleCop.Analyzers; naming, layout, or documentation style needs stronger enforcement; the team needs stylecop.json guidance. DO NOT USE FOR: repos that intentionally rely only on SDK analyzers; repos where StyleCop overlaps too heavily with an existing style package and no. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.

managedcode 4e8c2b8 5 files · 24.3 KB Updated

File contents

managedcode/featurechecker/tree/main/.codex/skills/stylecop-analyzers commit 4e8c2b84ba

Frequently asked questions

npx skillmds@latest add managedcode/stylecop-analyzers