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.ExpressionVisitor
as 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 thenet20
compiler does not support thethis
keyword in extension method definitions. - Enables support for the
System.Tuple
types innet20
,net35
andnet40
- Exposes the
System.Concurrent.ConcurrentDictionary<,>
type for use in .NETStandard 1.0