9 references to Registry
Aspire.Hosting (5)
ApplicationModel\ResourceExtensions.cs (3)
1134return registryTargetAnnotations[0].Registry; 1139var registryNames = string.Join(", ", registryTargetAnnotations.Select(a => a.Registry is IResource res ? res.Name : a.Registry.ToString()));
Pipelines\DistributedApplicationPipeline.cs (2)
220var registryNames = string.Join(", ", registryTargetAnnotations.Select(a => a.Registry is IResource res ? res.Name : a.Registry.ToString()));
Aspire.Hosting.Tests (4)
ContainerRegistryResourceTests.cs (4)
526Assert.Same(registry.Resource, registryTargetAnnotation.Registry); 549var registryResources = registryTargetAnnotations.Select(a => a.Registry).ToList(); 706Assert.Same(acr.Resource, registryTargetAnnotation.Registry); 791var registryResources = registryTargetAnnotations.Select(a => a.Registry).ToList();