All.
Some of the features that this library brings:
- [in progress] Reflection API consistency between .NET Standard 2.0 and earlier .NET Standard versions (1.0 - 1.5) and .NET Framework (v3.5 - v4.0)
ExposedSystem.Linq.ExpressionVisitoras a public inheritable class in .NET Framework v3.5- Exposes Linq Enumerable extension methods in
net20.
Note, that when used innet20, these methods can only be called as static methods, since thenet20compiler does not support thethiskeyword in extension method definitions. - Enables support for the
System.Tupletypes innet20,net35andnet40 - Exposes the
System.Concurrent.ConcurrentDictionary<,>type for use in .NETStandard 1.0