Skip to content
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 to ListDictionaryInternal #91355

Merged
merged 3 commits into from
Sep 6, 2023

Conversation

arturek
Copy link
Contributor

@arturek arturek commented Aug 30, 2023

The ListDictionaryInternalDebugView class improves the debug view of ListDictionaryInternal instances which are used to implement the Data property of the Exception class.

fixes #91254

The old debugger view:
Screenshot Current

The new debugger view:
Screenshot Updated

The ListDictionaryInternalDebugView class improves the debug view of ListDictionaryInternal instances which are used to implement the Data property of the Exception class.
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Aug 30, 2023
@ghost
Copy link

ghost commented Aug 30, 2023

Tagging subscribers to this area: @dotnet/area-system-collections
See info in area-owners.md if you want to be subscribed.

Issue Details

The ListDictionaryInternalDebugView class improves the debug view of ListDictionaryInternal instances which are used to implement the Data property of the Exception class.

fixes #91254

The old debugger view:
Screenshot Current

The new debugger view:
Screenshot Updated

Author: arturek
Assignees: -
Labels:

area-System.Collections

Milestone: -

@tarekgh
Copy link
Member

tarekgh commented Aug 30, 2023

CC @JamesNK if want to have a quick look?

@tarekgh
Copy link
Member

tarekgh commented Sep 1, 2023

@arturek could you please address the feedback so we can proceed merging it?

@tarekgh tarekgh added this to the 9.0.0 milestone Sep 1, 2023
* members visibility
* field name
@arturek
Copy link
Contributor Author

arturek commented Sep 1, 2023

Sorry, I was a little busy. I made some updates and I'll do the rest here or in a separate PR..

@tarekgh
Copy link
Member

tarekgh commented Sep 4, 2023

@arturek could you please agree to the license agreement CLA according to https://github.com/microsoft/contributorlicenseagreement?

@arturek
Copy link
Contributor Author

arturek commented Sep 4, 2023

@microsoft-github-policy-service agree

@tarekgh tarekgh closed this Sep 4, 2023
@tarekgh tarekgh reopened this Sep 4, 2023
@tarekgh tarekgh closed this Sep 4, 2023
@tarekgh tarekgh reopened this Sep 4, 2023
@tarekgh tarekgh closed this Sep 4, 2023
@tarekgh tarekgh reopened this Sep 4, 2023
@tarekgh
Copy link
Member

tarekgh commented Sep 4, 2023

@arturek looks one more step to sign the CLA. Thanks for your patience. Somehow the following post gets removed after it shows up for a few seconds. CC @dotnet/dnceng

image

@garath
Copy link
Member

garath commented Sep 5, 2023

Somehow the following post gets removed after it shows up for a few seconds. CC dotnet/dnceng

Alas, dnceng does not manage the CLI bot. For support, check with the OSPO.

It looks like dotnet is running its own instance of Microsoft CLA tool (notice the different bot name in the screen shot). Be sure to follow those instructions for dotnet.

(Perhaps there is some conflict between the Microsoft and Dotnet bots that is causing the post to disappear?)

@tarekgh
Copy link
Member

tarekgh commented Sep 6, 2023

@arturek could you please finish the CLA agreement to proceed merging it?

@arturek
Copy link
Contributor Author

arturek commented Sep 6, 2023

@tarekgh I don't know how I can do it. I don't see the comment from a license bot anymore, and adding just my agree comment doesn't seem to work.

@tarekgh
Copy link
Member

tarekgh commented Sep 6, 2023

@arturek did you see my comment #91355 (comment)? need to use @dotnet-policy-service instead @microsoft-github-policy-service to agree to the CLA.

@arturek
Copy link
Contributor Author

arturek commented Sep 6, 2023

@dotnet-policy-service agree

@tarekgh tarekgh merged commit 1e5ee2d into dotnet:main Sep 6, 2023
170 checks passed
@arturek
Copy link
Contributor Author

arturek commented Sep 6, 2023

Thank you, @tarekgh . I haven't noticed that it has a different version.

@arturek arturek deleted the ListDictionaryInternalDebugView branch September 6, 2023 20:54
@tarekgh
Copy link
Member

tarekgh commented Sep 6, 2023

Thanks @arturek for providing the change and be patient :-)

@ghost ghost locked as resolved and limited conversation to collaborators Oct 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Collections community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add DebuggerTypeProxy for ListDictionaryInternal
5 participants