-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Make InterceptableLocation implement IEquatable<InterceptableLocation>
#77137
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
Conversation
InterceptableLocation implement `IEquatable<InterceptableLocat…InterceptableLocation implement IEquatable<InterceptableLocation>
src/Compilers/CSharp/Portable/Utilities/InterceptableLocation.cs
Outdated
Show resolved
Hide resolved
src/Compilers/CSharp/Portable/Utilities/InterceptableLocation.cs
Outdated
Show resolved
Hide resolved
src/Compilers/CSharp/Portable/Utilities/InterceptableLocation.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Jan Jones <[email protected]>
Co-authored-by: Jan Jones <[email protected]>
|
Thanks for addressing the feedback on this PR. There is still a public API check failure:
This can be resolved by adding Public API fix should be verifiable locally with |
|
Thanks for the contribution @aradalvand |
* upstream/main: (576 commits) Add missing word to the documentation file (dotnet#77259) Make `InterceptableLocation` implement `IEquatable<InterceptableLocation>` (dotnet#77137) REvert REvert REvert rename Semantic document remove more inline inline Remove state type from 'move type' refactoring preserve behavior Simplify Remove dependency on semantics Simplify Simplify code Use property Properly pass progress object along in fix all provider fix syncing add background color for inline hints in high contrast mode ...
Closes #77135
@RikkiGibson Let me know if this is not the ideal setup.