FastMember 1.5.0
Install-Package FastMember -Version 1.5.0
dotnet add package FastMember --version 1.5.0
<PackageReference Include="FastMember" Version="1.5.0" />
paket add FastMember --version 1.5.0
#r "nuget: FastMember, 1.5.0"
// Install FastMember as a Cake Addin
#addin nuget:?package=FastMember&version=1.5.0
// Install FastMember as a Cake Tool
#tool nuget:?package=FastMember&version=1.5.0
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.5.0)
- System.Data.Common (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Emit (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
- System.Security.Permissions (>= 4.5.0)
NuGet packages (187)
Showing the top 5 NuGet packages that depend on FastMember:
Package | Downloads |
---|---|
Mosaik.Library
Package Description |
|
Neomode.Tools
Tools to neomode projects |
|
AvroConvert
Rapid Apache Avro serializer for .NET. |
|
HelpMeJesus
Package Description |
|
TrackerDog
TrackerDog turns any .NET object or full object graph into a change-trackable object |
GitHub repositories (11)
Showing the top 5 popular GitHub repositories that depend on FastMember:
Repository | Stars |
---|---|
antonpup/Aurora
Unified lighting effects across multiple brands and various games.
|
|
dsafa/audio-band
Display and control songs from the Windows taskbar
|
|
WolvenKit/WolvenKit
Mod editor/creator for RED Engine games. The point is to have an all in one tool for creating mods for the games made with the engine.
|
|
warappa/XamlCSS
Style Xaml applications with CSS
|
|
papyrus-mc/papyruscs
PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
|
Version | Downloads | Last updated |
---|---|---|
1.5.0 | 9,230,236 | 5/24/2019 |
1.4.1 | 1,386,698 | 7/19/2018 |
1.4.0 | 4,448 | 7/19/2018 |
1.3.0 | 4,623,147 | 3/6/2018 |
1.2.0 | 110,292 | 1/31/2018 |
1.1.0 | 1,129,032 | 8/26/2016 |
1.1.0-beta1 | 5,970 | 11/24/2015 |
1.0.0.11 | 681,012 | 9/22/2013 |
1.0.0.10 | 19,572 | 6/7/2013 |
1.0.0.9 | 63,545 | 11/8/2012 |
1.0.0.8 | 1,890 | 11/8/2012 |
1.0.0.7 | 1,874 | 11/8/2012 |
1.0.0.6 | 3,316 | 4/13/2012 |
1.0.0.5 | 2,825 | 3/23/2012 |
core-clr support (rtm)