dotnet-inspect-correctness
Installation
SKILL.md
dotnet-inspect: correctness and safety
Use this skill to judge whether code is sound and safe to call: what it can throw, how it handles errors, and where it steps outside safe, managed execution. This is single-version analysis; for how these signals change between versions, use the compatibility skill.
dnx dotnet-inspect -y -- <command>
What can it throw? (exception surface)
There is no dedicated "Exceptions" section; exception behavior comes from
method-body analysis. Exception Regions shows the exact catch/filter/finally
layout; graph fields and hidden facts summarize behavior: