Top 20 NuGet ilweaving Packages

Automatic Autofac dependency injection with Fody addins.
Yet Another Logging Framework Fody addin.
Add empty string checks.
Nancy does not have a way to modify model after the route has been executed. The only option is to modify the serialized form. With this add-in it becomes possible to add custom processing of models once the route has been executed but before the result has been serialized.
NOTE: access to original fody package is restored, please find latest versions on https://www.nuget.org/packages/MethodDecorator.Fody/ this nuget package is not more supported. Fody add-in to decorate arbitrary methods to run code before and after invocation. Fork of https://github.com/Fody/MethodD...
Fork of Simon Cropp's Stamp.Fody (http://github.com/Fody/Stamp). Stamps an assembly with git information.
Add tail. optimization to recursive calls
High level IL manipulation tools built on top of mono.cecil. Currently only a very small surface of functionality is exposed which is used by Cilador.Fody to create mixins. As the project evolves, more functionality will be exposed. Please consider this version of Cilador to be pre-release.
Create your own custom, rich C# mixins with Cilador! Mixins are the perfect DRY solution for sharing code without abusing inheritance. Supports: Mixins containing fields, methods, properties, events, and nested types. Generics mixins and mixin members, so long as the top-level mixin implementation ...
Log4Net adapter for Tracer.Fody which is an ILWeaver adding trace enter and leave log entries to methods. This adapter redirects trace logs and all other log calls to Log4Net.
Fody add-in to decorate arbitrary methods to run code before and after invocation. Fork of https://github.com/alexeysuvorov/MethodDecorator Supports returned Task handling on async methods, for that add void TaskContinuation(Task task) on IMethodDecorator interface.
Fody add-in to decorate arbitrary methods to run code before and after invocation
Fody add-in to decorate arbitrary methods to get or store object in cache
Make your methods Dutiful.
Applies padding on structs & classes to remove false sharing.
Package Description
Fody add-in for injecting build time environment variables into const, static and instance fields
Makes WPF ViewModel classes smart by default. Implements INotifyPropertyChanged and DelegateCommands for auto properties, recognises dependent properties, connects property changed handlers, triggers validation. Supports virtual properties with Entity Famework.