Type dependency diagram is blank
One of my visual studio projects isn't showing type dependency diagrams - the window is just blank. It's a Unity C# project.
- I've tried using the diagram feature on another project and it did work there, so it seems to be project related.
- I've tried the settings change suggested here but didn't help https://resharper-support.jetbrains.com/hc/en-us/community/posts/360009548179--Show-Project-Dependency-Diagram-shows-blank-page
does anyone have an idea on what might be the issue?
Please sign in to leave a comment.
Hello,
Could you please start VS with the following command: ``devenv.exe /ReSharper.LogFile C:\log\resharper_log.txt /ReSharper.LogLevel Verbose``, reproduce the issue and load resharper_log.txt to our upload service. Please let me know upload ID.
Thank you.
here's the ID
2023_08_16_sVaQ4ZXASEfoWFyTZWJqTp
Thank you for the log.
There are some exception in the log, but they seem to be irrelevant to your issue.
Is there any chance you could provide a solution for which the problem is reproduced? It could be also loaded to https://uploads.jetbrains.com/
I prefer not to upload the solution.
I found two solutions that worked:
- opening the solution in VS 2019 (so the problem seems to be only when using VS 2022).
- cloning a new copy of my repo from github and opening that with VS 2022.
I had also tried regenerating csproj files from Unity, but that didn't solve the problem.
Thank you for the reply.
Could you please let me know what happens when you clone a new copy from github? Is diagram loaded correctly? When does the issue start to happen then?
Yes the diagram is loaded correctly when I cloned a new copy of the solution from github. I haven't had any issues on the new copy - it works fine. So the problem for me is solved.
Ok, thank you for letting me know.