dotnet-inspect-decompiler
Installation
SKILL.md
dotnet-inspect: decompiler and IL
Use this skill to understand how code actually works from the assembly you have.
The decompiler runs locally against the acquired assembly, and the IL and
annotated views can reveal facts absent from PDB-mapped source. Package and PDB
acquisition can use the network; add --offline to prohibit network access.
For PDB-mapped source, use the sourcelink skill and follow its checksum and
provenance boundaries before interpreting fetched content.
dnx dotnet-inspect -y -- <command>
Decompiled source and IL
A selected overload and bare -S both render its bounded Signature overview.
Select Decompiled Source explicitly when implementation evidence is the
question. Use -S "Decompiled Source,Annotated Source,IL" --offline for the
full zero-network evidence set: