Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

ProjectLaunchConfiguration

Classsealednet10.0
📦 Aspire.Hosting v13.5.3
The launch configuration used for .NET projects and file-based C# apps.
namespace Aspire.Hosting.ApplicationModel;
public sealed class ProjectLaunchConfiguration
: Aspire.Hosting.ApplicationModel.ExecutableLaunchConfiguration
{
// ...
}
The IDE builds and launches the project itself, so resources using this launch configuration do not get a process fallback. The resource must carry IProjectMetadata.
View all constructors
View all properties