Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.14 KB

File metadata and controls

22 lines (16 loc) · 1.14 KB

VDimensions.Shims.NETStandard

Target Frameworks

All.

Description

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)
  • Exposed System.Linq.ExpressionVisitor as a public inheritable class in .NET Framework v3.5
  • Exposes Linq Enumerable extension methods in net20.
    Note, that when used in net20, these methods can only be called as static methods, since the net20 compiler does not support the this keyword in extension method definitions.
  • Enables support for the System.Tuple types in net20, net35 and net40
  • Exposes the System.Concurrent.ConcurrentDictionary<,> type for use in .NETStandard 1.0

Dependencies