JetBrains Rider 2024.2 Help

Generate .NET Aspire deployment manifest

The .NET Aspire plugin allows you to generate an Aspire deployment manifest. This file describes your project and can be used by different tools to deploy the project, for example, to Azure or Kubernetes.

To do so, you can select the Aspire Host node in the Services tool window and run the Generate Aspire Manifest action.

Generate manifest action

Otherwise, right-click the Aspire Host project in the Solution view and choose Project | Tools | Generate Aspire Manifest.

Generate manifest project action

The manifest will be generated under the Aspire Host project in the aspire-manifest folder.

Last modified: 10 July 2024