Info
Version: | 0.3.0 |
Author(s): | Martin Hochstrasser |
Last Update: | Wednesday, February 20, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/highstreeto/SimplyAOP |
NuGet Url: | https://www.nuget.org/packages/SimplyAOP |
Install
Install-Package SimplyAOP
dotnet add package SimplyAOP
paket add SimplyAOP
SimplyAOP Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It doesn't use dynamic proxy to accomplish that.
Instead the AOP target must invoke a specific method (Advice(...)) on the AspectWeaver to allow for aspects to kick in.
So SimplyAOP doesn't need to create the instance of the target class so it can be used were instance creation is handled externally (for example by WCF).