SimplyAOP NuGet Package

SimplyAOP is a .NET library (.NET Standard 2.0+) which allows to use AOP concepts in a simple and straightforward way.

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).




Got any SimplyAOP Question?





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)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

1900