Top 20 NuGet reflection Packages

A fluent ORM and Database Reflection Library for .NET and OleDB Databases.
An extension library for FastMember.
A simple reflection wrapper for objects.
An implementation of the Tcl scripting language.
The robbiblubber.org Dynamic Extensions Library provides extension methods for dynamic member invocation and runtime interface attachment.
Provides some extensions which define a bridge for the differences between Type and TypeInfo.
Standard Web Applications .NET Utilities
A fluent ORM and Database Reflection Library for PostgreSQL.
TypeSupport provides tools to give you more information about .Net types and factories for working with objects, collections, enums and more.
A fluent ORM and Database Reflection Library for MySQL. This uses MySqlConnector rather than the Oracle provided driver.
Helpers for reflecting over .NET types.
Strongly typed reflection, concept types (type classes), fast reflection
The library that supports inspecting the contents of .NET assembly via reflection without loading it into the current process
Adds support for loading configuration, services, logging, command line and more via simple and easy to setup assembly attributes
An implementation of the Tcl scripting language.
An implementation of the Tcl scripting language.
Package Description
Strong-typed static reflection via Reflect: // Void static method MethodInfo cw = Reflect.GetMethod( () => Console.WriteLine); // Instance void method MethodInfo mi = Reflect<IView>.GetMethod(v => v.Show); // Boolean returning instance method MethodInfo pi = Reflect<IViewModel> .GetMethod<b...
An implementation of the Tcl scripting language. This package contains the MSBuild tasks and PowerShell cmdlets that enable integration [with Eagle] as well as the command-line shell [for Eagle].
Fast object activator, extensions for System.Reflection.