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