1 write to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1354projectLaunchConfiguration.DisableLaunchProfile = project.TryGetLastAnnotation<ExcludeLaunchProfileAnnotation>(out _);
9 references to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1356if (!projectLaunchConfiguration.DisableLaunchProfile && project.GetEffectiveLaunchProfile() is NamedLaunchProfile namedLaunchProfile)
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (8)
1419Assert.False(plc!.DisableLaunchProfile); 1454Assert.True(plc!.DisableLaunchProfile); 1491Assert.False(plc!.DisableLaunchProfile); 1525Assert.False(plc!.DisableLaunchProfile); 1556Assert.False(plc!.DisableLaunchProfile); 1587Assert.True(plc!.DisableLaunchProfile); 1617Assert.False(plc!.DisableLaunchProfile); // not excluded 1646Assert.False(plc!.DisableLaunchProfile);