Skip to content

Commit

Permalink
Format file
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdmitrij authored May 16, 2024
1 parent fdcb37f commit 2f0d7ee
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/Polly/Polly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,13 @@
<NoWarn>$(NoWarn);S3971;CA1724;CA1716;SA1108;CA1710;S4049;S3246</NoWarn>
<NoWarn>$(NoWarn);CA1805</NoWarn>

<!--Public
API Analyzers: We do not need to fix these as it would break compatibility with released Polly
versions-->
<!--Public API Analyzers: We do not need to fix these as it would break compatibility with released Polly versions-->
<NoWarn>$(NoWarn);RS0037;</NoWarn>
</PropertyGroup>

<PropertyGroup>
<Description>Polly is a .NET resilience and transient-fault-handling library that allows
developers to express resilience and transient fault handling policies such as Retry, Circuit
Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.</Description>
<PackageTags>Polly Exception Handling Resilience Transient Fault Policy Circuit Breaker
CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle</PackageTags>
<Description>Polly is a .NET resilience and transient-fault-handling library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.</Description>
<PackageTags>Polly Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2f0d7ee

Please sign in to comment.