Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mpeyrotc
Copy link
Contributor

Some expressions were returning with multiple instances of the IEnumerable Visualizer when using the Debug Adapter Protocol because it did not have the logic found in the Core Visual Studio debugger to filter them out. Instead of fixing it in that layer, I decided it best to address it when constructing the evaluation result since it is never necessary to have an evaluation result with multiple copies of the same visualizer.

Added test and verified that without the proposed changes it would fail because of multiple visualizers present in the result.

@dotnet-policy-service dotnet-policy-service bot added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Interactive Community The pull request was submitted by a contributor who is not a Microsoft employee.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant