Open the same solution using multiple instances of Rider in macOS
Asked Answered
J

1

12

How do I open the same solution using 2 different instances of Rider in macOS ? I have a web application which I need to run and debug, and while it is running I need to run my API tests project within the same solution, to test api requests to the ASP.NET Core project.

Joshia answered 14/12, 2020 at 15:20 Comment(1)
You should be able to attach to two projects in the same solutionWheedle
D
5

Click on the configuration widget, edit configuration. See "allow multiple instances" checkbox next to the configuration name. But remember that you cannot occupy the same port twice. The second instance of your app should be running on another localhost.

Dive answered 5/9, 2023 at 14:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.