JetBrains Rider
 
Get JetBrains Rider
Get your hands on the new features ahead of the release by joining the Early Access Program for Rider 2025.1! Learn more

Aspire Host run configuration

Last modified: 12 December 2024

The .NET Aspire plugin provides a special run configuration for the .NET Aspire Host projects. It discovers such projects by the <IsAspireHost>true</IsAspireHost> MSBuild property. For each launchSettings.json profile of this project, the corresponding run configuration will be generated.

Aspire Host run configuration

This run configuration allows you to run or debug multiple projects registered in the Host project.

Debugging multiple Aspire projects

A separate node will also be created in the Services tool window. It allows you to monitor resources while Aspire Host is running. For example, you can find resource properties, endpoints, environment variables, and read logs there.

Services tool window integration