AspectInjector 0.9.1
        
        
                                There is a newer version of this package available.
                                
See the version list below for details.
                    See the version list below for details.
dotnet add package AspectInjector --version 0.9.1
NuGet\Install-Package AspectInjector -Version 0.9.1
        
        
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
                    
    
    <PackageReference Include="AspectInjector" Version="0.9.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="AspectInjector" Version="0.9.1" />
<PackageReference Include="AspectInjector"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
        
        
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
                    
    
    paket add AspectInjector --version 0.9.1
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: AspectInjector, 0.9.1"
        
        
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
                    
    
    #:package AspectInjector@0.9.1
        
        
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
                    
    
    #addin nuget:?package=AspectInjector&version=0.9.1
#tool nuget:?package=AspectInjector&version=0.9.1
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    This library provides attributes-based compile-time AOP framework.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET Framework | net is compatible. | 
        
        Compatible target framework(s)
    
    
        
        Included target framework(s) (in package)
    
    Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (6)
Showing the top 6 popular GitHub repositories that depend on AspectInjector:
| Repository | Stars | 
|---|---|
| enkodellc/blazorboilerplate 
                                                            Blazor Boilerplate / Starter Template with MudBlazor 
                                                         | |
| carlreid/StreamMaster 
                                                            A powerful M3U proxy and stream management platform for Plex DVR, Emby, Jellyfin Live TV (and more)
                                                         | |
| jhrscom/JHRS 
                                                            The JHRS WPF framework is used to demonstrate how to use wpf and xamarin to build a development framework. The presentation framework only provides an idea. If you apply it to actual projects, you need to complete more functions yourself.
                                                         | |
| aws-powertools/powertools-lambda-dotnet 
                                                            Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
                                                         | |
| allure-framework/allure-csharp 
                                                            Allure integrations for C# test frameworks
                                                         | |
| m969/AOGame 
                                                            A game framework base on ETCore.
                                                         | 
Fixed possible exception when Ldtoken instruction operand is not type reference.
Implemented processing aspect attributes on nested classes.