Analyzer Config

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. USE FOR: the repo needs a root .editorconfig; analyzer severity and style ownership are unclear; the team wants one source of truth for rule configuration. DO NOT USE FOR: choosing analyzers with no config change; formatting-only execution with no config ownership question. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.

managedcode 69b3314 5 files · 57.6 KB Updated

File contents

managedcode/llmtck/tree/main/.codex/skills/analyzer-config commit 69b33144dc

Frequently asked questions

npx skillmds@latest add managedcode/analyzer-config