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