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