Shouldly 2.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Shouldly --version 2.5.0                
NuGet\Install-Package Shouldly -Version 2.5.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="Shouldly" Version="2.5.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Shouldly --version 2.5.0                
#r "nuget: Shouldly, 2.5.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 Shouldly as a Cake Addin
#addin nuget:?package=Shouldly&version=2.5.0

// Install Shouldly as a Cake Tool
#tool nuget:?package=Shouldly&version=2.5.0                

Shouldly - Assertion framework for .NET. The way asserting *Should* be

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (92)

Showing the top 5 NuGet packages that depend on Shouldly:

Package Downloads
Miru.Testing

Package Description

Saucery2

Sourcery for SauceLabs - Unlocking SauceLabs capability.

Takenet.MessagingHub.Client.Tester

The tester library for the C# SDK of the Messaging Hub

Statiq.Testing

Statiq is a configurable static content generation framework. This library provides utility classes to make testing easier.

Saucery3

Sourcery for SauceLabs - Unlocking SauceLabs capability

GitHub repositories (253)

Showing the top 5 popular GitHub repositories that depend on Shouldly:

Repository Stars
MaterialDesignInXAML/MaterialDesignInXamlToolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
jbogard/MediatR
Simple, unambitious mediator implementation in .NET
AutoMapper/AutoMapper
A convention-based object-object mapper in .NET.
Version Downloads Last updated
4.2.1 9,289,362 4/24/2023
4.2.0 157,312 4/15/2023
4.1.0 6,961,382 8/24/2022
4.0.3 15,104,872 12/17/2020
4.0.2 44,423 12/17/2020
4.0.1 877,106 11/15/2020
4.0.0 272,778 11/9/2020
4.0.0-beta0004 18,660 10/16/2020
4.0.0-beta0003 25,656 9/21/2020
4.0.0-beta0002 866,892 6/14/2019
4.0.0-beta0001 220,696 1/11/2019
4.0.0-beta.5 477 11/8/2020
3.0.2 13,169,371 11/6/2018
3.0.1 835,238 9/20/2018
3.0.0 2,963,182 1/19/2018
3.0.0-beta0003 70,473 8/2/2017
3.0.0-beta0001 3,257 7/19/2017
2.8.3 1,304,060 6/5/2017
2.8.2 1,297,481 8/13/2016
2.8.1 80,950 7/23/2016
2.8.0 259,184 6/17/2016
2.7.0 215,939 4/4/2016
2.7.0-beta0003 3,561 2/2/2016
2.7.0-beta0002 1,628 1/30/2016
2.7.0-beta0001 2,064 1/2/2016
2.6.0 433,018 9/6/2015
2.5.0 144,604 4/12/2015
2.4.0 69,433 1/29/2015
2.3.1 25,234 12/15/2014
2.3.0 4,636 11/21/2014
2.2.1 8,922 10/22/2014
2.2.0 26,689 9/8/2014
2.1.1 66,272 3/19/2014
2.1.0 4,470 3/13/2014
1.1.1.1 260,780 4/21/2012
1.1.1 3,336 3/9/2012
1.1.0.6 1,706 4/21/2012
1.1.0.4 10,529 11/18/2011
1.1.0.3 1,775 11/15/2011
1.1.0.2 1,776 11/15/2011
1.1.0.1 1,832 11/3/2011
1.1.0 2,254 9/23/2011
1.0.1.77 1,948 9/13/2011
1.0.1.73 2,764 7/31/2011
1.0.1.71 1,864 7/31/2011
1.0.1.69 1,942 5/26/2011
1.0.1.68 1,983 5/25/2011
1.0.1.67 2,022 5/18/2011
1.0.1.66 1,932 5/18/2011
1.0.1.63 2,069 3/28/2011
1.0.1.62 2,047 3/17/2011
1.0.1.60 51,612 2/24/2011

- task.ShouldCompleteIn(Timeout)
- task.ShouldThrow now times out after 10 second, specify timeout or use ShouldlyConfiguration.DefaultTaskTimeout to change