This project implements some C# interceptors using Castle Dynamic Proxy and AutoFac.
Info
Version: | 1.0.0 |
Author(s): | Paolo Costa |
Last Update: | Tuesday, December 22, 2015 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/WiseInterceptors |
Install
Install-Package WiseInterceptors
dotnet add package WiseInterceptors
paket add WiseInterceptors
WiseInterceptors Download (Unzip the "nupkg" after downloading)
Dependencies
- Autofac.Extras.DynamicProxy2(>= 3.0.7)
- Autofac(>= 3.5.2)
- Castle.Core(>= 3.3.3)
- Newtonsoft.Json(>= 7.0.1)