2 writes to DisableLaunchProfile
Aspire.Hosting (1)
ApplicationModel\ProjectLaunchConfigurationFactory.cs (1)
42DisableLaunchProfile = resource.TryGetLastAnnotation<ExcludeLaunchProfileAnnotation>(out _)
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
4438DisableLaunchProfile = true
14 references to DisableLaunchProfile
Aspire.Hosting (1)
ApplicationModel\ProjectLaunchConfigurationFactory.cs (1)
46if (!projectLaunchConfiguration.DisableLaunchProfile && resource.GetEffectiveLaunchProfile() is NamedLaunchProfile namedLaunchProfile)
Aspire.Hosting.Dotnet.Tests (2)
DotnetProjectResourceTests.cs (2)
589Assert.True(launchConfig.DisableLaunchProfile); 626Assert.False(launchConfig.DisableLaunchProfile);
Aspire.Hosting.Tests (11)
Dcp\DcpExecutorTests.cs (9)
4384Assert.False(plc!.DisableLaunchProfile); 4462Assert.True(plc.DisableLaunchProfile); 4496Assert.True(plc!.DisableLaunchProfile); 4533Assert.False(plc!.DisableLaunchProfile); 4567Assert.False(plc!.DisableLaunchProfile); 4598Assert.False(plc!.DisableLaunchProfile); 4629Assert.True(plc!.DisableLaunchProfile); 4659Assert.False(plc!.DisableLaunchProfile); // not excluded 4688Assert.False(plc!.DisableLaunchProfile);
DebugSupportExtensionsTests.cs (2)
109Assert.False(launchConfiguration.DisableLaunchProfile); 127Assert.True(launchConfiguration.DisableLaunchProfile);