1 write to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\ApplicationExecutor.cs (1)
1130
projectLaunchConfiguration.
DisableLaunchProfile
= project.TryGetLastAnnotation<ExcludeLaunchProfileAnnotation>(out _);
1 reference to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\ApplicationExecutor.cs (1)
1131
if (!projectLaunchConfiguration.
DisableLaunchProfile
&& project.TryGetLastAnnotation<LaunchProfileAnnotation>(out var lpa))