Skip to main content
FastMember package icon

FastMember

In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.

Total Downloads
61.8M
61,760,769
Published
May 24, 2019
Latest stable version

Install

.NET CLI
dotnet add package FastMember --version 1.5.0
Package Manager Console
Install-Package FastMember -Version 1.5.0
PackageReference
<PackageReference Include="FastMember" Version="1.5.0" />

Frameworks

.NETFramework4.6.1 .NETCoreApp2.0 .NETStandard2.0

Dependencies

Microsoft.CSharp
.NETStandard2.0
[4.5.0, )
System.Data.Common
.NETStandard2.0
[4.3.0, )
System.Reflection
.NETStandard2.0
[4.3.0, )
System.Reflection.Emit
.NETStandard2.0
[4.3.0, )
[4.3.0, )
[4.3.0, )
[4.5.0, )