-
Notifications
You must be signed in to change notification settings - Fork 1.8k
C#: Use .NET 6 #7784
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
C#: Use .NET 6 #7784
Conversation
553f622
to
78ece1e
Compare
3e5f106
to
debf01b
Compare
debf01b
to
7b5699d
Compare
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.
looks plausible
if (method.ExplicitInterfaceImplementations.Any()) | ||
return OperatorSymbol(cx, method.ExplicitInterfaceImplementations.First()); |
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.
Why is this change needed?
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 has been an issue all along, but with the upgrade we ran into it in the tests, which we didn't before.
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.
Looks plausible to me!
I suppose the failing test are caused by a needed update in the semmle-code repo, which will be made in another PR?
Yes. |
No description provided.