Multiple startup projects
My use case is that i have a single solution with 12 projects in it. Some projects are .NET MVC projects. When debugging, i need to have several of these web apps running as they depend on each-other.
In Rider i achieve this by RUN-ning all of the projects that the project i want to debug depends on. Then i DEBUG the target project and do what i need to do in debug mode.
In Visual studio i can set multiple startup projects using this dialog: 
When i want to debug multiple projects at the same time, the Visual Studio approach is much more efficient (for the developer).
Also from a configure-once point of view the Visual Studio approach is more developer friendly.
My desire would be to configure this in a file which i can commit to source control. Perhaps even multiple configurations.
Please sign in to leave a comment.
Please vote this issue https://youtrack.jetbrains.com/issue/RIDER-7033
@ivan thank your for pointing me towards the compound run configuration feature! I voted for the referenced issue as i also feel that this could be made more intuitive.
@ivan This page was not found
@Mikal, updated, thanks