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
Nov 24, 2015
Latest stable version

Install

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

Frameworks

.NETFramework3.5 .NETFramework4.0 DNX4.5.1 .NETPlatform5.2

Dependencies

Microsoft.CSharp
.NETPlatform5.2
[4.0.1-beta-23516, )
[4.0.1-beta-23516, )
System.Data.Common
.NETPlatform5.2
[4.0.1-beta-23516, )
System.Data.SqlClient
.NETPlatform5.2
[4.0.0-beta-23516, )
System.Linq
.NETPlatform5.2
[4.0.1-beta-23516, )
System.Reflection
.NETPlatform5.2
[4.1.0-beta-23516, )
System.Reflection.Emit
.NETPlatform5.2
[4.0.1-beta-23516, )
[4.0.1-beta-23516, )
[4.0.1-beta-23516, )
[4.1.0-beta-23516, )
System.Runtime
.NETPlatform5.2
[4.0.21-beta-23516, )
System.Threading
.NETPlatform5.2
[4.0.11-beta-23516, )

Adoption guide

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

This version is marked prerelease. Validate its API and upgrade path before production use.

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

Compatibility metadata lists 4 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.