Autofac.SmartInterceptors
0.3.1
A pack of Smart Interceptor for Autofac.
[LogInterceptor] that will log all the method calls.
[SmartInterceptor] that take will call an Action before and after method execution.
[ParameterValidationInterceptor] that will validate method parameters and return value using attributes.
Install-Package Autofac.SmartInterceptors -Version 0.3.1
dotnet add package Autofac.SmartInterceptors --version 0.3.1
<PackageReference Include="Autofac.SmartInterceptors" Version="0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Autofac.SmartInterceptors --version 0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 1.4
- Autofac (>= 4.5.0)
- Autofac.Extras.DynamicProxy (>= 4.2.1)
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.