Info
Version: | 0.3.1 |
Author(s): | Juliano Teixeira |
Last Update: | Wednesday, April 26, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jzucchetto/Autofac.SmartInterceptors |
NuGet Url: | https://www.nuget.org/packages/Autofac.SmartInterceptors |
Install
Install-Package Autofac.SmartInterceptors
dotnet add package Autofac.SmartInterceptors
paket add Autofac.SmartInterceptors
Autofac.SmartInterceptors Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Autofac.Extras.DynamicProxy(>= 4.2.1)
- Autofac(>= 4.5.0)
Tags
[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.