2 references to LogAndThrowContainerHttpException
Microsoft.NET.Build.Containers (2)
Registry\DefaultManifestOperations.cs (2)
35
_ when (int)response.StatusCode >= 500 => await
LogAndThrowContainerHttpException
<bool>(response, cancellationToken).ConfigureAwait(false),
50
_ => await
LogAndThrowContainerHttpException
<HttpResponseMessage>(response, cancellationToken).ConfigureAwait(false)