PreviousNext

Command Line: Using dotnet watch test for continuous testing with .NET Core 1.0 and XUnit.net

by bill-s, 2017-03-30T21:36:19.000Z

I've installed .NET Core 1.0 on my machine. Let's see if I can get a class library and tests running and compiling automatically using only the command line. (Yes, some of you are freaked out by my (and other folks') appreciation of a nice, terse command line. Don't worry. You can do all this with a mouse if you want. I'm just enjoying the CLI.

Read More