Display dependencies within a .NET Solution graphically.
See https://www.mobzystems.com/Tools/DepGraph
First time:
npm install
From then on:
npm run tauri dev
to run DepGraph in development mode, including Hot Module Reload.
or
npm run tauri build
to create a release build.
Open a solution and enjoy!