1 write to EnvironmentRegistry
Aspire.Hosting.Azure.Tests (1)
ContainerRegistryTests.cs (1)
152EnvironmentRegistry = resource;
7 references to EnvironmentRegistry
Aspire.Hosting.Azure.Tests (7)
ContainerRegistryTests.cs (7)
105Assert.NotNull(publisher.EnvironmentRegistry); 108Assert.NotNull(publisher.EnvironmentRegistry.Name); 109Assert.NotNull(publisher.EnvironmentRegistry.Endpoint); 110var azureRegistry = Assert.IsType<IAzureContainerRegistry>(publisher.EnvironmentRegistry, exactMatch: false); 124Assert.Equal(publisher.EnvironmentRegistry.Name.ToString(), 126Assert.Equal(publisher.EnvironmentRegistry.Endpoint.ToString(), 128azureRegistry = Assert.IsType<IAzureContainerRegistry>(publisher.EnvironmentRegistry, exactMatch: false);