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