fasterflect.reflect
3.1.0
dotnet add package fasterflect.reflect --version 3.1.0
NuGet\Install-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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 is compatible. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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 (4)
Showing the top 4 NuGet packages that depend on fasterflect.reflect:
Package | Downloads |
---|---|
Dapper.ExtraCRUD
A Dapper extension that was inspired by Dapper.SimpleCRUD, Dapper-Plus, and more. |
|
AutoOpenXml
Package Description |
|
Dapper.ExtraCRUD.Cache
A Dapper extension that was inspired by Dapper.SimpleCRUD, Dapper-Plus, and more. |
|
GitObjectDb
GitObjectDb is designed to simplify the configuration management versioning. It does so by removing the need for hand-coding the commands needed to interact with Git. The Git repository is used as a pure database as the files containing the serialized copy of the objects are never fetched in the filesystem. GitObjectDb only uses the blob storage provided by Git. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.0 | 123,758 | 12/8/2019 |
Added lots to ReflectLookup (Members, Attributes, etc). Fixed MultiSetter. Fixed another bug. Improved caching performance.