Info
| Version: | 1.2.1.1 | 
| Author(s): | vexe, ipavlu | 
| Last Update: | Saturday, February 9, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/ipavlu/Fast.Reflection | 
| NuGet Url: | https://www.nuget.org/packages/Concurrent.FastReflection.NetStandard | 
Install
Install-Package Concurrent.FastReflection.NetStandard
                        dotnet add package Concurrent.FastReflection.NetStandard
                        paket add Concurrent.FastReflection.NetStandard
                        
                                Concurrent.FastReflection.NetStandard Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- System.Collections.Immutable(>= 1.5.0)
 - System.Reflection.Emit.Lightweight(>= 4.3.0)
 
Tags
                
Concurrent performance could be still improved, but concurrent safety was achieved!
This is work based on fork of github project of author Vexe: https://github.com/vexe/Fast.Reflection
I was interested to make this code concurrently safe and compliant to NetStandard 2.0 and accessible from nuget.org.