The package adds interception to the default dependency injection container based on Castle DynamicProxy.
Info
Version: | 0.0.1-alpha1 |
Author(s): | Hamza Lee |
Last Update: | Tuesday, October 29, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/HamzaLee/interceptron |
NuGet Url: | https://www.nuget.org/packages/Interceptron.DynamicProxy |
Install
Install-Package Interceptron.DynamicProxy
dotnet add package Interceptron.DynamicProxy
paket add Interceptron.DynamicProxy
Interceptron.DynamicProxy Download (Unzip the "nupkg" after downloading)
Dependencies
- Interceptron.Core(>= 0.0.11)
- Castle.Core(>= 4.4.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.0.0)
Tags