Top 20 NuGet Packages depending on Fody

Total dependencies: 299

Changes string comparisons to case insensitive.
Simplifies logging through a static helper class and some IL manipulation.
Fody add-in for reading embedded resources.
Remove test references from an assembly.
Allows a more expressive use of the ObsoleteAttribute.
Exposes 'methodof' and 'propertyof' to any .net language.
Simplifies logging through a static helper class and some IL manipulation.
Fody add-in that helps with implementing IDisposable.
Open-source base project for my Xamarin.Forms based AppCreator
The activator is a simple and fast dependency injection framework. It is based on attributes and does not require any configuration files for configuration. It also supports using static methods as component constructor. This version is not compatible with Assemblies weaved by versions older t...
Un-swallows any exceptions that have been swallowed using IL weaving
This add-in gives you extended control over auto-properties, like directly accessing the backing field or intercepting getters and setters.
Transparent Reactive State Management for .NET applications.
Inject the code that generate PropertyChanged event on property that has the attribute 'Localize' when the Language of the Localization changed
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...
Fody extension to implement the sexy-proxy pattern.
Fody extension to auto implement rx properties for sexy-react.
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.
Fody add-in that disables Quick JIT for all your methods