Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic.
Commonly Used Types:
System.ValueTuple
System.ValueTuple<T1>
System.ValueTuple<T1, T2>
System.ValueTuple<T1, T2, T3>
System.ValueTuple<T1, T2, T3, T4>
System.ValueTuple<T1, T2, T3, T4,...
More information
Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic.
Includes old frameworks missing in the standard System.ValueTuple nuget.
The whole point of this fork is simply to be able to use both Roslyn Scripting API and Ben.Demystifier when both are strongnamed. Furthermore the library is strongnamed.
So far this is not working since Ben.Demystifier requires System.Reflection.Metadata 1.5.0 which requires...
More information