C# 7.0 is out!

Are you planning to add support for C# 7.0? There are a lot of interesting new features!

Hint for the platform developers:

One of the most interesting feature of C# 7 is ValueTuples, i.e.

var (x, y) = GetCoordinates()

but due to compatibility issues, to compile this code you should reference external library https://www.nuget.org/packages/System.ValueTuple/

We will need Mono 5.0 for that, right?

Oh, mono…
Than yes, it is better to wait 5.0 to be released.

Hello! Mono 5.0 is out from 10th May - do you have plan start support this?
Currently I see you are using Mono version v4.0.30319

Same time I see that exactly the same version is used also by Visual Studio for Mac and there are ValueTuples supported, if install in first post referenced package: https://www.nuget.org/packages/System.ValueTuple

Should be very nice if you can give the access for these new features.
Thank you!

Where do you see this mono version (v4.x)?

We currently use Mono 5.4.0.201 (tarball Fri Oct 13 21:56:25 UTC 2017).
To see the current version, use the FAQ : https://www.codingame.com/faq