.NET Types Explorer
JSON →Provides detailed type information from .NET projects including assembly exploration, type reflection, and NuGet integration for AI coding agents
Tools · 5
- get_assemblies Retrieve a list of all assemblies referenced by a .NET project
- get_namespaces Discover all namespaces within specified assemblies
- get_types Get detailed information about types within specified namespaces, including full type names with generic parameters, implemented interfaces, constructors, methods, properties, fields, and events
- search_nuget_packages Search for NuGet packages on nuget.org with filtering and pagination
- get_nuget_package_versions Retrieve version history and dependency information for specific NuGet packages
Links
★ 26 GitHub stars