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