1

If without command line, I can start multiple projects in Visual Studio Community as shown below:

enter image description here

But using command line, I can only start one project.

enter image description here

How to start multiple project from command line?

Steve
  • 2,480
  • 4
  • 35
  • 75
  • 1
    you just... run multiple processes from multiple terminals; the new tabbed/split "Windows Terminal" (in the MS store) is great for this – Marc Gravell Aug 08 '20 at 08:39
  • 1
    this can help you http://www.intstrings.com/ramivemula/articles/run-multiple-asp-net-core-projects-using-dotnet-run-command/ – vivek nuna Aug 08 '20 at 09:01
  • 1
    write a batch file and use the `start` command: https://stackoverflow.com/a/11011212/1132334 – Cee McSharpface Aug 08 '20 at 09:14

0 Answers0