Aspectus 5.0.2
See the version list below for details.
dotnet add package Aspectus --version 5.0.2
NuGet\Install-Package Aspectus -Version 5.0.2
<PackageReference Include="Aspectus" Version="5.0.2" />
<PackageVersion Include="Aspectus" Version="5.0.2" />
<PackageReference Include="Aspectus" />
paket add Aspectus --version 5.0.2
#r "nuget: Aspectus, 5.0.2"
#:package Aspectus@5.0.2
#addin nuget:?package=Aspectus&version=5.0.2
#tool nuget:?package=Aspectus&version=5.0.2
Aspectus
Aspectus is an advanced Aspect-Oriented Programming (AOP) library that simplifies the injection of cross-cutting concerns into your codebase. It empowers you to write clean and maintainable code by separating cross-cutting concerns from the core logic of your application.
Key Features
- Easy Integration: Aspectus seamlessly integrates with your project by registering with the IoC (Inversion of Control) container during startup.
- Code Generation: Leveraging Roslyn, Aspectus generates code dynamically, allowing you to write expressive C# code for implementing aspects.
- Flexible Aspect Customization: Implement the
IAspectinterface to define custom logic for constructors, methods, and exception handling. - AOP Modules: Aspectus supports modules, enabling you to consolidate and load setup code efficiently.
- NuGet Package: Install Aspectus easily through NuGet, simplifying the setup process for your projects.
Installation
To install Aspectus, use the NuGet package manager:
Install-Package Aspectus
Getting Started
Follow these steps to start using Aspectus in your project:
Register Aspectus with your IoC container during startup. Example code for ASP.NET Core:
services.AddCanisterModules();Implement aspects by creating classes that inherit from the
IAspectinterface. Customize aspects based on your specific requirements, such as constructor setups, method injections, and exception handling.public class TestAspect : IAspect { // Implement your aspect logic here }Utilize Aspectus to create instances of types with injected aspects.
var aspectus = Canister.Builder.Bootstrapper.Resolve<Aspectus>(); aspectus.Setup(typeof(YourClass)); var item = aspectus.Create<YourClass>(); // Use and enjoy your enhanced object
For a more detailed guide on using Aspectus, including advanced scenarios and AOP modules, refer to the Aspectus Documentation.
Build Process
To build Aspectus from source, ensure you have the following:
- Visual Studio 2022
- .Net 6
Simply clone the repository and open the solution in Visual Studio.
Contributing
Contributions are welcome! To contribute to Aspectus, please follow these steps:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/YourFeature. - Commit your changes:
git commit -am 'Add YourFeature'. - Push to the branch:
git push origin feature/YourFeature. - Submit a pull request.
Please ensure your code follows the existing coding style and includes appropriate tests. Additionally, make sure to update the documentation as needed.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Canister.IoC (>= 5.1.1)
- Microsoft.CodeAnalysis.Common (>= 4.6.0)
- Microsoft.CodeAnalysis.CSharp (>= 4.6.0)
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.1)
- Microsoft.Extensions.ObjectPool (>= 7.0.8)
- System.IO.FileSystem (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.7.0)
- System.Runtime.Loader (>= 4.3.0)
- System.Threading.Tasks.Parallel (>= 4.3.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Aspectus:
| Package | Downloads |
|---|---|
|
BigBook
Big Book of Data Types is a collection of various data types including Vector3, Set, RingBuffer, PriorityQueue, Fractions, and DateSpan. It also includes a number of extension methods for types found already in .Net. |
|
|
FileCurator.Windows
FileCurator.Windows is a set of formats that are only available using the full version of the .Net framework. If an alternative is built in .Net Standard these will be replaced. So consider this a hold over. |
|
|
HaterAide
HaterAide is a simple ORM that contains a number of features including automatic schema updates to a database based on the object mappings, stored procedure based calls and generation, etc. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.0.17 | 1,647 | 10/15/2025 |
| 6.0.16 | 6,478 | 9/9/2025 |
| 6.0.15 | 5,270 | 8/5/2025 |
| 6.0.14 | 6,128 | 6/27/2025 |
| 6.0.13 | 193 | 6/27/2025 |
| 6.0.12 | 2,341 | 6/23/2025 |
| 6.0.11 | 146 | 6/20/2025 |
| 6.0.10 | 367 | 6/11/2025 |
| 6.0.9 | 230 | 5/19/2025 |
| 6.0.8 | 190 | 5/18/2025 |
| 6.0.7 | 199 | 3/15/2025 |
| 6.0.6 | 11,862 | 1/28/2025 |
| 6.0.5 | 8,033 | 12/4/2024 |
| 6.0.4 | 2,172 | 11/24/2024 |
| 6.0.3 | 205 | 11/23/2024 |
| 6.0.2 | 227 | 11/19/2024 |
| 6.0.1 | 3,011 | 11/18/2024 |
| 6.0.0 | 203 | 11/18/2024 |
| 5.1.1 | 184 | 11/16/2024 |
| 5.1.0 | 191 | 11/16/2024 |
| 5.0.65 | 1,708 | 11/11/2024 |
| 5.0.64 | 2,932 | 11/4/2024 |
| 5.0.63 | 2,401 | 10/29/2024 |
| 5.0.62 | 1,020 | 10/29/2024 |
| 5.0.61 | 3,578 | 10/9/2024 |
| 5.0.60 | 1,039 | 10/8/2024 |
| 5.0.59 | 12,390 | 8/22/2024 |
| 5.0.58 | 3,092 | 8/16/2024 |
| 5.0.57 | 2,407 | 8/13/2024 |
| 5.0.56 | 1,952 | 8/1/2024 |
| 5.0.55 | 4,104 | 7/10/2024 |
| 5.0.54 | 3,651 | 6/25/2024 |
| 5.0.53 | 30,544 | 6/24/2024 |
| 5.0.52 | 3,607 | 6/17/2024 |
| 5.0.51 | 3,848 | 6/11/2024 |
| 5.0.50 | 2,486 | 5/29/2024 |
| 5.0.49 | 4,526 | 5/15/2024 |
| 5.0.48 | 2,831 | 5/6/2024 |
| 5.0.47 | 2,734 | 5/1/2024 |
| 5.0.46 | 2,120 | 4/30/2024 |
| 5.0.45 | 1,057 | 4/29/2024 |
| 5.0.44 | 4,401 | 4/10/2024 |
| 5.0.43 | 4,234 | 3/27/2024 |
| 5.0.42 | 3,237 | 3/14/2024 |
| 5.0.41 | 1,139 | 3/13/2024 |
| 5.0.40 | 1,249 | 3/12/2024 |
| 5.0.39 | 2,310 | 3/6/2024 |
| 5.0.38 | 712 | 3/5/2024 |
| 5.0.37 | 631 | 3/4/2024 |
| 5.0.36 | 5,149 | 2/26/2024 |
| 5.0.35 | 2,089 | 2/21/2024 |
| 5.0.34 | 1,646 | 2/19/2024 |
| 5.0.33 | 2,251 | 2/13/2024 |
| 5.0.32 | 4,705 | 2/2/2024 |
| 5.0.31 | 7,834 | 1/29/2024 |
| 5.0.30 | 4,351 | 1/19/2024 |
| 5.0.29 | 3,519 | 1/9/2024 |
| 5.0.28 | 7,461 | 12/11/2023 |
| 5.0.27 | 4,586 | 11/22/2023 |
| 5.0.26 | 1,735 | 11/17/2023 |
| 5.0.25 | 1,926 | 11/16/2023 |
| 5.0.24 | 1,764 | 11/15/2023 |
| 5.0.23 | 3,533 | 11/6/2023 |
| 5.0.22 | 3,122 | 10/30/2023 |
| 5.0.21 | 2,824 | 10/24/2023 |
| 5.0.20 | 2,436 | 10/10/2023 |
| 5.0.19 | 3,492 | 9/18/2023 |
| 5.0.18 | 2,786 | 9/12/2023 |
| 5.0.17 | 1,443 | 9/11/2023 |
| 5.0.16 | 3,249 | 9/5/2023 |
| 5.0.15 | 1,490 | 9/4/2023 |
| 5.0.14 | 2,325 | 8/31/2023 |
| 5.0.13 | 1,667 | 8/30/2023 |
| 5.0.12 | 1,367 | 8/29/2023 |
| 5.0.11 | 1,871 | 8/28/2023 |
| 5.0.10 | 3,508 | 8/21/2023 |
| 5.0.9 | 1,878 | 8/16/2023 |
| 5.0.8 | 3,713 | 8/8/2023 |
| 5.0.7 | 1,430 | 8/7/2023 |
| 5.0.6 | 6,490 | 7/13/2023 |
| 5.0.5 | 862 | 7/12/2023 |
| 5.0.4 | 952 | 7/11/2023 |
| 5.0.3 | 598 | 7/10/2023 |
| 5.0.2 | 691 | 7/8/2023 |
| 5.0.1 | 694 | 7/8/2023 |
| 5.0.0 | 6,901 | 12/12/2022 |
| 4.0.24 | 10,766 | 6/6/2022 |
| 4.0.22 | 11,924 | 1/11/2022 |
| 4.0.21 | 9,604 | 6/17/2021 |
| 4.0.20 | 5,991 | 6/15/2021 |
| 4.0.19 | 2,711 | 1/6/2021 |
| 4.0.18 | 12,579 | 1/6/2021 |
| 4.0.17 | 1,134 | 1/6/2021 |
| 4.0.16 | 4,232 | 12/14/2020 |
| 4.0.15 | 1,178 | 12/12/2020 |
| 4.0.14 | 2,289 | 12/2/2020 |
| 4.0.13 | 1,046 | 12/2/2020 |
| 4.0.10 | 6,304 | 9/13/2020 |
| 4.0.9 | 19,185 | 4/16/2020 |
| 4.0.8 | 2,600 | 4/15/2020 |
| 4.0.7 | 2,252 | 4/15/2020 |
| 4.0.6 | 2,474 | 4/15/2020 |
| 4.0.5 | 6,383 | 4/10/2020 |
| 4.0.4 | 2,072 | 4/10/2020 |
| 4.0.3 | 9,274 | 3/25/2020 |
| 4.0.2 | 21,979 | 2/16/2020 |
| 4.0.1 | 9,505 | 11/23/2019 |
| 3.1.4 | 1,261 | 11/3/2019 |
| 3.1.3 | 1,600 | 6/19/2019 |
| 3.1.2 | 7,701 | 4/17/2019 |
| 3.1.1 | 10,507 | 2/21/2019 |
| 3.1.0 | 22,484 | 5/31/2018 |
| 3.0.6 | 5,361 | 5/22/2018 |
| 3.0.5 | 8,273 | 2/2/2018 |
| 3.0.4 | 3,189 | 1/23/2018 |
| 3.0.1 | 7,492 | 1/2/2018 |
| 2.0.24 | 3,258 | 12/12/2017 |
| 2.0.23 | 9,166 | 11/13/2017 |
| 2.0.22 | 8,670 | 10/2/2017 |
| 2.0.21 | 1,960 | 10/2/2017 |
| 2.0.20 | 3,618 | 10/2/2017 |
| 2.0.19 | 1,989 | 9/30/2017 |
| 2.0.18 | 1,997 | 9/29/2017 |
| 2.0.17 | 13,929 | 9/22/2017 |
| 2.0.16 | 3,864 | 9/20/2017 |
| 2.0.15 | 9,132 | 8/7/2017 |
| 2.0.14 | 14,071 | 5/17/2017 |
| 2.0.13 | 2,083 | 5/17/2017 |
| 2.0.12 | 2,111 | 5/12/2017 |
| 2.0.11 | 2,041 | 5/12/2017 |
| 2.0.5 | 10,670 | 1/24/2017 |
| 2.0.4 | 2,087 | 1/6/2017 |
| 2.0.3 | 4,753 | 12/9/2016 |
| 2.0.2 | 2,028 | 11/29/2016 |
| 2.0.1 | 2,895 | 11/23/2016 |
| 1.1.0 | 4,407 | 3/28/2011 |
| 1.0.10 | 2,030 | 5/12/2017 |
| 1.0.9 | 1,931 | 5/2/2017 |
| 1.0.8 | 1,987 | 4/14/2017 |
| 1.0.7 | 2,003 | 3/22/2017 |