You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: