Aspectus is an AOP library that allows you to inject cross cutting concerns in an easy manner.
Info
Version: | 3.1.1 |
Author(s): | James Craig |
Last Update: | Thursday, February 21, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JaCraig/Aspectus |
NuGet Url: | https://www.nuget.org/packages/Aspectus |
Install
Install-Package Aspectus
dotnet add package Aspectus
paket add Aspectus
Aspectus Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Canister.IoC(>= 2.1.3)
- Microsoft.CodeAnalysis.CSharp(>= 2.10.0)
- Microsoft.CodeAnalysis.Common(>= 2.10.0)
- Serilog(>= 2.8.0)
- System.IO.FileSystem(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.5.1)
- System.Runtime.Loader(>= 4.3.0)
- System.Threading.Tasks.Parallel(>= 4.3.0)
- Canister.IoC(>= 2.1.3)
- Microsoft.CodeAnalysis.CSharp(>= 2.10.0)
- Microsoft.CodeAnalysis.Common(>= 2.10.0)
- Serilog(>= 2.8.0)
- System.IO.FileSystem(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.5.1)
- System.Runtime.Loader(>= 4.3.0)
- System.Threading.Tasks.Parallel(>= 4.3.0)
Tags