I want to introduce transient fault handling in our .net application. I saw two nu-get packages are available as of now. One is Polly framework and the other one is Microsoft transient fault handling application block.
We investigated and saw both support asynchronous functions and different retry strategies. Polly framework also supports circuit breaker additionally. Could someone suggest which framework to use with some solid reasons. Also, it would be really helpful if pros and cons of both the frameworks along with support on internet community and scope for future extension and support can be highlighted. Thanks in advance.