dotnet-inspect
✓Inspect .NET assemblies and NuGet packages. Use when you need to understand package contents, view public API surfaces, compare APIs between versions, or audit assemblies for SourceLink/determinism. Essential for .NET development tasks involving package exploration or API discovery.
Installation
SKILL.md
A CLI tool for inspecting .NET assemblies and NuGet packages.
Use dnx to run without global installation (like npx for Node):
| -v:d | Detailed output (full signatures, more info) | all commands | | --docs | Include XML documentation from source | type, api | | -m Name | Filter to specific member(s) | type, api | | -n 10 | Limit results | find, package --versions | | --terse, -t | One line per pattern (for batch find) | find |
Inspect .NET assemblies and NuGet packages. Use when you need to understand package contents, view public API surfaces, compare APIs between versions, or audit assemblies for SourceLink/determinism. Essential for .NET development tasks involving package exploration or API discovery. Source: richlander/dotnet-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/richlander/dotnet-skills --skill dotnet-inspect- Source
- richlander/dotnet-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is dotnet-inspect?
Inspect .NET assemblies and NuGet packages. Use when you need to understand package contents, view public API surfaces, compare APIs between versions, or audit assemblies for SourceLink/determinism. Essential for .NET development tasks involving package exploration or API discovery. Source: richlander/dotnet-skills.
How do I install dotnet-inspect?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/richlander/dotnet-skills --skill dotnet-inspect Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/richlander/dotnet-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-11