Top 20 NuGet ilweaving Packages

This package/repository is a fork of Equals.Fody to stick with Fody 4 which still supports MSBuild 15.
Implements the Freezable pattern.
Injects a new type that writes "Hello World".
Replaces static method calls.
Disposable, without the Using.
Use this addin for F# to make setters for union types and eliminate need for CLIMutable attribute for records.
Fody add-in for removing references from an assembly.
Fody AddIn that allows faking your types without writing interfaces for testing purposes only.
Simplifies logging through a static helper class and some IL manipulation.
Uses AES to encrypt literal strings in your assembly. Compatible with ClickOnce.
Fody add-in for injecting INotifyPropertyChanging code into properties.
Simplifies logging through a static helper class and some IL manipulation.
Get started by putting adding the StaticProxy.Fody nuget package to the projects where the interfaces/classes to be intercepted reside and att a [StaticProxy] attribute to these. Implement your interceptors by inheriting from the IDynamicInterceptor interface. Use one of the integration packages to ...
Get started by putting adding the StaticProxy.Fody nuget package to the projects where the interfaces/classes to be intercepted reside and att a [StaticProxy] attribute to these. Implement your interceptors by inheriting from the IDynamicInterceptor interface. Use one of the integration packages to ...
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.
Fody add-in that adds the ability to save the state of asynchronous tasks for WP and WinRT platforms.
Converts public fields to properties. This version differs from Fielder.Fody only that it ignores the casing on the fields to convert. Fielder.Fody only converts Fields with a first char of upper-case.
Add tail. optimization to recursive calls