Found 228 packages
Extensible tool for weaving .net assemblies.
Add property notification to all classes that implement INotifyPropertyChanged.
Configure async code's ConfigureAwait at a global level.
Fody add-in for embedding references as resources.
Fody add-in to decorate arbitrary methods to run code before and after invocation.
Add null checks.
Adds basic timing to methods.
Generate Equals, GetHashCode and operator methods from properties for classes decorated with an [Equals] Attribute.
Adds a module initializer to an assembly.
Helpers for Fody.
Simplifies logging through a static helper class and some IL manipulation.
Inject arbitrary IL code at compile time.
Injects an empty constructor into classes.
Fody add-in for changing all members to virtual.
Generate ToString method from public properties.
NuGet packaging Fody repositories
Allows a more expressive use of the ObsoleteAttribute.
Catel fody add-in that automatically generates Catel style properties and more!
Fody add-in that helps with implementing IDisposable.
Trace.Fody is an ILWeaver which adds trace enter and leave log entries to methods. Besides it rewrites static log calls to instance calls adding method information to the call in order to avoid costly stack walks in the logger. This is a general rewriter which can be adapted to different logging frameworks, do not use it directly. Use one of the existing adapters in your project like Tracer.Log4Net.Fody or build your own.