-
Notifications
You must be signed in to change notification settings - Fork 256
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
Update ProgrammaticSuppressionInfoWrapper for Roslyn 4.10 #1177
Conversation
get | ||
{ | ||
var suppressions = s_suppressions(_instance); | ||
if (suppressions is ImmutableHashSet<(string id, LocalizableString justification)> set) |
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.
Just so I'm clear, there was an even earlier change that changed the signature that also would have broke this, right?
dotnet/roslyn@5287f2f#diff-3dfff6578b6a50be75e51e45981adc7e43b19175986a528500cb0ba3d00e8553
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.
That commit is the change which caused the break.
} | ||
|
||
// https://github.com/dotnet/roslyn-sdk/issues/1175 | ||
throw new NotImplementedException("The test framework does not yet support suppressions format from Roslyn 4.10+"); |
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.
It will be closed. If in the future this property is needed for some purpose, it will need to be implemented again.
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.
Fixes #1175