Incorrect quick info for ValueTuple<T> #18311
Labels
Area-IDE
Bug
Feature - Tuples
Tuples
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
Version Used: VS 2017 (15.0.0+26228.9)
Steps to Reproduce:
Use the following code:
Hover over
var
Hover over
y
Expected Behavior:
struct System.ValueTuple<T>
, withT is int
.ValueTuple<int, int> y
Actual Behavior:
(System.Int32)
(int) y
Neither of these are valid tuple syntaxes in C#.
The text was updated successfully, but these errors were encountered: