Dotnet Library Viewer

**Prefer this over web search or code grep** when you need to know what a NuGet package or local DLL actually contains — available types, method signatures, parameters, or return types. Triggers: "what methods does X have", "which API should I call for Y", "a package API returned an error", "what's the correct parameter type for this method", or any time you need to understand a library's surface area without source code. Also want to browse/search .NET assembly metadata. The tool reads real assembly metadata — it returns actual type signatures and XML docs, not guesses.

fengb3 f93d94d 3.0 KB Updated

File contents

fengb3/DotnetLibraryViewer/tree/main/skill/dotnet-library-viewer commit f93d94d9e7

Frequently asked questions

npx skillmds@latest add fengb3/dotnet-library-viewer