Persimmon.Console
2.0.1
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
<PackageReference Include="Persimmon.Console" Version="2.0.1" />
paket add Persimmon.Console --version 2.0.1
#r "nuget: Persimmon.Console, 2.0.1"
// 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.
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,565 | 3/5/2022 |
4.0.2 | 1,184 | 7/3/2018 |
4.0.1 | 1,105 | 6/20/2018 |
4.0.0 | 1,136 | 5/13/2018 |
3.1.1 | 1,254 | 11/22/2017 |
3.1.0 | 1,009 | 11/17/2017 |
3.0.0 | 957 | 11/15/2017 |
2.0.1 | 1,399 | 4/5/2017 |
1.2.0 | 1,777 | 9/4/2016 |
1.1.0 | 2,136 | 4/24/2016 |
1.0.2 | 1,546 | 2/6/2016 |
1.0.1 | 1,636 | 11/30/2015 |
1.0.0 | 1,305 | 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)