Hi!
Recently moved back to a project, with ongoing development from my team, and am now with a new computer.
So I downloaded the latest version of NCrunch (3.6)
And I pulled the newest code from git, involving quite some changes.
In Visual Studio, everything compiles and runs successfully.
However NCrunch gives compile error about the language version
Quote:: Feature 'nameof operator' is not available in C# 5. Please use language version 6 or greater.
Looking in details, the Project's Language Version was "Default".
Changed it to 6.0, still same problem. Could not find any NCrunch configuration about that.
Tried older version of NCrunch (3.2.0.3), same problem.
Windows 10 Pro, 64 bit
Visual Studio 2015 Pro
Projects are .NET 4.5.1
Some other projects that are using C# 6 features are compiled correctly with NCrunch. I can't see for now the difference why.
Any clues?
Francois