Should-DotNetStandard
1.0.0-beta01
See the version list below for details.
Install-Package Should-DotNetStandard -Version 1.0.0-beta01
dotnet add package Should-DotNetStandard --version 1.0.0-beta01
<PackageReference Include="Should-DotNetStandard" Version="1.0.0-beta01" />
paket add Should-DotNetStandard --version 1.0.0-beta01
#r "nuget: Should-DotNetStandard, 1.0.0-beta01"
// Install Should-DotNetStandard as a Cake Addin
#addin nuget:?package=Should-DotNetStandard&version=1.0.0-beta01&prerelease
// Install Should-DotNetStandard as a Cake Tool
#tool nuget:?package=Should-DotNetStandard&version=1.0.0-beta01&prerelease
Now with .NET Standard 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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Should-DotNetStandard:
Package | Downloads |
---|---|
SpecsFor.Core
SpecsFor is another Behavior-Driven Development framework that focuses on ease of use for *developers* by minimizing testing friction. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Should-DotNetStandard:
Repository | Stars |
---|---|
CommunityToolkit/Microsoft.Toolkit.Win32
This repository contains all controls for WPF and WinForms to simplify and demonstrate usage of UWP controls
|
|
MattHoneycutt/SpecsFor
SpecsFor is a light-weight Behavior-Driven Development framework that focuses on ease of use for *developers* by minimizing testing friction.
|
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 316,419 | 9/4/2018 |
1.0.0-beta01 | 1,309 | 5/18/2018 |
First version that targets .NET Standard!