Top 20 NuGet reflection Packages

Reflector is a library for generating lightweight .NET proxies on the fly at runtime
A small set of methods that help getting MemberInfo using lambda expressions. Example: Info.PropertyOf<YourClass>(c => c.YourProperty); Releases: 1.1 Added some convenience overloads for the case when you already have Expression<Func<T, TResult>>.
Compare two objects and detect if they are different. Uses attributes and reflection. Compatible with Entity Framework.
Structure comparison (primitive and complex type, enums)
The library contains set of helper methods that provide fast runtime access to object's properties and fields. This works up to 10x times faster than the classic reflection using GetField() / GetProperty() and then GetValue / SetValue(). There are also methods that generate .NET types during run ti...
A simple set of extension methods that allow for easy ADO.Net DataSet => POCO transformations.
An MVC web application framework that provides support for demanding web application features like security for actions and controllers, license for modules, multi-tenanting etc.
https://devlib.codeplex.com/ reflection related DevLib is a highly reusable collection of components and core functionalities addressing common crosscutting concerns. It provides a comprehensive set of features that save development time, minimize costs, reduce the use of precious test resources, ...
Classes using reflection to find implementations by convention
The binding Engine that support Binding for all .net environment : WinForm, WPF, Web, Mono, Xamarin, etc.
Library encapsulating common reflection tasks
This library wraps the common request properties for a search/get request from any HTTP client
The reflection extensions.
Automagically parses (with reflection) an Dictionary/DataRow/DataTable to a custom class of yours.
(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...
Fast reflection library as a NuGet source code package
Managed implementation of System.Reflection[.Emit]
Package Description
A lightweight CIL byecode processing library.