dotnet-labodotnettestresultsparser 0.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global dotnet-labodotnettestresultsparser --version 0.7.0
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 dotnet-labodotnettestresultsparser --version 0.7.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-labodotnettestresultsparser&version=0.7.0
nuke :add-package dotnet-labodotnettestresultsparser --version 0.7.0

.Net Core Test Result Parser Global Tool

Usage: dotnet labodotnettestresultsparser [arguments] [options]

Arguments:
 path          The test result xml path.

Options:
 --version     Show version information
 -?|-h|--help  Show help information
 -f|--format   Unit test result xml format. Allowed values are: NUnit, XUnit. (Default: NUnit)
 -o|--output  Output file to write results. (Default output is Console)
 -t|--template The output template. Allowed values are: Summary, TestResult. (Default: Summary)
 --fail-when-result-is-failed  Fails the program when the unit test result is 'Failed'.

Example: dotnet labodotnettestresultsparser <xmlpath> -f NUnit --fail-when-result-is-failed
Example: dotnet labodotnettestresultsparser <xmlpath> -f NUnit -o <output.txt> -t TestResult
Example: dotnet labodotnettestresultsparser /path/*unittest.xml -f NUnit -o <output.txt> -t TestResult
Example: dotnet labodotnettestresultsparser /path/*unittest.xml -f XUnit -o <output.txt> -t TestResult

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.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.8.0 3,440 10/5/2018
0.7.0 746 9/23/2018
0.6.0 910 8/17/2018
0.5.0 822 8/14/2018
0.4.0 825 8/13/2018
0.3.0 790 8/12/2018
0.2.0 833 8/11/2018
0.1.0 847 8/10/2018