This repository was archived by the owner on Aug 18, 2021. It is now read-only.
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
Review "Polly" approach #143
Open
Description
Polly is a resilience library for .NET. It was somewhat coupled to Liquid (the name of the interface is ILightPolly
, for instance).
Right now, for some unknown reason, WorkBench.Polly
is different to other cached services, in that Polly is a public property, and it is written to by UseBase
:
Well, that's a bit strange. It seems that all the protections of other services, such as not being able to set them twice, is lost...
We should rethink this approach.