-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to the real System.ValueTuple ref #74936
Conversation
@dotnet/roslyn-compiler PTAL |
|
||
/* | ||
* ⚠ Dev note ⚠: TestBase properties end here. | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment was moved up because the properties below no longer depend on TestBase
SymbolDisplayPartKind.Punctuation, | ||
SymbolDisplayPartKind.Keyword, | ||
SymbolDisplayPartKind.Space, | ||
SymbolDisplayPartKind.StructName, | ||
SymbolDisplayPartKind.Punctuation}, | ||
references:={MetadataReference.CreateFromImage(TestResources.NetFX.ValueTuple.tuplelib)}) | ||
references:={Net461.ExtraReferences.SystemValueTuple}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought about that but symbol display is a user visible artifact. Decided that it was better to have our tests track down Tuple displays in the 99.999% case vs. the .001% case that I'm not sure you can reaally achieve.
No description provided.