Is it appropriate to mix Polly and FluentResults? #2159
-
I'm looking at evaluating Polly. Since it performs error some handling to do things such as retries, would it work well in a project where a lot of error handling/propagation is already performed by FluentResults? Or would that be a bad combination and not work as intended? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi Dan, I have used Polly and FluentResults separately (in different projects). I don't see any fundamental problem to use both together. If you have a particular problem that you try to solve with Polly and FluentResults then please share with us so, we can create a POC. |
Beta Was this translation helpful? Give feedback.
Here I have put together an example: