Compiler cannot find "System.ValueTuple"

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.

1 Like

Sorry for that

no worries! :hugs: