Closed Allen-Xiao closed 4 years ago
@reisenberger Would love your input
How do we get an updated nuget built?
@veleek @reisenberger Either of you able to do the nuget voodoo for this? I think v. 0.3.0 would be the next version.
I do not. I'm assuming everybody in the https://github.com/orgs/Polly-Contrib/people group have access.
@jjxtra I'll help you out with the package deployment. Taking a look now.
@jjxtra I've deployed the NuGet package. The package version is 0.2.1
. It should post soon.
The NuGet auth key had expired, so I updated it in AppVeyor, which is what we use for CI/CD.
@joelhulen Thank you so much for your assistance!
Of course! Thank you for your contribution :)
When the valueFactory inside a Lazy object throws an exception, the collapser engine is not properly cleaning it up from the ConcurrentDictionary. This results in the RequestCollapserPolicy caching the result indefinitely.