Disable C# 6.0 Support in ReSharper

Mathieu Lomax picture Mathieu Lomax · Dec 23, 2014 · Viewed 14.9k times · Source

While using ReSharper, it suggested "Enable C# 6.0 support for this project". I foolishly clicked on it, and now as advertised it's giving me suggestions for C# 6.0 - which then give me errors as I am not using C# 6.0 in this project.

How can I disable C# 6.0 support, returning it to how it was before? (Preferably without having to individually ignore specific suggestions)

Answer

John Saunders picture John Saunders · Dec 23, 2014

Click the project node in the Solution Explorer. Then look in the Property Grid (F4). You'll see a property named "C# Language Level". Set that to "Default" or your desired language level.

enter image description here