Package for injecting orthogonal concerns into method invocations like retry, logging and exceptionhandling.
Info
Version: | 0.9.3 |
Author(s): | Rutger Dijkstra, Michiel Koning |
Last Update: | Friday, October 4, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rutger-dijkstra/AspectWeaver |
NuGet Url: | https://www.nuget.org/packages/AspectWeaver |
Install
Install-Package AspectWeaver
dotnet add package AspectWeaver
paket add AspectWeaver
AspectWeaver Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging(>= 2.1.1)
- Newtonsoft.Json(>= 12.0.2)
- System.Reflection.DispatchProxy(>= 4.6.0)