Top 20 NuGet postsharp Packages

This package allows to start and communicate with PostSharp Compiler Service. It is used by PostSharp.Dnx. This package will be deleted when PostSharp.Dnx will be merged into the stable PostSharp package.
Auto-generates `ToString()` based on your class's fields and/or properties.
Afterthought allows developers to post-process .NET assemblies to add code that either cannot be added to the original source or is not convenient/efficient to do so. Afterthought runs as a post-build step to process one or more assemblies. It discovers and processes amendments that you crea...
Compatibility library for ErrorUnit to work with PostSharp AOP.
Allows for configuring transaction policies via an XML document.
Easily inject logging, profiling, and feature usage monitoring into your .NET application by combining this library and PostSharp 2.1. Records all information using the Loupe Agent which is designed for use in production. If you are upgrading to PostSharp 3.0 or later use Gibraltar.Agent.Postsharp...
Easily validate all public method arguments are not null
We've added support for PostSharp. This allows you to leverage your current investment in PostSharp, but leverage the power and flexibility that comes with the ReflectInsight viewer. In order to use this extension you must have the ReflectInsight Viewer installed. Download and install the ReflectIn...
MvvmLightBindingAttributes provides attributes for Mvvm Light. The attributes are based on LocationInterceptionAspect of PostSharp, simplify binding properties between View and ViewModel.
Ever wanted to inject dependencies into PostSharp method interception aspects in a seamless way? Meet AutoAspectResolver, just plug-in you DI container of choice and watch PostSharp aspect dependencies being resolved at runtime with the help of CodeCop.
Logging aspect using PostSharp
Afterthought allows developers to post-process .NET assemblies to add code that either cannot be added to the original source or is not convenient/efficient to do so. Afterthought runs as a post-build step to process one or more assemblies. It discovers and processes amendments that you crea...
Although postsharp has declared before that they do not support xamarin anymore , it still can be used with dot net standard that gave us some home that we still can move out the boilerplate code from our track , keep our code bases clean and readable. This repository should contains postsharp aspec...
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 your code more robust and refactor-safe. These annotation attributes are also recognized by ReSharper when it...
An out of the box integration for fluent validation framework and INotifyDataErrorInfo interface. just decorate your target class with [NotifyDataErrorInfo(typeof(<FluentValidatorType>))] . Recommended to use with Syncfusion Data Form.