Uh oh!
There was an error while loading. Please reload this page.
Reintroduce typo in ICorDebug public API names - #76966
Conversation
ghost
commented
Oct 12, 2022
Tagging subscribers to this area: @tommcdon |
jkotas
commented
Oct 12, 2022
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3237700119 |
jkotas
commented
Oct 12, 2022
cc @am11 |
am11
left a comment
There was a problem hiding this comment.
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). |
vargaz
commented
Oct 13, 2022
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