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