C
C#2y ago
M B V R K

❔ How to run multiple projects in one solution using VS Code?

Hi, I have a solution contains 4 ASP.NET CORE 7 API projects, I use Visual Studio Code as an IDE. In order to test my solution's projects I need to start all of them in the same time. Please, is there any method to run multiple projects in parallel using Visual Studio Code ? Thanks in advance.
2 Replies
Angius
Angius2y ago
Opening multiple terminals and running dotnet run ProjectName in each
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.