Top 20 NuGet cecil Packages

Extensible tool for weaving .net assemblies.
Fody add-in for embedding references as resources.
Add property notification to all classes that implement INotifyPropertyChanged.
Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify th...
Adds a module initializer to an assembly.
Add null checks.
Generate Equals, GetHashCode and operator methods from properties for classes decorated with an [Equals] Attribute.
Common building blocks used INTERNALLY by MonoMod and Harmony which can be used to build your own libraries, f.e. RuntimeDetour's platform abstraction and Utils' DynamicMethodDefinition. For code that is ready to use reliably, use MonoMod.Utils.
Auto-generate hook helper .dlls, hook arbitrary methods via events: On.Namespace.Type.Method += YourHandlerHere;
Utilities and smaller MonoMod "components" (f.e. ModInterop, DynDll, DynData). Can be used for your own mods. Required by all other MonoMod components.
Flexible and easily extensible runtime detouring library. Wrap, replace and manipulate (Mono.Cecil) methods at runtime.
General purpose .NET assembly modding "basework". This package contains the core IL patcher and relinker.
Inject arbitrary IL code at compile time.
NuGet packaging Fody repositories
Helpers for Fody.
Merges the referenced types of local dependencies as private types into the target assembly, and removes the references to the local dependencies.
Makes .NEXT features available at compile time
A method and property caching Fody addin.
Automatic null check injection for runtime C# Nullable Reference Types (NRT) parameter/contract validation.
Lets you design your WPF splash screen as a WPF Control instead of a static bitmap