7 references to LaunchProfileAnnotation
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (2)
796
if (!projectLaunchConfiguration.DisableLaunchProfile && project.TryGetLastAnnotation<
LaunchProfileAnnotation
>(out
var
lpa))
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (2)
146
if (projectResource.TryGetLastAnnotation<
LaunchProfileAnnotation
>(out
var
launchProfileAnnotation))
Aspire.Hosting.Azure.Functions (2)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (2)
146
if (projectResource.TryGetLastAnnotation<
LaunchProfileAnnotation
>(out
var
launchProfileAnnotation))
Aspire.Hosting.Tests (1)
ProjectResourceTests.cs (1)
233
Assert.Contains(resource.Annotations, a => a is
LaunchProfileAnnotation
);