0

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?

Endy Tjahjono
  • 24,120
  • 23
  • 83
  • 123

1 Answers1

0

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

Endy Tjahjono
  • 24,120
  • 23
  • 83
  • 123