1 write to _containerRuntime
Aspire.Hosting.Azure.Tests (1)
FakeAcrLoginService.cs (1)
23_containerRuntime = containerRuntime ?? throw new ArgumentNullException(nameof(containerRuntime));
1 reference to _containerRuntime
Aspire.Hosting.Azure.Tests (1)
FakeAcrLoginService.cs (1)
38await _containerRuntime.LoginToRegistryAsync(registryEndpoint, AcrUsername, "fake-refresh-token", cancellationToken);