I\'ve installed Visual Studio 2017 Community that was released a week ago, and I started exploring the new features of C# 7.
So I created a simple method that return
I Just ran through this page on Roslyn which describes the following steps to get this working:
System.ValueTuple
package from NuGet (pre-release)Following those steps, it is now working. But it is really very weird that we need to do that for every single project that we start! Hope this is fixed when we reach the Official release!