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:

Installs
235
GitHub Stars
147
First Seen
Jun 27, 2026
dotnet-inspect-compatibility — richlander/dotnet-inspect