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