-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Reintroduce typo in ICorDebug public API names #76966
Conversation
Tagging subscribers to this area: @tommcdon Issue DetailsFixes #76960
|
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3237700119 |
cc @am11 |
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.
Oops, didn’t realized that it is public. Thanks! :)
Why reintroduce the typo? It is only a source, not a binary breaking change, and has been done before in #60999 (though I can see the argument that maybe this typo has existed for longer). Answered in #76960 (comment). |
This seems to have broken the mono build, CI didn't run the mono lanes on this PR: |
This is another case where the missing mscordbi trigger path is causing mono build breaks (see #76832 (comment)), we need to add these paths to the trigger. |
Fixes #76960