Expecto.BenchmarkDotNet 2.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Expecto.BenchmarkDotNet --version 2.2.0
NuGet\Install-Package Expecto.BenchmarkDotNet -Version 2.2.0
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="Expecto.BenchmarkDotNet" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Expecto.BenchmarkDotNet --version 2.2.0
#r "nuget: Expecto.BenchmarkDotNet, 2.2.0"
#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 Expecto.BenchmarkDotNet as a Cake Addin
#addin nuget:?package=Expecto.BenchmarkDotNet&version=2.2.0

// Install Expecto.BenchmarkDotNet as a Cake Tool
#tool nuget:?package=Expecto.BenchmarkDotNet&version=2.2.0

Expecto is a smooth test framework for F#, cloned from Fuchu with added functionality for making it easier to use.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Expecto.BenchmarkDotNet:

Package Downloads
Chia

This library Chia contains utils for internal Danpower Reporting and is used by serveral reports.

Chia.NetStandard

This library Chia contains utils for internal Danpower Reporting and is used by serveral reports.

Chia.Shared

This library Chia contains utils for internal Danpower Reporting and is used by serveral reports.

Juniper

This library Juniper contains Azure business reporting utils and uses an high level computation expression on top of the EPPlus excel package to create efficent excel reports.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Expecto.BenchmarkDotNet:

Repository Stars
JamesRandall/FunctionMonkey
Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
Version Downloads Last updated
10.2.1 363 3/15/2024
10.2.0 94 3/15/2024
10.1.0 1,436 6/27/2023
10.0.0 201 6/8/2023
9.0.4 23,805 8/16/2021
9.0.2 43,738 6/25/2020
9.0.1 632 6/24/2020
9.0.0 14,712 4/4/2020
8.13.2 1,524 3/9/2020
8.13.1 12,416 11/24/2019
8.13.0 696 11/23/2019
8.12.0 30,116 9/16/2019
8.11.0 2,555 7/22/2019
8.10.1 10,435 4/7/2019
8.10.0 731 4/3/2019
8.9.1 1,824 2/27/2019
8.9.0 1,419 2/23/2019
8.8.0 1,794 1/28/2019
8.7.0 1,919 1/8/2019
8.6.5 2,378 12/20/2018
8.6.4 904 12/11/2018
8.6.3 914 12/8/2018
8.6.2 825 12/8/2018
8.6.1 816 12/7/2018
8.6.0 1,766 11/17/2018
8.5.0 1,262 11/5/2018
8.4.3 1,418 10/20/2018
8.4.2 1,917 9/28/2018
8.4.1 1,100 9/25/2018
8.3.0 1,846 9/5/2018
8.2.2 1,505 8/15/2018
8.2.1 1,448 7/30/2018
8.2.0 1,769 7/13/2018
8.1.1 1,635 6/13/2018
8.1.0 1,204 6/11/2018
7.0.1 2,174 4/7/2018
7.0.0 1,968 3/13/2018
6.0.0 1,325 3/5/2018
5.1.2 2,695 1/4/2018
5.1.1 1,396 12/6/2017
5.1.0 1,154 12/2/2017
5.0.1 2,511 8/25/2017
5.0.0 2,434 6/17/2017
5.0.0-rc1 879 5/3/2017
5.0.0-beta3 847 4/28/2017
5.0.0-beta2 881 4/25/2017
5.0.0-beta1 789 4/17/2017
5.0.0-beta 792 4/17/2017
4.2.1 6,706 4/28/2017
4.2.0 1,117 4/28/2017
4.1.1 1,621 4/1/2017
4.1.0 1,196 3/25/2017
4.0.3 4,542 2/19/2017
4.0.2 1,064 2/19/2017
4.0.1 1,054 2/18/2017
4.0.0 1,055 2/17/2017
3.2.1 1,323 1/25/2017
3.2.0 1,301 1/17/2017
3.1.0 1,089 1/11/2017
3.0.2 1,083 1/10/2017
3.0.1 1,186 1/9/2017
3.0.0 1,188 1/9/2017
2.4.2 1,229 1/5/2017
2.4.1 1,208 1/4/2017
2.4.0 1,151 1/3/2017
2.3.1 1,166 12/29/2016
2.3.0 1,191 12/25/2016
2.2.0 1,124 12/23/2016
2.1.1 1,599 12/19/2016
2.1.0 1,116 12/18/2016
2.0.0 1,124 12/12/2016
1.1.2 1,913 11/4/2016
1.1.1 1,221 11/4/2016
1.1.0 1,359 11/1/2016

Release Notes:

* [infra] v2.2.0
* Merge pull request #33 from MNie/feature/string_diff_support
* improve information if string equal fails with the cursos which points to a difference
* update string comparison specs
* remove [ and ] since it's not used anywhere else
* small refactor move format to basemsg
* fix incorrect order of arguments
* add expected and actual value to an output of sequence equal
* Merge pull request #30 from forki/patch-2
* Add NuGet badge
* [infra] docs
* [infra] screenshot of VS addon
* [infra] docs
* [infra] pic link
* [infra] docs
* [infra] update readme with VS plugin /cc @adamchester
* [infra] update docs with link