1 write to EnvironmentRegistry
Aspire.Hosting.Azure.Tests (1)
ContainerRegistryTests.cs (1)
151EnvironmentRegistry = resource;
7 references to EnvironmentRegistry
Aspire.Hosting.Azure.Tests (7)
ContainerRegistryTests.cs (7)
104Assert.NotNull(publisher.EnvironmentRegistry); 107Assert.NotNull(publisher.EnvironmentRegistry.Name); 108Assert.NotNull(publisher.EnvironmentRegistry.Endpoint); 109var azureRegistry = Assert.IsType<IAzureContainerRegistry>(publisher.EnvironmentRegistry, exactMatch: false); 123Assert.Equal(publisher.EnvironmentRegistry.Name.ToString(), 125Assert.Equal(publisher.EnvironmentRegistry.Endpoint.ToString(), 127azureRegistry = Assert.IsType<IAzureContainerRegistry>(publisher.EnvironmentRegistry, exactMatch: false);