Top 20 NuGet reflection Packages

Provides a ConventionHostBuilder that can be used during unit tests or anywhere else you wouldn't bootstrap an entire application
A plugin for Microsoft.Extensions.DependencyInjection to support automatically injecting all types which defines ITransientType, IScopedType, ISingletonType.
SharpChecker is a CLI program that looks into .NET libraries (dll) and executables (exe) to check on information about specific types as the user has queried. SharpChecker will generate a JSON file that records everything it can about the specified type. Alternatively, the program can also list all ...
Reflection helpers for C#
Emitted or reflected operations on collections of value properties
An efficient .NET object inspector/accesor to avoid reflection usage with duck typing support.
This is a simple library that is used to run MySql Commands (and SQL). It uses reflection in order to map the results to the specified Data type.
Fluent API for .NET reflection, using a dynamic proxy
This client library is just a collection of potentially useful things
.NET Emitting Helper
Reflection extension and utility methods.
Utility for accessing private methods, properties and fields. Handy for unit tests.
Rxe is a tool for developers using reflection and invoking methods, property read/write and constructors. Rxe precompiles these methods for each supported types so each call timing is very close to hard coded method invocation.
AssemblyExtensions, EnumerableExtensions, IFactory, Reflection, TypeExtensions, DynamicXmlElement, ConsoleManager, validation helpers, converters, attributes
This is just a collection of classes to help us with our daily programming tasks. Please read all unit tests for usage details.
A tiny library for accessing object's private properties, field and methods using dynamically built proxies
Relieves some of reflection's shortcomings by adding some type safe access to MemberInfo and code generation.
A reflection-based expression evaluator.
Make databind between your .NET classes properties and your own template (Xml, Yml, ...) See documentation on http://templay.codeplex.com/