Skip to content

Adopt canonical .editorconfig from scaffolding-csharp template - #12

Merged
marklauter merged 2 commits into
mainfrom
chore/canonical-editorconfig
Jul 14, 2026
Merged

Adopt canonical .editorconfig from scaffolding-csharp template#12
marklauter merged 2 commits into
mainfrom
chore/canonical-editorconfig

Conversation

@marklauter

Copy link
Copy Markdown
Owner

Replaces .editorconfig with the canonical config from the scaffolding-csharp skill template, so this repo matches what a freshly scaffolded solution gets.

Config-only change; no source touched.

🤖 Generated with Claude Code

marklauter and others added 2 commits July 14, 2026 17:23
Replace the repo's .editorconfig with the canonical version from the
scaffolding-csharp skill template so a repo scaffolded today and one that
predates the template are indistinguishable at the style layer.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The canonical .editorconfig dropped the project-specific
dotnet_diagnostic.CA2007/CA1812 severity=none entries, so both fired as
errors under TreatWarningsAsErrors.

Re-declare them as NoWarn with justifications rather than re-adding them to
.editorconfig, keeping that file canonical and matching plumber:
CA2007 solution-wide (library, no synchronization context), CA1812 gated to
test projects (fixtures are activated reflectively).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@marklauter
marklauter merged commit c0fdbeb into main Jul 14, 2026
7 checks passed
@marklauter
marklauter deleted the chore/canonical-editorconfig branch July 14, 2026 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant