Info
| Version: | 1.0.0 |
| Author(s): | Bilal Albayrak |
| Last Update: | Monday, March 9, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/balbayrak/AspCoreAOP |
| NuGet Url: | https://www.nuget.org/packages/AspCoreAOP.Core |
Install
Install-Package AspCoreAOP.Core
dotnet add package AspCoreAOP.Core
paket add AspCoreAOP.Core
AspCoreAOP.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 3.1.1)
Tags
It uses System.Reflection.DispatchProxy to enable on the fly proxy creation of implementation types.