PostSharp 4.1.12

dotnet add package PostSharp --version 4.1.12
                    
NuGet\Install-Package PostSharp -Version 4.1.12
                    
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="PostSharp" Version="4.1.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PostSharp" Version="4.1.12" />
                    
Directory.Packages.props
<PackageReference Include="PostSharp" />
                    
Project file
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 PostSharp --version 4.1.12
                    
#r "nuget: PostSharp, 4.1.12"
                    
#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 PostSharp@4.1.12
                    
#: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=PostSharp&version=4.1.12
                    
Install as a Cake Addin
#tool nuget:?package=PostSharp&version=4.1.12
                    
Install as a Cake Tool

Aspect-Oriented Programming and Design Pattern Automation.

Product Compatible and additional computed target framework versions.
.NET Framework net35-client 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 (3)

Showing the top 3 popular GitHub repositories that depend on PostSharp:

Repository Stars
garymcleanhall/AdaptiveCode
Code samples to accompany the book Adaptive Code Via C#.
keyboardDrummer/SmartReactives
A .NET library that detects when an expression changes its value
postsharp/PostSharp.Samples
PostSharp Samples
Version Downloads Last Updated
4.1.12 2,306 4/29/2015
4.1.11 3,824 4/17/2015
4.1.10 6,439 3/30/2015
4.1.9-rc 440 3/9/2015
4.1.8-beta 547 2/13/2015
4.1.7-beta 509 1/26/2015
4.1.6-alpha 736 12/23/2014
4.0.45 167 4/17/2015
4.0.44 886 3/27/2015
4.0.43 6,330 3/5/2015
4.0.42 6,635 2/13/2015
4.0.41 5,637 1/26/2015
4.0.40 531 1/23/2015
3.1.64 117 5/7/2015
3.1.63 129 4/17/2015
3.1.62 122 3/27/2015
3.1.60 281 3/5/2015
3.1.59 569 2/13/2015
3.1.58 221 1/22/2015
3.1.57 440 12/19/2014
Loading failed