Skip to content

Commit b705a55

Browse files
Don't ignore XML doc warnings for Polly (#36485)
1 parent 240aed9 commit b705a55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/HttpClientFactory/Polly/src/Microsoft.Extensions.Http.Polly.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
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.
66
</Description>
77
<TargetFramework>netstandard2.0</TargetFramework>
8-
<NoWarn>$(NoWarn);CS1591</NoWarn>
98
<GenerateDocumentationFile>true</GenerateDocumentationFile>
109
<PackageTags>aspnetcore;httpclient</PackageTags>
1110

0 commit comments

Comments
 (0)