Skip to content

SaifAqqad/AspireRunner

Repository files navigation

AspireRunner

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.

Note

The runner will prioritize using the dashboard bundled with the Aspire workload, if it's installed.

Important

While the runner itself targets .NET 6 (and later), the dashboard requires the .NET 8/9 runtime to run.

Meaning that the runner can be used as part of a .NET 6 application, but you'll still need the .NET 8/9 runtime to run the dashboard.

Provides a quick and easy to use CLI for downloading and running the Dashboard

NuGet Version

Installation

dotnet tool install -g AspireRunner.Tool

A library for running the Aspire Dashboard alongside ASP.NET Core apps.

NuGet Version