1 write to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1359projectLaunchConfiguration.DisableLaunchProfile = project.TryGetLastAnnotation<ExcludeLaunchProfileAnnotation>(out _);
9 references to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1362if (!projectLaunchConfiguration.DisableLaunchProfile && project.GetEffectiveLaunchProfile() is NamedLaunchProfile namedLaunchProfile)
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (8)
1379Assert.False(plc!.DisableLaunchProfile); 1414Assert.True(plc!.DisableLaunchProfile); 1451Assert.False(plc!.DisableLaunchProfile); 1485Assert.False(plc!.DisableLaunchProfile); 1516Assert.False(plc!.DisableLaunchProfile); 1547Assert.True(plc!.DisableLaunchProfile); 1577Assert.False(plc!.DisableLaunchProfile); // not excluded 1606Assert.False(plc!.DisableLaunchProfile);