Pinned Repositories
.github
cecil
Cecil is a library to inspect, modify and generate .NET programs and libraries.
ConfigureAwait
Configure async code's ConfigureAwait at a global level
Costura
Embed references as resources
Fody
Extensible tool for weaving .net assemblies
FodyAddinSamples
A working sample for each Fody Addin
Home
The landing page for Fody repositories
MethodTimer
Injects some very basic method timing code.
NullGuard
Adds null argument checks to an assembly
PropertyChanged
Injects INotifyPropertyChanged code into properties at compile time
Fody's Repositories
Fody/Fody
Extensible tool for weaving .net assemblies
Fody/Costura
Embed references as resources
Fody/PropertyChanged
Injects INotifyPropertyChanged code into properties at compile time
Fody/MethodTimer
Injects some very basic method timing code.
Fody/NullGuard
Adds null argument checks to an assembly
Fody/Home
The landing page for Fody repositories
Fody/ConfigureAwait
Configure async code's ConfigureAwait at a global level
Fody/MethodDecorator
Compile time decorator pattern via IL rewriting
Fody/Anotar
Simplifies logging through a static class and some IL manipulation.
Fody/Equals
Generate Equals, GetHashCode and operators methods from properties.
Fody/AsyncErrorHandler
An extension for Fody to integrate error handling into async and TPL code
Fody/FodyAddinSamples
A working sample for each Fody Addin
Fody/ToString
Generate ToString method from public properties.
Fody/Janitor
Simplifies the implementation of IDisposable
Fody/Ionad
Replaces static method calls.
Fody/InfoOf
Provides methodof, propertyof and fieldof equivalents of typeof .
Fody/Virtuosity
Change all members to virtual as part of your build.
Fody/PropertyChanging
Injects INotifyPropertyChanging code into properties at compile time.
Fody/ExtraConstraints
Facilitates adding constraints for Enum and Delegate to types and methods.
Fody/Visualize
Adds debugger attributes to help visualize objects.
Fody/Caseless
Change string comparisons to be case insensitive.
Fody/Resourcer
Simplifies reading embedded resources from an Assembly.
Fody/LoadAssembliesOnStartup
Loads all the references on startup by actually using the types in the module initializer.
Fody/Obsolete
Helps keep usages of ObsoleteAttribute consistent.
Fody/EmptyConstructor
Adds an empty constructor to classes even if you have a non-empty one defined.
Fody/Scalpel
Strips all testing code from an assembly
Fody/AssertMessage
Add 'message' parameter to Assertions. Nunit, Mstest, Xunit is supported.
Fody/Publicize
Converts non-public members to public hidden members
Fody/cecil
Cecil is a library to inspect, modify and generate .NET programs and libraries.
Fody/.github