Info
Version: | 2020.8.3.2 |
Author(s): | FoxGuard Solutions |
Last Update: | Monday, August 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/FGS.Autofac.Interceptors.FaultHandling |
Install
Install-Package FGS.Autofac.Interceptors.FaultHandling
dotnet add package FGS.Autofac.Interceptors.FaultHandling
paket add FGS.Autofac.Interceptors.FaultHandling
FGS.Autofac.Interceptors.FaultHandling Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- FGS.Autofac.Interception.DynamicProxy(>= 2020.8.3.2)
- FGS.Autofac.Options(>= 2020.8.3.2)
- FGS.Autofac.Registration.Extensions(>= 2020.8.3.2)
- FGS.FaultHandling.Abstractions(>= 2020.8.3.2)
- FGS.FaultHandling.Polly(>= 2020.8.3.2)
- FGS.FaultHandling.Primitives(>= 2020.8.3.2)
- FGS.Interception.Annotations.FaultHandling(>= 2020.8.3.2)
- FGS.Interceptors.FaultHandling(>= 2020.8.3.2)
- Autofac(>= 5.0.0 && < 6.0.0)
- Microsoft.Extensions.Options(>= 2.2.0 && < 3.0.0)
- FGS.Autofac.Interception.DynamicProxy(>= 2020.8.3.2)
- FGS.Autofac.Options(>= 2020.8.3.2)
- FGS.Autofac.Registration.Extensions(>= 2020.8.3.2)
- FGS.FaultHandling.Abstractions(>= 2020.8.3.2)
- FGS.FaultHandling.Polly(>= 2020.8.3.2)
- FGS.FaultHandling.Primitives(>= 2020.8.3.2)
- FGS.Interception.Annotations.FaultHandling(>= 2020.8.3.2)
- FGS.Interceptors.FaultHandling(>= 2020.8.3.2)
- Autofac(>= 5.0.0 && < 6.0.0)
- Microsoft.Extensions.Options(>= 2.2.0 && < 3.0.0)
- FGS.Autofac.Interception.DynamicProxy(>= 2020.8.3.2)
- FGS.Autofac.Options(>= 2020.8.3.2)
- FGS.Autofac.Registration.Extensions(>= 2020.8.3.2)
- FGS.FaultHandling.Abstractions(>= 2020.8.3.2)
- FGS.FaultHandling.Polly(>= 2020.8.3.2)
- FGS.FaultHandling.Primitives(>= 2020.8.3.2)
- FGS.Interception.Annotations.FaultHandling(>= 2020.8.3.2)
- FGS.Interceptors.FaultHandling(>= 2020.8.3.2)
- Autofac(>= 5.0.0 && < 6.0.0)
- Microsoft.Extensions.Options(>= 3.0.0 && < 4.0.0)
- FGS.Autofac.Interception.DynamicProxy(>= 2020.8.3.2)
- FGS.Autofac.Options(>= 2020.8.3.2)
- FGS.Autofac.Registration.Extensions(>= 2020.8.3.2)
- FGS.FaultHandling.Abstractions(>= 2020.8.3.2)
- FGS.FaultHandling.Polly(>= 2020.8.3.2)
- FGS.FaultHandling.Primitives(>= 2020.8.3.2)
- FGS.Interception.Annotations.FaultHandling(>= 2020.8.3.2)
- FGS.Interceptors.FaultHandling(>= 2020.8.3.2)
- Autofac(>= 5.0.0 && < 6.0.0)
- Microsoft.Extensions.Options(>= 3.0.0 && < 4.0.0)
Tags
`RetryOnFaultAttribute` such that failed operations will be retried with a configurable exponential back-off.
This package is for Autofac version 5.
For an identical API on Autofac version 4, see `FGS.Autofac4.Interceptors.FaultHandling`.