-
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
CoreCLR 7.0 have changed public Debug API. Why? #76960
Comments
Tagging subscribers to this area: @tommcdon Issue DetailsHello, could you please clarify, why in 3ea30ed
|
I have missed the fact that the typo is being fixed in public documented API. I am going to re-introduce the typo. |
Right, the typo is in this API name for 20+ years, so there is a quite a bit code written that depends on it. |
* Reintroduce typo in ICorDebug public API names Fixes #76960 * Reintroduce ICorDebug typo in Mono partition as well Fixes build break Co-authored-by: Jan Kotas <[email protected]>
Hello,
could you please clarify, why in 3ea30ed
public Debug API was changed:
ICorDebugArrayValue::GetBaseIndicies
https://learn.microsoft.com/en-us/dotnet/framework/unmanaged-api/debugging/icordebugarrayvalue-getbaseindicies-method?view=aspnetcore-2.1was changed from
GetBaseIndicies
toGetBaseIndices
ICorDebugArrayValue::HasBaseIndicies
https://learn.microsoft.com/en-us/dotnet/framework/unmanaged-api/debugging/icordebugarrayvalue-hasbaseindicies-method?view=aspnetcore-2.1was changed from
HasBaseIndicies
toHasBaseIndices
CC @alpencolt @jkotas
The text was updated successfully, but these errors were encountered: