Skip to content

tier1: README accuracy pass (#171, #168)#233

Merged
Chris-Wolfgang merged 1 commit into
vNextfrom
tier1/readme
Jun 19, 2026
Merged

tier1: README accuracy pass (#171, #168)#233
Chris-Wolfgang merged 1 commit into
vNextfrom
tier1/readme

Conversation

@Chris-Wolfgang

Copy link
Copy Markdown
Owner

First in the stacked tier-1 maintenance series for v0.13.1 (folds into #192).

Closes #171 (README accuracy). Addresses #168 (README structure) — structure already matches the canonical section layout, so this PR is the accuracy pass.

Accuracy fixes (verified against vNext source)

  • Target Frameworks table listed .NET 4.7.0 and .NET 4.7.1, which the src csproj does not target (it targets net462;net472;net48;net481). Removed them; added the missing .NET Standard 2.0 row (previously an empty ".Net Core" row).
  • Code Quality said "7 specialized analyzers" — now 8 with Microsoft.CodeAnalysis.PublicApiAnalyzers (added in this release, A1).
  • Features Multi-TFM row: stated exact .NET Framework 4.6.2–4.8.1 and dropped the misleading "Standard 2.0+" (only 2.0 is targeted).
  • Prerequisites: .NET 8.0 SDK.NET 10.0 SDK (net10.0 is a build target).

No structural/content reorganization — section order already conforms to the canonical README.

Part of: #154

…, #171)

- Target Frameworks table: drop .NET 4.7.0/4.7.1 (not targeted by src;
  csproj targets net462;net472;net48;net481), add the missing
  .NET Standard 2.0 row (was an empty '.Net Core' row)
- Code Quality: 7 -> 8 analyzers; add Microsoft.CodeAnalysis.PublicApiAnalyzers
- Features Multi-TFM row: state the exact Framework range and drop the
  misleading 'Standard 2.0+' (only 2.0 is targeted)
- Prerequisites: .NET 8.0 SDK -> .NET 10.0 SDK (net10.0 is a target)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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