onebeyond / monaco

Template for .NET projects
MIT License
42 stars 10 forks source link

REFACTOR: Migrate Polly v7 Policies into v8 ResiliencePipeline #76

Closed CesarD closed 3 months ago

CesarD commented 3 months ago

Detailed Description

Despite having upgraded Polly from v7 to v8 in the dependencies, the upgrade of its implementation has not yet been performed, so this issue is about tracking the work to perform that.

Context

This will allow to be in line with the new Polly APIs and ResiliencePipelines that are much better and easier to use than the previous Policies.