1 write to _containerRuntime
Aspire.Hosting.Azure (1)
AcrLoginService.cs (1)
50_containerRuntime = containerRuntime ?? throw new ArgumentNullException(nameof(containerRuntime));
1 reference to _containerRuntime
Aspire.Hosting.Azure (1)
AcrLoginService.cs (1)
79await _containerRuntime.LoginToRegistryAsync(registryEndpoint, AcrUsername, refreshToken, cancellationToken).ConfigureAwait(false);