Top 20 NuGet postsharp Packages

Store your data in Local storage just by adding the SettingsAttribute on top of the properies to store or on top of your settings class and let our aspect do the rest for you. It work by weaving the geter and seter for the target property to make sure that it read/write from local storage.
Free version of the PostSharp library based on MrAdvice
Allows you to make all or almost all of your methods virtual.
Automatically generates Equals and GetHashCode for annotated classes.
An example PostSharp add-in that adds Console.WriteLine("Hello World!") to every method annotated with [HelloWorld].
A class annotated with [DeepSerializable] and all of its fields, recursively, are marked as serializable.
Throws an exception if your unsafe code attempts to write to memory you don't control
Embeds dependencies as resources so that you have a standalone executable
Atesh.PostSharp library is a collection of custom made PostSharp Aspects (a.k.a Attributes).
(This is a subset of Pathoschild.DesignByContract that contains the annotations but does not enforce them.) Enables code contracts on methods and properties. By annotating your code with attributes like [NotNull], you can remove common validation code and provide helpful exception messages, making y...
Nuget package to implement aspect oriented caching using post sharp. Various supported cache providers. You can also write your own and extend it.
Nuget package to implement aspect oriented caching using post sharp. Various supported cache providers. You can also write your own and extend it.