workflow - FastMember.Signed 1.3.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.
PM> Install-Package FastMember.Signed -Version 1.3.0 -Source https://www.myget.org/F/workflow/api/v3/index.json
> nuget.exe install FastMember.Signed -Version 1.3.0 -Source https://www.myget.org/F/workflow/api/v3/index.json
> dotnet add package FastMember.Signed --version 1.3.0 --source https://www.myget.org/F/workflow/api/v3/index.json
source https://www.myget.org/F/workflow/api/v3/index.json
nuget FastMember.Signed ~> 1.3.0
Copy to clipboard
> choco install FastMember.Signed --version 1.3.0 --source https://www.myget.org/F/workflow/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "workflow" -SourceLocation "https://www.myget.org/F/workflow/api/v2"
Install-Module -Name "FastMember.Signed" -RequiredVersion "1.3.0" -Repository "workflow"
Copy to clipboard
core-clr support (rtm)
-
.NETFramework 4.0
-
.NETFramework 4.5
-
.NETStandard 1.5
- Microsoft.CSharp (>= 4.3.0)
- NETStandard.Library (>= 1.6.1)
- System.Collections.NonGeneric (>= 4.3.0)
- System.Data.Common (>= 4.3.0)
- System.Data.SqlClient (>= 4.3.0)
- System.Linq (>= 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.Reflection.TypeExtensions (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.3.0)
- System.Collections.NonGeneric (>= 4.3.0)
- System.Data.Common (>= 4.3.0)
- System.Data.SqlClient (>= 4.3.0)
- System.Linq (>= 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.Reflection.TypeExtensions (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Threading (>= 4.3.0)
- .NETFramework 4.0: 4.0.0.0
- .NETFramework 4.5: 4.5.0.0
- .NETStandard 1.5: 1.5.0.0
- .NETStandard 2.0: 2.0.0.0
Ownersflaviusm |
AuthorsMarc Gravell |
Project URLhttps://github.com/mgravell/fast-member |
LicenseApache-2.0 |
TagsReflection Dynamic Member Access |
Info13183 total downloads |
| 13183 downloads for version 1.3.0 |
| Download (48.14 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.3.0 | 48.14 KB | Thu, 17 Jun 2021 08:07:01 GMT | 13183 |
|