AspNetDebugDashboard.Suite 1.0.0

dotnet add package AspNetDebugDashboard.Suite --version 1.0.0
                    
NuGet\Install-Package AspNetDebugDashboard.Suite -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AspNetDebugDashboard.Suite" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AspNetDebugDashboard.Suite" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="AspNetDebugDashboard.Suite" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AspNetDebugDashboard.Suite --version 1.0.0
                    
#r "nuget: AspNetDebugDashboard.Suite, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AspNetDebugDashboard.Suite@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AspNetDebugDashboard.Suite&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=AspNetDebugDashboard.Suite&version=1.0.0
                    
Install as a Cake Tool

AspNetDebugDashboard.Suite

Shared plumbing for the AspNetDebugDashboard tool suite. Each tool (Mailbox, Flags, Jobs, Vitals, and the dashboard) registers a SuitePanel describing itself; every tool then renders a common sidebar linking to all installed siblings.

You normally don't reference this directly: it comes in as a dependency of the suite packages. It carries no logic beyond the shared contract.

License

MIT.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on AspNetDebugDashboard.Suite:

Package Downloads
AspNetDebugDashboard

Request, SQL query, log, and exception capture for ASP.NET Core, viewable in a dashboard served at /_debug. Inspired by Laravel Telescope. LiteDB storage, EF Core interceptor, zero-config setup.

AspNetMailbox

Captures outbound email in-process during development and previews it at /_mailbox. Point your SMTP sender at the built-in sink, or capture explicitly. No separate mail server, no Docker. Part of the AspNetDebugDashboard suite.

AspNetFlags

Local feature flags for ASP.NET Core with a live toggle UI at /_flags. Flags are discovered as your code checks them, flipped from the browser, and stored locally. No Azure App Configuration, no SaaS. Part of the AspNetDebugDashboard suite.

AspNetJobs

Background jobs for ASP.NET Core with a live inspector at /_jobs. Enqueue work, run it in-process, and watch pending/running/succeeded/failed with timing and stack traces. No Redis, no Hangfire. Part of the AspNetDebugDashboard suite.

AspNetVitals

Live process and health vitals for ASP.NET Core at /_vitals. Memory, GC, threads, uptime, and your registered health checks on one page that updates in real time. No storage, no setup. Part of the AspNetDebugDashboard suite.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 54 6/17/2026