ideeditorjetbrains-iderider

Multiple Startup projects from different solutions in Rider


I'm working on a Razor webapp that includes two solutions from two different folders. I need some projects from both solutions to run when I'm testing, but I'm only modifying code in one of the two solutions.

Is it possible to run projects from two solutions, using just one instance of Rider?

I am aware that it is possible to open both solutions and using Multi-Launch configs, but as my hardware is not really strong, I'd prefer not to open two instances just for this.


Solution

  • You can create several Shell configurations per app/project you want to launch, then create a Multi-launch or Compound configuration to launch these Shell configurations at once: enter image description here enter image description here