Running dotnet command line within Visual Studio

Update: Visual Studio 2019 16.6 now has it’s own Terminal (Hoorray!). Check View -> Terminal or try to press Ctrl + `.

Old answer:

There are extensions for that. I tried BuiltinCmd and Whack Whack Terminal, the latter worked better for me. You can choose between CMD and PowerShell, all dotnet CLI commands works just fine.
Whack Whack terminal screenshot with dotnet watch run

Leave a Comment