Top 20 NuGet cecil Packages

This add-in gives you extended control over auto-properties, like directly accessing the backing field or intercepting getters and setters.
Automates the plumbing around System.Lazy.
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...
Serilog 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 Serilog.
Package Description
Fody add-in that helps tracking down undisposed objects
A Fody add-in that implements the double check locking pattern automatically.
NLog adapter for Tracer.Fody (which is an ILWeaver adding trace enter and leave log entries to methods). This adapter offers trace and static logging calls and changes them to calls to NLog.
Generate the Equals, GetHashCode and operators methods from properties or fields decorated with the [Equals] Attribute.
Changes regular event handlers into weak event handlers by weaving a weak event adapter between source and subscriber.
Stamps an assembly with svn information.
A Fody plugin that allows you to annotate a method with the [SwallowExceptions] attribute to have the method contents wrapped in a try / catch block.
Simplifies logging through a static helper class and some IL manipulation.
Fody add-in for creating dependency or attached properties from auto properties.
Allows inlining methods
This is the patching engine of the Patchwork framework. Its method of distribution is currently being rethought while a new version is tested.
Fody add-in that helps with importing/exporting MEF interfaces.
Injects method cache code.
A Fody/Mono.Cecil wrapper that provides most basic IL code weaving helpers.
Automated non-public member introspection using Fody & Linq Expressions