1 write to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1321projectLaunchConfiguration.DisableLaunchProfile = project.TryGetLastAnnotation<ExcludeLaunchProfileAnnotation>(out _);
9 references to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1324if (!projectLaunchConfiguration.DisableLaunchProfile && project.GetEffectiveLaunchProfile() is NamedLaunchProfile namedLaunchProfile)
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (8)
1315Assert.False(plc!.DisableLaunchProfile); 1350Assert.True(plc!.DisableLaunchProfile); 1387Assert.False(plc!.DisableLaunchProfile); 1421Assert.False(plc!.DisableLaunchProfile); 1452Assert.False(plc!.DisableLaunchProfile); 1483Assert.True(plc!.DisableLaunchProfile); 1513Assert.False(plc!.DisableLaunchProfile); // not excluded 1542Assert.False(plc!.DisableLaunchProfile);