Persimmon.Console 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Persimmon.Console --version 2.0.1
NuGet\Install-Package Persimmon.Console -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Persimmon.Console" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Persimmon.Console --version 2.0.1
#r "nuget: Persimmon.Console, 2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Persimmon.Console as a Cake Addin
#addin nuget:?package=Persimmon.Console&version=2.0.1

// Install Persimmon.Console as a Cake Tool
#tool nuget:?package=Persimmon.Console&version=2.0.1

The console command-line runner for Persimmon.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Persimmon.Console:

Package Downloads
FAKE.Persimmon

FAKE.Persimmon is FAKE extension for Persimmon.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.1 3,503 3/5/2022
4.0.2 1,147 7/3/2018
4.0.1 1,057 6/20/2018
4.0.0 1,086 5/13/2018
3.1.1 1,215 11/22/2017
3.1.0 963 11/17/2017
3.0.0 914 11/15/2017
2.0.1 1,351 4/5/2017
1.2.0 1,723 9/4/2016
1.1.0 2,034 4/24/2016
1.0.2 1,482 2/6/2016
1.0.1 1,596 11/30/2015
1.0.0 1,258 10/18/2015

fix duplicate collect tests in nested type
fix get generic arguments
support F# 4.1
add line number information [#116](https://github.com/persimmon-projects/Persimmon/pull/116)
explicit dependency on FSharp.Core nuget package
fix `use` scope in TestBuilder [#117](https://github.com/persimmon-projects/Persimmon/pull/117), [#118](https://github.com/persimmon-projects/Persimmon/pull/118)
fix `try-finally` scope in TestBuilder [#119](https://github.com/persimmon-projects/Persimmon/pull/119)
check type in collect test phase
dump uncaught error
fix unique name
add TestResult#FailureMessages, TestResult#SkipMessages
fix junit xml report
improve API(Persimmon.TestResult, Persimmon.Internals.TestRunner)
fix count errors
fix lazy evaluation
support Visual Studio test explorer [#111](https://github.com/persimmon-projects/Persimmon/pull/111)
support Core clr [#114](https://github.com/persimmon-projects/Persimmon/pull/114)
drop support Persimmon.Script [#115](https://github.com/persimmon-projects/Persimmon/pull/115)