Expecto.PerfUtil
1.0.1
Prefix Reserved
See the version list below for details.
dotnet add package Expecto.PerfUtil --version 1.0.1
NuGet\Install-Package Expecto.PerfUtil -Version 1.0.1
<PackageReference Include="Expecto.PerfUtil" Version="1.0.1" />
paket add Expecto.PerfUtil --version 1.0.1
#r "nuget: Expecto.PerfUtil, 1.0.1"
// Install Expecto.PerfUtil as a Cake Addin #addin nuget:?package=Expecto.PerfUtil&version=1.0.1 // Install Expecto.PerfUtil as a Cake Tool #tool nuget:?package=Expecto.PerfUtil&version=1.0.1
Expecto is a smooth test framework for F#, cloned from Fuchu with added functionality for making it easier to use.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Expecto (>= 1.0.1)
- FSharp.Core (>= 3.1.2.5)
- PerfUtil (>= 0.1.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Release Notes:
* [infra] patch release
* Bumping dependencies
* v1.0.0
* adding travis
* Remodel to Expecto repository
* Merge branch 'include-fscheck-finish-messages' of https://github.com/neoeinstein/Fuchu
* Merge branch 'patch-1' of https://github.com/cloudRoutine/Fuchu
* Merge https://github.com/OverlyExcessive/Fuchu into netcore_with_dotnetcli
* updated to NETCOREAPP 1.0
* Updated project.json
* updated deprecated options
* Update README.md
* MemberInfo is a base class of TypeInfo not Type
* fix netcore differences
* fix missing AsParallel
* fix missing trace
* add project.json
* Fix links to other projects
* syntax highlighting for code snippets
* Print FsCheck finish messages through on pass