-
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
Add DebuggerTypeProxy for ListDictionaryInternal #91254
Comments
Tagging subscribers to this area: @dotnet/area-system-collections Issue DetailsThis PR added debugger display to For example: runtime/src/libraries/System.Private.CoreLib/src/System/Collections/ArrayList.cs Line 2640 in 86252f7
|
@arturek are you interested to submit a PR for this one too? |
@tarekgh yes, thanks. I wrote the code, but I cannot find ListDictionaryInternal's unit tests. |
@arturek ListDictionaryInternal is an internal thingy, so I don't think we have unit tests for it. Can't you test it through the Exception class? or add new tests for it if needed. |
This PR added debugger display to
ListDictionaryInternal
. A DebuggerTypeProxy should also be added to improve displaying the collection's contents.The current display in VS:
For example:
runtime/src/libraries/System.Private.CoreLib/src/System/Collections/ArrayList.cs
Lines 2640 to 2653 in 86252f7
The text was updated successfully, but these errors were encountered: