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

Installs
313
GitHub Stars
149
First Seen
Jun 27, 2026
dotnet-inspect-decompiler — richlander/dotnet-inspect