EnterpriseLibrary.TransientFaultHandling.Core icon indicating copy to clipboard operation
EnterpriseLibrary.TransientFaultHandling.Core copied to clipboard

Enterprise Library - Transient Fault Handling Application Block for modern .NET with improvement.

Results 2 EnterpriseLibrary.TransientFaultHandling.Core issues
Sort by recently updated
recently updated
newest added

Hi When I publish my project with dotnet (Version 6.0.302) it throws error : `>dotnet.exe publish Reader.csproj --configuration Release --runtime win-x64 --output Reader/publish --self-contained true -property:Version=4.0.696` ` error CS0433: The...

Setup ExponentialBackoff strategy with the following settings: RetryCount = 100 MinBackoff = 1 second MaxBackoff = 120 seconds DeltaBackoff = 2 seconds Use it in RetryPolicy and simulate retries (throw...