Top 20 NuGet assembly Packages

An assembly versioning task for MSBuild.
This small library uses cecil to inspect MSIL code found in .NET assemblies instead of `Assembly.Load` which ensures that you do not have to load it's dependencies beforehand. This is particularly useful if you just want to know what .NET target framework an assembly is targeting with...
Sign CLI
A series of utilities. The documentation can be found on http://www.kendar.org/?p=/dotnet/helpers/generichelpers. AssembliesManager: Load asssemblies, seek for types and interfaces CommandLineParser: Parse command line and environment variables for an easy usage Crontab: A timer based cront...
Library comparing different versions of an api using reflection to ensure compatibility with third party components. Console application.
Provides a MSBuild task to merge multiple CIL assemblies into one.
Console Project setup for embedding assemblies. 1. Create a new C# console project 2. Add this nuget Look at the Main() example in AssemblyResolver.cs on how to add AppDomain.CurrentDomain.AssemblyResolve to the first line of your program.
A class finder that search in all libraries for determined classes or interfaces
Extensible Framework
Contains the SDK reference assemblies for PowerShell version 3
Contains the SDK reference assemblies for PowerShell version 4
(JetBrains repack to get single dll) 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, brow...
Mimic call to AppDomain.CurrentDomain.GetAssemblies()
Process.NET is a C# based class library offering various tools to interact with processes.
A lightweight CIL byecode processing library.
A GUI and Command Line application to compare versions of .NET assemblies.
.NET wrapper for udis86
Cache generated code to assembly for quick re-load
Provide a class with properties that displays application assembly information (title, description, company, product, copyright, trademark and/or version number).