dotnet-inspect-compatibility
Installation
SKILL.md
dotnet-inspect: compatibility and change analysis
Use this skill to decide whether a change is safe to adopt: what changed between
two versions and what surface a library exposes. The scenario crosses commands —
diff for change, library/package for the surface a single version exposes.
dnx dotnet-inspect -y -- <command>
Did the API surface change?
diff compares a version range from a package, a platform (in-box) library, or
two local builds. Pick the lens for the question you are answering: