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

Update for VS2022? #68

Open
masonwheeler opened this issue Jul 5, 2023 · 1 comment
Open

Update for VS2022? #68

masonwheeler opened this issue Jul 5, 2023 · 1 comment

Comments

@masonwheeler
Copy link

When attempting to use this on a .NET 7 project in VS 2022, installing it makes the "View" box show up, but the visualizer fails to load. The recommended Debug option to uncheck as a solution to this does not appear to exist in VS 2022.

Building it myself under VS 2022 does not fix the problem.

Can we get a VS 2022-compatible build by people who actually understand how this is all supposed to work?

@zspitz
Copy link
Owner

zspitz commented Jul 7, 2023

It may be just as simple as updating the Microsoft.VisualStudio.DebuggerVisualizers.dll reference to the one used by VS 2022.

It may not be so simple, because Microsoft deprecated the BinaryFormatter used to transfer data between the debugger component injected into VS and the debuggee component injected into the target process.

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

No branches or pull requests

2 participants