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
62.6M
62,555,872
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, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.