Redistributable components for package 'PostSharp.Patterns.Common'. This package should only be installed as a dependency.
(This is not the package you are looking for).
A Fody weaver which allows to decorate methods and hook into method start, method end and method exceptions. Additionally you have access to useful method parameters.
Redistributable components for package 'PostSharp.Patterns.Aggregation'. This package should only be installed as a dependency.
(This is not the package you are looking for).
Adds detailed tracing to any method without modifying your source code. Several backends are available as separate NuGet packages. An official PostSharp pattern library.
Attributes-based compile-time AOP framework.
Cross-cutting concerns made easy!
Just apply your attributes where you need and everything automagicaly works!
No xml configs! No wierd reflection hacks! No runtime emit!
Works with AOT and Blazor!
See release notes for...
More information
Unity interception enables you to effectively capture calls to objects and add additional functionality to the target object. Interception is useful when you want to modify the behavior for individual objects but not the entire class, very much as you would do when using the Decorator pattern. It...
More information
Redistributable components for package 'PostSharp.Patterns.Diagnostics'. This package should only be installed as a dependency.
(This is not the package you are looking for).
MrAdvice allows to weave aspects at build-time (just like PostSharp, but free as in free beer). Write your own aspects in the form of attributes and apply them to target methods or properties.
The Enterprise Library Policy Injection Application Block can be used to change the behavior of any .NET objects, in order to better manage crosscutting concerns for these objects. The policy injection is implemented through the Unity interception mechanism. The package includes call handlers for...
More information
Redistributable components for package 'PostSharp.Patterns.Xaml'. This package should only be installed as a dependency.
(This is not the package you are looking for).
Redistributable components for package 'PostSharp.Patterns.Threading'. This package should only be installed as a dependency.
(This is not the package you are looking for).
Fody add-in that provides custom interception. Supports Net45, NetStandard2.0 and UWP.
Method, Property, Constructor and Field interceptors can be found in the package Cauldron.BasicInterceptors (https://www.nuget.org/packages/Cauldron.BasicInterceptors/)