Top 20 NuGet assemblies Packages
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...
Provides useful methods for extracting information from and interacting with assemblies using reflection.
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.
Complement for System.Reflection, including an IL disassembler.
Complement for System.Reflection, including an IL disassembler.
Meta package containing all Visual Studio SDK Reference Assemblies
FFmpeg assemly downloader. Download ffmpeg binary data on Windows, Mac or Linux.
MSBuild task for ILRepack which is an open-source alternative to ILMerge. This library uses ILRepack.lib so it is easier to upgrade.
Bumps assembly versions according to user provided specifications.
Classes for Documenting and Managing Assemblies
Meta package containing all VSSDK Reference Assemblies
Diagnostic middleware for ASP.NET Core to display information useful when debugging an ASP.NET Core 2.x, 3.x or 5.x running environment.
a "Component Discovery" - Framework which supports the dynamically load of assemblies and types (like providers etc.) including a multi dimensional, classification- / clearance-based mandatory access control for components
A library that facilitates runtime distribution of IL in the .NET
Fody add-in for forcing referenced assemblies to be loaded on startup. This allows other modules to register types without actually having to using their types directly.
Easy dynamic loading of assemblies in .Net Core. Integrates with ASP.Net Core Dependency Injection. Load modules and find implementations of interfaces.