Top 20 NuGet Packages depending on Fody

Total dependencies: 299

Fody plugin that converts automatic C# property into WPF DependencyProperty during build. This version is signed
Package Description
Fody add-in allowing to validate DB queries during build instead of runtime.
Enables compile-time 'nameof' functionality, supporting most cases including locals, fields, properties, methods (generic as well), events, types, and enums.
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.
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 ...
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.
A Fody add-in to inject the MVC Display Attribute.
A Fody add-in to inject the MVC Required Attribute.
Fody Weaver for Live.Forms.iOS
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.
Applies padding on structs & classes to remove false sharing.
Fody add-in for injecting build time environment variables into const, static and instance fields
Replace string tokens with environment variables during build
Signed 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.
A fody plugin that allows the usage of async methods returning Task in old-style .asmx web services.
A mixin is a class that provides a certain functionality to be inherited or just reused by a subclass. This project gives simple Mixin implementation fo c# using Fody exttension. Mixins give simple way to cope with common issues like adding funcionality to comon classes that have to inherit from som...
Fody add-in for command invoking and implementation.