1 write to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1321
projectLaunchConfiguration.
DisableLaunchProfile
= project.TryGetLastAnnotation<ExcludeLaunchProfileAnnotation>(out _);
9 references to DisableLaunchProfile
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1324
if (!projectLaunchConfiguration.
DisableLaunchProfile
&& project.GetEffectiveLaunchProfile() is NamedLaunchProfile namedLaunchProfile)
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (8)
1315
Assert.False(plc!.
DisableLaunchProfile
);
1350
Assert.True(plc!.
DisableLaunchProfile
);
1387
Assert.False(plc!.
DisableLaunchProfile
);
1421
Assert.False(plc!.
DisableLaunchProfile
);
1452
Assert.False(plc!.
DisableLaunchProfile
);
1483
Assert.True(plc!.
DisableLaunchProfile
);
1513
Assert.False(plc!.
DisableLaunchProfile
); // not excluded
1542
Assert.False(plc!.
DisableLaunchProfile
);