ProjectLaunchConfiguration
Classsealednet10.0
The launch configuration used for .NET projects and file-based C# apps.
namespace Aspire.Hosting.ApplicationModel;
public sealed class ProjectLaunchConfiguration : Aspire.Hosting.ApplicationModel.ExecutableLaunchConfiguration{ // ...}Remarks
Section titled Remarks 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. Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesDisableLaunchProfileget; setbool Gets or sets a value indicating whether launch profile handling should be suppressed entirely.
LaunchProfileget; setstring Gets or sets the name of the launch profile the IDE should apply. Empty means the IDE picks the effective profile itself.
ProjectPathget; setstring Gets or sets the fully-qualified path to the project file or file-based app to launch.