1 instantiation of LaunchProfileAnnotation
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
331builder.WithAnnotation(new LaunchProfileAnnotation(options.LaunchProfileName));
5 references to LaunchProfileAnnotation
Aspire.Hosting (2)
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)
240Assert.Contains(resource.Annotations, a => a is LaunchProfileAnnotation);