1 instantiation of ExcludeLaunchProfileAnnotation
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
302builder.WithAnnotation(new ExcludeLaunchProfileAnnotation());
3 references to ExcludeLaunchProfileAnnotation
Aspire.Hosting (3)
Dcp\ApplicationExecutor.cs (1)
1094projectLaunchConfiguration.DisableLaunchProfile = project.TryGetLastAnnotation<ExcludeLaunchProfileAnnotation>(out _);
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (2)
23if (projectResource.TryGetLastAnnotation<ExcludeLaunchProfileAnnotation>(out _)) 161if (projectResource.TryGetLastAnnotation<ExcludeLaunchProfileAnnotation>(out _))