Should 1.1.20
dotnet add package Should --version 1.1.20
NuGet\Install-Package Should -Version 1.1.20
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="Should" Version="1.1.20" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Should" Version="1.1.20" />
<PackageReference Include="Should" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Should --version 1.1.20
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Should, 1.1.20"
#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.
#addin nuget:?package=Should&version=1.1.20
#tool nuget:?package=Should&version=1.1.20
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The Should Assertion Library provides a set of extension methods for test assertions for AAA and BDD style tests. It provides assertions only, and as a result it is test runner agnostic. The assertions are a direct fork of the xUnit test assertions. This project was born because test runners Should be independent of the assertions!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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
This package is not used by any NuGet packages.
GitHub repositories (16)
Showing the top 16 popular GitHub repositories that depend on Should:
Repository | Stars |
---|---|
scriptcs/scriptcs
Write C# apps with a text editor, nuget and the power of Roslyn!
|
|
chucknorris/roundhouse
RoundhousE is a Database Migration Utility for .NET using sql files and versioning based on source control
|
|
mikeobrien/HidLibrary
This library enables you to enumerate and communicate with Hid compatible USB devices in .NET.
|
|
imazen/resizer
The official repository for ImageResizer
|
|
frhagn/Typewriter
Automatic TypeScript template generation from C# source files
|
|
andrewdavey/postal
Email sending for asp.net mvc using the view engine system to render emails.
|
|
andrewdavey/cassette
Manages .NET web application assets (scripts, css and templates)
|
|
tkellogg/Jump-Location
Powershell `cd` that reads your mind
|
|
microsoft/workbooks
Workbooks is an interactive programming environment that’s perfect for experimentation, learning, and documentation: an educational tool for learning the myriad of .NET platforms, APIs, and libraries.
|
|
OmniSharp/omnisharp-server
HTTP wrapper around NRefactory allowing C# editor plugins to be written in any language.
|
|
vkhorikov/SpecificationPattern
Implementation of the Specification Pattern in C#
|
|
MattHoneycutt/SpecsFor
SpecsFor is a light-weight Behavior-Driven Development framework that focuses on ease of use for *developers* by minimizing testing friction.
|
|
darrencauthon/AutoMoq
Auto mocking provider for Moq.
|
|
flq/MemBus
Pure In-Memory Publish/Subscribe .NET Bus
|
|
yahehe/Nancy.Swagger
Nancy plugin for generated API documentation in Swagger format.
|
|
nhibernate/NHibernate.AspNet.Identity
ASP.NET Identity Provider for NHibernate
|