Uh oh!
There was an error while loading. Please reload this page.
[release/7.0] Reintroduce typo in ICorDebug public API names - #76967
Conversation
ghost
commented
Oct 12, 2022
Tagging subscribers to this area: @tommcdon Issue DetailsBackport of #76966 to release/7.0 /cc @jkotas Customer ImpactTestingRiskIMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.
|
carlossanlop
commented
Oct 12, 2022
@mmitche do we still have runway to include this in GA? |
carlossanlop
commented
Oct 12, 2022
Approved by Tactics via email. |
mmitche
commented
Oct 12, 2022
Yes |
carlossanlop
commented
Oct 12, 2022
Cool, thanks. Will merge after checking the CI. |
carlossanlop
commented
Oct 13, 2022
Re-running the failed CI leg. There were network issues. |
Fixes build break
carlossanlop
commented
Oct 13, 2022
The CI re-run had one failure, but unrelated and I've seen it before: #76906 Approved by Tactics and signed off by lots of folks. Merging now. |
Backport of #76966 to release/7.0
/cc @jkotas
Customer Impact
Build break after updating to .NET 7 ICorDebug header files. The build break was introduced by attempt to fix a typo in publicly documented API name. The typo fix is being reverted by this change.
Testing
Standard CI testing, verified that the API name matches the documented name.
Risk
Low
IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.