I have a project in Visual Studio with the Language Version set to 'C# latest minor version (latest)' in VS 2017.3 (so this is C# 7.1 - I have also tried setting the version explicitly to C# 7.1).
This builds find in Visual Studio, but in NCrunch I get errors relating to C# 7.1 features such as the one below:
Quote:Tuple element name 'xxxx' is inferred. Please use language version 7.1 or greater to access an element by its inferred name.