1 instantiation of RequiresHostedAgentRegistryAnnotation
Aspire.Hosting.Foundry (1)
HostedAgent\HostedAgentBuilderExtension.cs (1)
451
projectResource.Annotations.Add(new
RequiresHostedAgentRegistryAnnotation
());
3 references to RequiresHostedAgentRegistryAnnotation
Aspire.Hosting.Foundry (3)
HostedAgent\HostedAgentBuilderExtension.cs (1)
449
if (!projectResource.HasAnnotationOfType<
RequiresHostedAgentRegistryAnnotation
>())
Project\ProjectBuilderExtension.cs (1)
333
return project.HasAnnotationOfType<
RequiresHostedAgentRegistryAnnotation
>()
Project\ProjectResource.cs (1)
54
!this.HasAnnotationOfType<
RequiresHostedAgentRegistryAnnotation
>()))