Found 228 packages
Add property notification to all classes that implement INotifyPropertyChanging.
An AOP component that can be applied to any method, whether it is synchronous or asynchronous, instance or static, constructor or property. You can also apply it to types and assemblies, and use an AspectJ-like pattern to match the methods you want.
Automatic null check injection for runtime C# Nullable Reference Types (NRT) parameter/contract validation.
Simplifies logging through a static helper class and some IL manipulation.
Simplifies logging through a static helper class and some IL manipulation.
Converts all JetBrains ReSharper code annotations attributes to External Annotations, so you can provide R# annotations to 3rd parties but don't need to deploy JetBrainsAnnotations.dll.
This add-in gives you extended control over auto-properties, like directly accessing the backing field or intercepting getters and setters.
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/)
Simplifies logging through a static helper class and some IL manipulation.
Simplifies logging through a static helper class and some IL manipulation.
An extension for Fody to integrate error handling into async and TPL code.
Simplifies logging through a static helper class and some IL manipulation.
Exposes 'methodof' and 'propertyof' to any .net language.
Fody add-in for validation in XAML bindings.
Automates the plumbing around System.Lazy.
Fody add-in for forcing referenced assemblies to be loaded on startup. This allows other modules to register types without actually having to using their types directly.
Merges the referenced types of local dependencies as private types into the target assembly, and removes the references to the local dependencies.
Simplifies logging through a static helper class and some IL manipulation.
Extra type constraints for Enum and Delegate.
Abandoned: Converts public fields to properties.