API Diff Validation

Validate that a generated API diff matches the APIs actually shipped in a .NET build, and that every new API traces to a real change. Uses dotnet-inspect to query the build's ref packs and cross-references new APIs against candidate PRs to catch missed reverts, renames, and kept-internal APIs before they reach release notes. Distinct from the pure api-diff skill, which only generates the diff reports.

.NET (Microsoft) Updated 4k repo stars

File contents

dotnet/core/tree/main/.github/skills/api-diff-validation commit 6cc13f6e6c

Frequently asked questions

npx skillmds@latest add dotnet/api-diff-validation