1. PropertyChanged.Fody

    By:

    Fody add-in for injecting INotifyPropertyChanged code into properties.

  2. Fody

    By:

    Extensible tool for weaving .net assemblies.

  3. Obsolete.Fody

    By:

    Allows a more expressive use of the ObsoleteAttribute.

  4. PropertyChanging.Fody

    By:

    Fody add-in for injecting INotifyPropertyChanging code into properties.

  5. ModuleInit.Fody

    By:

    Adds a module initializer to an assembly.

  6. Fielder.Fody

    By:

    Converts public fields to properties.

  7. Virtuosity.Fody

    By:

    Fody add-in for changing all members to virtual.

  8. Publicize.Fody

    By:

    Fody add-in for converting non-public members to public hidden members.

  9. Caseless.Fody

    By:

    Changes string comparisons to case insensitive.

  10. PostSharp.NotifyPropertyChanged

    By:

    PostSharp Auto-Magic INotifyPropertyChanged done right

  11. MethodTimer.Fody

    By:

    Adds basic timing to methods.

  12. Freezable.Fody

    By:

    Implements the Freezable pattern.

  13. Costura.Fody

    By:

    Fody add-in for embedding references as resources.

  14. MethodDecorator.Fody

    By:

    Fody add-in to decorate arbitrary methods to run code before and after invocation

  15. Stamp.Fody

    By:

    Stamps an assembly with git information.

  16. ExtraConstraints.Fody

    By:

    Extra type constraints for Enum and Delegate.

  17. Validar.Fody

    By:

    Fody add-in for validation in XAML bindings.

  18. InfoOf.Fody

    By:

    Exposes 'methodof' and 'propertyof' to any .net language.

  19. NullGuard.Fody

    By:

    Add null checks.

  20. AsyncErrorHandler.Fody

    By:

    An extension for Fody to integrate error handling into async and TPL code.