FastMember 1.1.0-beta1

This is a prerelease version of FastMember.
dotnet add package FastMember --version 1.1.0-beta1
NuGet\Install-Package FastMember -Version 1.1.0-beta1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FastMember" Version="1.1.0-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FastMember --version 1.1.0-beta1
#r "nuget: FastMember, 1.1.0-beta1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FastMember as a Cake Addin
#addin nuget:?package=FastMember&version=1.1.0-beta1&prerelease

// Install FastMember as a Cake Tool
#tool nuget:?package=FastMember&version=1.1.0-beta1&prerelease

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.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
.NETPlatform dotnet52 is compatible. 
DNX dnx451 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (17)

Showing the top 5 popular GitHub repositories that depend on FastMember:

Repository Stars
LorisYounger/VPet
虚拟桌宠模拟器 一个开源的桌宠软件, 可以内置到任何WPF应用程序
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite
antonpup/Aurora
Unified lighting effects across multiple brands and various games.
dsafa/audio-band
Display and control songs from the Windows taskbar
paillave/Etl.Net
Mass processing data with a complete ETL for .net developers
Version Downloads Last updated
1.1.0-beta1 131 11/24/2015
1.0.0.11 37,948 9/22/2013
1.0.0.10 4,820 6/7/2013
1.0.0.9 1,638 11/8/2012
1.0.0.8 146 11/8/2012
1.0.0.7 146 11/8/2012
1.0.0.6 775 4/13/2012
1.0.0.5 257 3/23/2012

core-clr support (rc1)