1 write to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1485
projectLaunchConfiguration.
DisableLaunchProfile
= project.TryGetLastAnnotation<ExcludeLaunchProfileAnnotation>(out _);
9 references to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1487
if (!projectLaunchConfiguration.
DisableLaunchProfile
&& project.GetEffectiveLaunchProfile() is NamedLaunchProfile namedLaunchProfile)
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (8)
1420
Assert.False(plc!.
DisableLaunchProfile
);
1488
Assert.True(plc!.
DisableLaunchProfile
);
1525
Assert.False(plc!.
DisableLaunchProfile
);
1559
Assert.False(plc!.
DisableLaunchProfile
);
1590
Assert.False(plc!.
DisableLaunchProfile
);
1621
Assert.True(plc!.
DisableLaunchProfile
);
1651
Assert.False(plc!.
DisableLaunchProfile
); // not excluded
1680
Assert.False(plc!.
DisableLaunchProfile
);