fasterflect.reflect
3.1.0
Install-Package fasterflect.reflect -Version 3.1.0
dotnet add package fasterflect.reflect --version 3.1.0
<PackageReference Include="fasterflect.reflect" Version="3.1.0" />
paket add fasterflect.reflect --version 3.1.0
#r "nuget: fasterflect.reflect, 3.1.0"
// Install fasterflect.reflect as a Cake Addin
#addin nuget:?package=fasterflect.reflect&version=3.1.0
// Install fasterflect.reflect as a Cake Tool
#tool nuget:?package=fasterflect.reflect&version=3.1.0
This framework is based on Fasterflect, which was originally developed by Buu Nguyen and Morten Mertner. The extension methods in this version have been moved to a separate namespace to ensure that they do not clutter intellisense and auto-complete. Most of the methods been moved to Reflect and ReflectLookup static classes in order to achieve this. It also includes two new features: MultiSetter and DataReaderFactory.
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 | net35 net40 net403 net45 net451 net452 net46 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 3.5
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- System.Reflection.Emit (>= 4.6.0)
- System.Reflection.Emit.ILGeneration (>= 4.6.0)
- System.Reflection.Emit.Lightweight (>= 4.6.0)
-
.NETStandard 2.1
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on fasterflect.reflect:
Package | Downloads |
---|---|
Dapper.ExtraCRUD
A Dapper extension that was inspired by Dapper.SimpleCRUD, Dapper-Plus, and more. |
|
Dapper.ExtraCRUD.Cache
A Dapper extension that was inspired by Dapper.SimpleCRUD, Dapper-Plus, and more. |
|
AutoOpenXml
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.0 | 33,868 | 12/8/2019 |
Added lots to ReflectLookup (Members, Attributes, etc). Fixed MultiSetter. Fixed another bug. Improved caching performance.