auto-tester 1.0.62

.NET Core 2.1
dotnet tool install --global auto-tester --version 1.0.62
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local auto-tester --version 1.0.62
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=auto-tester&version=1.0.62
nuke :add-package auto-tester --version 1.0.62

.NET Core global tool continuous test runner that monitors and runs only the tests affected.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.62 1,146 12/14/2018
1.0.61 967 12/12/2018
1.0.59 909 12/10/2018
1.0.58 809 12/9/2018
1.0.57 862 12/9/2018
1.0.56 891 12/8/2018
1.0.55 799 12/8/2018
1.0.54 948 12/8/2018
1.0.53 894 12/8/2018
1.0.52 929 12/8/2018
1.0.51 944 12/8/2018
1.0.50 853 12/8/2018
1.0.49 801 12/8/2018
1.0.48 857 12/7/2018
1.0.47 869 12/7/2018
1.0.46 832 12/7/2018
1.0.45 869 12/7/2018
1.0.44 808 12/7/2018
1.0.43 863 12/7/2018
1.0.42 929 12/7/2018
1.0.41 872 12/6/2018
1.0.40 932 12/6/2018
1.0.39 834 12/6/2018
1.0.38 807 12/6/2018
1.0.37 847 12/6/2018
1.0.35 928 12/6/2018
1.0.34 813 12/6/2018
1.0.33 838 12/6/2018
1.0.32 771 12/6/2018

Updates
* Option to run all tests (-a)
* [Beta] Use Roslyn to find affected tests (-r)

Import .NET Global tool
$ dotnet tool install --global auto-tester

In the root of your C# .NET Core project
$ auto-tester

It recursively monitors and runs only the affected tests from all the nested test projects. Whether you modify a test or code that is touched by one or more tests, this should detect and run them.