PreviousNext

Automate Testing and Running Apps with dotnet watch

by bill-s, 2017-06-17T21:35:41.000Z

If you’re using the dotnet CLI tools to develop your .NET Core apps, you’re probably very familiar with typing dotnet run and/or dotnet test every time you make a change to your app.

Read More