From d4b96fa15b76a84bbf3a6625fe56b18c66677e56 Mon Sep 17 00:00:00 2001 From: Brennan Date: Mon, 13 Sep 2021 13:34:20 -0700 Subject: [PATCH] Don't ignore XML doc warnings for Polly --- .../Polly/src/Microsoft.Extensions.Http.Polly.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HttpClientFactory/Polly/src/Microsoft.Extensions.Http.Polly.csproj b/src/HttpClientFactory/Polly/src/Microsoft.Extensions.Http.Polly.csproj index 68e9fcc51a47..2788a6591811 100644 --- a/src/HttpClientFactory/Polly/src/Microsoft.Extensions.Http.Polly.csproj +++ b/src/HttpClientFactory/Polly/src/Microsoft.Extensions.Http.Polly.csproj @@ -5,7 +5,6 @@ The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. netstandard2.0 - $(NoWarn);CS1591 true aspnetcore;httpclient