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)
79
await
_containerRuntime
.LoginToRegistryAsync(registryEndpoint, AcrUsername, refreshToken, cancellationToken).ConfigureAwait(false);