1 write to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1317projectLaunchConfiguration.DisableLaunchProfile = project.TryGetLastAnnotation<ExcludeLaunchProfileAnnotation>(out _);
9 references to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1320if (!projectLaunchConfiguration.DisableLaunchProfile && project.GetEffectiveLaunchProfile() is NamedLaunchProfile namedLaunchProfile)
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (8)
1314Assert.False(plc!.DisableLaunchProfile); 1349Assert.True(plc!.DisableLaunchProfile); 1386Assert.False(plc!.DisableLaunchProfile); 1420Assert.False(plc!.DisableLaunchProfile); 1451Assert.False(plc!.DisableLaunchProfile); 1482Assert.True(plc!.DisableLaunchProfile); 1512Assert.False(plc!.DisableLaunchProfile); // not excluded 1541Assert.False(plc!.DisableLaunchProfile);