1 write to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1039projectLaunchConfiguration.DisableLaunchProfile = project.TryGetLastAnnotation<ExcludeLaunchProfileAnnotation>(out _);
9 references to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1042if (!projectLaunchConfiguration.DisableLaunchProfile && project.GetEffectiveLaunchProfile() is NamedLaunchProfile namedLaunchProfile)
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (8)
1304Assert.False(plc!.DisableLaunchProfile); 1339Assert.True(plc!.DisableLaunchProfile); 1376Assert.False(plc!.DisableLaunchProfile); 1410Assert.False(plc!.DisableLaunchProfile); 1441Assert.False(plc!.DisableLaunchProfile); 1472Assert.True(plc!.DisableLaunchProfile); 1502Assert.False(plc!.DisableLaunchProfile); // not excluded 1531Assert.False(plc!.DisableLaunchProfile);