Launch without debugging

With Visual Studio there is an option to launch without debugging (Ctrl+F5 with default key mappings). This is handy for Blazor Server projects because you can launch the app in the browser, make changes to the code and Razor, rebuild, and then simply refresh the browser. There doesn't seem to be a way to do this with Rider. If I Run the project it does open in the browser, but any attempts to make code changes and build result in a failure because the DLLs are locked. So then you have to stop the run, build, and run again which opens a new browser window, repeating this dance for every change. The debug process for Blazor Server is already cumbersome, but this just makes it doubly so. Is there a better way to debug Blazor Server apps with Rider?

0
1 comment

Hi,

This feature has not been supported yet. Please vote for the ticket: https://youtrack.jetbrains.com/issue/RIDER-29118.

0

Please sign in to leave a comment.