1 instantiation of LaunchProfileAnnotation
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
329
builder.WithAnnotation(new
LaunchProfileAnnotation
(options.LaunchProfileName));
4 references to LaunchProfileAnnotation
Aspire.Hosting (4)
Dcp\ApplicationExecutor.cs (2)
1131
if (!projectLaunchConfiguration.DisableLaunchProfile && project.TryGetLastAnnotation<
LaunchProfileAnnotation
>(out
var
lpa))
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (2)
146
if (projectResource.TryGetLastAnnotation<
LaunchProfileAnnotation
>(out
var
launchProfileAnnotation))