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

Fix Visualizer for Visual Studio >17.6 #192

Open
dsn27 opened this issue Dec 10, 2024 · 2 comments
Open

Fix Visualizer for Visual Studio >17.6 #192

dsn27 opened this issue Dec 10, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@dsn27
Copy link
Collaborator

dsn27 commented Dec 10, 2024

Warning CS0618: 'IVisualizerObjectProvider.GetObject()' is obsolete: 'This method uses binary serialization which is no longer supported, please use IVisualizerObjectProvider3.GetObject instead.'

We should take a look at this warning.
Would be nice if the Visualizers would work again in the new versions of Visual Studio.

@dsn27 dsn27 added the enhancement New feature or request label Dec 10, 2024
@ChrisClems
Copy link
Contributor

I use Rider so I'm not familiar with Visual Studio debugger visualizers and can't test it, but I glanced over the docs and it looks like the main work that needs to be done is switch to the modern VisualizerObjectProvider methods that support JSON and deserialize from that instead. I think most of the classes on that list of warnings already implement IJsonSerialize.

@dsn27
Copy link
Collaborator Author

dsn27 commented Dec 11, 2024

Don't bother with this issue if you don't use Visual Studio.

It's only nice to have and not very important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants