Hi,
the complier complains
E: Unknown type “System.ValueTuple”, did you mean “System.ValueType”?
CSC has no problems finding it.
ValueTuple 1.bugreport.txt (1.4 KB)
ValueTuple 1.bugreport.zip (6.9 KB)
Hi,
the complier complains
E: Unknown type “System.ValueTuple”, did you mean “System.ValueType”?
CSC has no problems finding it.
ValueTuple 1.bugreport.txt (1.4 KB)
ValueTuple 1.bugreport.zip (6.9 KB)
Your project is set to build for .NET 4.0. Try setting it to a newer version, e.g. .NET 4.8, and Shystem.ValueTuple will exist.
Sorry for that
no worries! ![]()