PreviousNext

Using dotnet watch test for continuous testing with .NET Core and XUnit.net

by bill-s, 2016-10-29T20:56:24.000Z

When teaching .NET Core I do a lot of "dotnet new" Hello World demos to folks who've never seen it before. That has it's place, but I also wanted to show how easy it is to get setup with Unit Testing on .NET Core.

Read More