Top 20 NuGet assembly Packages

Syntactic (Semantic) Versioning for .NET libraries heavily inspired in elm-package (bump and diff)
Syntactic (Semantic) Versioning for .NET libraries heavily inspired in elm-package (bump and diff)
Utility methods for interrogating the application's main assembly.
MemorySharp is a C# based memory editing library targeting Windows applications, offering various functions to extract and inject data and codes into remote processes to allow interoperability.
Common framework for DAL and BIZ packages
This library provides additional scanners for 'NCode.Scanners' that uses 'Cecil' to inspect assemblies and types without loading them into the current AppDomain.
This library provides additional scanners for 'NCode.Scanners' that uses 'Reflection' to inspect assemblies and types which causes them to the loaded into the current AppDomain.
AutoVersionUpdater is a .NET text templete for managing assembly versions. Usually any .Net project have AssemblyInfo.cs in "Properties" directory. So, this T4 run on every build of visual studio and increase version of this file. for more informations: https://github.com/Behzadkhosravi...
Adds support for loading services into dependency injection to the hosted application by convention.
Easy dynamic loading of assemblies in .Net Core. Integrates with ASP.Net Core Dependency Injection. Load modules and find implementations of interfaces.
The Engine of Source Code Generation used by the `dotnet-cgr` tool.
Testing support for your Prise Plugins!
Afterthought allows developers to post-process .NET assemblies to add code that either cannot be added to the original source or is not convenient/efficient to do so. Afterthought runs as a post-build step to process one or more assemblies. It discovers and processes amendments that you crea...
A managed wrapper to use FASM compiler within .NET applications.
Build target for generating a T4 file with a list of assembly directives based on the projects references. References with a hint path and solution references will be listed the AssemblyReferences.tt file. This file can then be included by other T4 files.
Base class library for commonly occurring problems
Reveals the running application's main or entry assembly. Works for Web applications (where GetEntryAssembly won't)
Gets the execution folder of the given assembly
Reveals whether or not the given assembly is a debug build
Gets the version of the assembly containing the given type