A standalone runner for the .NET Aspire Dashboard which can display OpenTelemetry data (traces, metrics, and logs) from any application.
The runner can be used as a dotnet tool or as part of an ASP.NET Core application, it will automatically download the dashboard if it's not installed, and will run and manage the dashboard process.
Provides a quick and easy to use CLI for downloading and running the Dashboard
dotnet tool install -g AspireRunner.Tool
A library for running the Aspire Dashboard alongside ASP.NET Core apps.