Search code examples
visual-studio-2017valuetuple

VS 2017 intellisense issue with ValueTuple


Visual Studio 2017 Pro in Windows 7 with .net framework 4.7 developer kit installed and without System.ValueTuple nuget.

intellisense suggestion intellisense result

Intellisense provides the correct tuple name in the suggestion list, but when chosen, writes the old tuple name (Item1, Item2, etc.)

Is this a Visual Studio bug, or a settings issue?


Solution

  • It was a Resharper bug. I upgraded Resharper to 2017.1.3 and now intellisense resolves correctly.