FastMember 1.0.0.11

dotnet add package FastMember --version 1.0.0.11
                    
NuGet\Install-Package FastMember -Version 1.0.0.11
                    
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.0.0.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FastMember" Version="1.0.0.11" />
                    
Directory.Packages.props
<PackageReference Include="FastMember" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FastMember --version 1.0.0.11
                    
#r "nuget: FastMember, 1.0.0.11"
                    
#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.
#addin nuget:?package=FastMember&version=1.0.0.11
                    
Install FastMember as a Cake Addin
#tool nuget:?package=FastMember&version=1.0.0.11
                    
Install FastMember as a Cake Tool

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (21)

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

Repository Stars
DapperLib/Dapper
Dapper - a simple object mapper for .Net
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, Oracle
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
antonpup/Aurora
Unified lighting effects across multiple brands and various games.
paillave/Etl.Net
Mass processing data with a complete ETL for .net developers
dsafa/audio-band
Display and control songs from the Windows taskbar
AudioBand/AudioBand
Display and control songs from the Windows taskbar
DapperLib/DapperAOT
Build time tools in the flavor of Dapper
warappa/XamlCSS
Style Xaml applications with CSS
papyrus-mc/papyruscs
PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
spaghettidba/WorkloadTools
A collection of tools to collect, analyze and replay SQL Server workloads, on premises and in the cloud
nazuke/SEOMacroscope
SEO Macroscope is a website scanning tool, to check your website for broken links; including some technical SEO functionality, site scraping, Excel reporting, and more.
supermemo/SuperMemoAssistant
A companion app for SuperMemo 17-18 which extends its functionalities through plugins.
trueai-org/mdrive
一个基于阿里云盘官方 API 授权的自动同步和备份工具,支持云盘挂载到本地,支持本地存储,支持加密,多平台、安全、自动化的数据管理方案。
ad2017gd/RainbowTaskbar
Powerful, customizable Windows 10/11 taskbar effects.
logicpulse/logicPOS
Logicpulse's Open Source POS System
WPF-Forge/Forge.Forms
Dynamically generated forms and dialogs in WPF
admin-shell-io/aasx-package-explorer
C# based viewer / editor for the Asset Administration Shell
DigitalPlatform/dp2
Integrated Library System / 图书馆集成系统
Version Downloads Last updated
1.0.0.11 25,648 9/22/2013
1.0.0.10 2,433 6/7/2013
1.0.0.9 383 11/8/2012
1.0.0.8 55 11/8/2012
1.0.0.7 55 11/8/2012
1.0.0.6 117 4/13/2012
1.0.0.5 74 3/23/2012

* 1.0.0.11 - optimized for large numbers of members; added support for mutating structs
     * 1.0.0.10 - added ObjectReader (IDataReader) API
     * 1.0.0.9 - attribute checking
     * 1.0.0.8 - provide support for non-public accessors
     * 1.0.0.7 - adds basic access to type metadata