Machine.Specifications 1.1.3

Prefix Reserved
dotnet add package Machine.Specifications --version 1.1.3
                    
NuGet\Install-Package Machine.Specifications -Version 1.1.3
                    
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="Machine.Specifications" Version="1.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Machine.Specifications" Version="1.1.3" />
                    
Directory.Packages.props
<PackageReference Include="Machine.Specifications" />
                    
Project file
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 Machine.Specifications --version 1.1.3
                    
#r "nuget: Machine.Specifications, 1.1.3"
                    
#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=Machine.Specifications&version=1.1.3
                    
Install Machine.Specifications as a Cake Addin
#tool nuget:?package=Machine.Specifications&version=1.1.3
                    
Install Machine.Specifications as a Cake Tool

Machine.Specifications is a Context/Specification framework geared towards removing language noise and simplifying tests.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (27)

Showing the top 5 NuGet packages that depend on Machine.Specifications:

Package Downloads
Machine.Specifications.Should

Machine.Specifications.Should is a should library for the Context/Specification framework Machine.Specifications

Machine.Fakes

Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model for fake frameworks.

Snooze.Testing

Testing support for Snooze

developwithpassion.specifications.rhinomocks

Testing Extensions

Machine.Specifications.Mvc

Machine.Specifications.Mvc is a set of extensions for testing ASP.Net MVC specific types. It aims to ease the testing of ActionResult objects returned from MVC Controllers by providing an Machine.Specifications (MSpec) BDD syntax over these types. v1.0.2.0 - Added support for Partial View (ShouldBeAPartialView)

GitHub repositories (22)

Showing the top 20 popular GitHub repositories that depend on Machine.Specifications:

Repository Stars
fluentassertions/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
icsharpcode/SharpDevelop
#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
nhibernate/fluent-nhibernate
Fluent NHibernate!
AwesomeAssertions/AwesomeAssertions
A fork of FluentAssertions controlled by the community.
warden-stack/Warden
Define "health checks" for your applications, resources and infrastructure. Keep your Warden on the watch.
approvals/ApprovalTests.Net
ApprovalTest verification library for .Net
fclp/fluent-command-line-parser
A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
zzzprojects/EntityFramework-Effort
Entity Framework Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.
skimedic/presentations
Copy of my public presentations
Mongo2Go/Mongo2Go
Mongo2Go - MongoDB for .NET integration tests
benfoster/Fabrik.Common
Useful stuff from fabrik
mexx/FeatureSwitcher
FeatureSwitcher is little library for feature switches/toggles.
Elders/Cronus
Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind
Yegoroff/PlainElastic.Net
Plain .Net client for ElasticSearch
erichexter/Should
Should Assertion Library
beyond-code-github/LinqToQuerystring
A lightweight subset of oData querystring conventions that works with any IQueryable
danielwertheim/SisoDb-Provider
SisoDb - Simple Structure Oriented Db
richardszalay/pshosts
PowerShell cmdlets for modifying the hosts file on Windows, Linux, and macOS
darrenkopp/murmurhash-net
.NET implementation of the murmurhash
derekgreer/expectedObjects
Testing library for creating Expected Objects.
Version Downloads Last updated
1.1.3 20,057 2 months ago
1.1.2 170,588 6/23/2024
1.1.1 280,306 3/17/2023
1.1.0 95,389 8/7/2022
1.1.0-beta.3 13,737 5/5/2021
1.1.0-beta.1 1,640 1/27/2021
1.0.0 1,016,097 5/1/2019
1.0.0-beta1 1,472 4/7/2019
0.12.0 406,159 10/11/2017
0.11.1 59,913 9/11/2017
0.11.0 222,343 8/5/2016
0.11.0-beta3 1,979 8/3/2016
0.11.0-beta2 2,002 8/2/2016
0.11.0-beta1 1,375 8/1/2016
0.10.0-unstable0039 4,377 12/29/2014
0.10.0-unstable0037 2,203 12/29/2014
0.10.0-unstable0035 2,166 12/29/2014
0.10.0-unstable0033 2,157 12/29/2014
0.10.0-unstable0032 2,172 12/29/2014
0.10.0-Unstable0014 1,551 7/24/2016
0.10.0-unstable0011 2,136 12/23/2014
0.10.0-Unstable0005 1,522 7/24/2016
0.10.0-Unstable0004 1,996 11/19/2014
0.10.0-Feature-mspec 1,586 10/22/2015
0.10.0-beta1 1,412 8/1/2016
0.9.3 367,018 7/3/2015
0.9.3-Beta0000-0007 1,099 7/3/2015
0.9.3-Beta0000-0001 1,107 7/3/2015
0.9.3-Beta0000 1,120 6/30/2015
0.9.2 7,680 6/27/2015
0.9.2-Beta0000-0001 1,087 6/27/2015
0.9.1 138,558 11/19/2014
0.9.1-Beta0000-0001 1,675 11/17/2014
0.9.0 46,412 11/4/2014
0.9.0-Unstable0079 1,478 11/4/2014
0.9.0-Unstable0077 1,700 11/3/2014
0.9.0-Unstable0076 1,536 11/3/2014
0.9.0-Unstable0074 1,341 10/30/2014
0.9.0-Unstable0071 1,268 10/30/2014
0.9.0-Unstable0070 1,467 7/18/2014
0.9.0-Unstable0067 1,277 7/15/2014
0.9.0-Unstable0027 1,506 4/25/2014
0.9.0-Unstable0025 1,380 4/21/2014
0.9.0-Unstable0024 1,492 4/19/2014
0.9.0-Unstable0023 1,502 4/9/2014
0.9.0-Feature-Runner 1,446 4/7/2014
0.8.3 48,686 7/7/2014
0.8.3-Beta0000-0014 1,241 7/7/2014
0.8.3-Beta0000-0013 1,184 7/5/2014
0.8.3-Beta0000-0011 1,297 7/4/2014
0.8.3-Beta0000-0010 1,226 7/4/2014
0.8.3-Beta0000-0007 1,244 6/26/2014
0.8.3-Beta0000-0006 1,276 6/26/2014
0.8.3-Beta0000 1,280 6/26/2014
0.8.2 14,629 4/28/2014
0.8.2-Beta0000-0001 1,221 4/25/2014
0.8.1 21,639 4/2/2014
0.8.1-Beta0000-0001 1,334 4/1/2014
0.8.0 9,876 3/23/2014
0.8.0-Unstable0014 1,365 3/23/2014
0.8.0-Unstable0010 1,382 3/23/2014
0.8.0-Unstable0006 1,355 3/23/2014
0.8.0-Unstable0005 1,449 2/21/2014
0.8.0-Unstable0003 1,343 2/17/2014
0.7.0 46,155 2/12/2014
0.7.0-Unstable0080 1,355 2/12/2014
0.7.0-Unstable0078 1,338 2/12/2014
0.7.0-Unstable0077 2,126 1/24/2014
0.7.0-Unstable0073 1,319 1/20/2014
0.7.0-Unstable0072 1,350 1/20/2014
0.7.0-Unstable0059 1,334 1/7/2014
0.7.0-Unstable0038 1,313 1/6/2014
0.7.0-Unstable0037 1,313 1/3/2014
0.7.0-Unstable0033 1,356 12/31/2013
0.7.0-Unstable0028 1,385 1/6/2014
0.7.0-Unstable0022 1,283 12/29/2013
0.7.0-Unstable0014 1,313 12/27/2013
0.6.2 19,248 1/7/2014
0.6.2-Beta0000-0020 1,283 1/6/2014
0.6.1 10,884 12/19/2013
0.6.1-Beta0000-0006 1,286 12/19/2013
0.6.1-Beta0000-0005 1,240 12/19/2013
0.6.0 2,570 12/18/2013
0.6.0-beta36 1,413 12/15/2013
0.6.0-beta26 1,341 11/18/2013
0.6.0-beta19 1,360 11/16/2013
0.6.0-beta11 1,337 11/8/2013
0.6.0-beta10 1,311 11/7/2013
0.6.0-beta09 1,333 11/7/2013
0.5.18-beta07 1,347 10/31/2013
0.5.18-beta06 1,334 10/31/2013
0.5.18-beta03 1,562 9/26/2013
0.5.18-beta02 1,404 9/5/2013
0.5.18-beta01 1,273 9/4/2013
0.5.16 56,743 9/3/2013
0.5.16-beta02 1,340 8/20/2013
0.5.16-beta01 1,291 8/20/2013
0.5.15 8,423 8/14/2013
0.5.15-beta07 1,326 8/14/2013
0.5.15-beta06 1,411 8/2/2013
0.5.14 9,349 7/24/2013
0.5.14-beta05 1,384 7/24/2013
0.5.14-beta01 1,679 7/9/2013
0.5.13-beta9 1,653 7/8/2013
0.5.13-beta8 1,615 5/22/2013
0.5.13-beta6 1,436 5/22/2013
0.5.13-beta5 1,377 5/10/2013
0.5.13-beta4 1,362 5/9/2013
0.5.12 41,534 3/8/2013
0.5.12-beta3 1,431 3/7/2013
0.5.12-beta2 1,417 3/5/2013
0.5.12-beta1 1,362 3/4/2013
0.5.11 7,681 2/13/2013
0.5.11-beta8 1,420 2/1/2013
0.5.11-beta7 1,530 1/23/2013
0.5.11-beta6 1,363 1/21/2013
0.5.11-beta5 1,414 1/21/2013
0.5.11-beta4 1,346 1/20/2013
0.5.11-beta3 1,520 12/27/2012
0.5.11-beta2 1,821 11/27/2012
0.5.11-beta1 1,631 11/22/2012
0.5.10 47,892 11/13/2012
0.5.10-beta4 1,687 10/27/2012
0.5.10-beta3 1,569 9/30/2012
0.5.10-beta2 1,490 9/30/2012
0.5.10-beta1 1,404 9/30/2012
0.5.9 23,327 9/21/2012
0.5.9-beta4 1,408 9/21/2012
0.5.9-beta3 1,404 9/21/2012
0.5.9-beta2 1,529 8/3/2012
0.5.9-beta1 1,415 8/2/2012
0.5.8 8,042 7/27/2012
0.5.8-beta9 1,553 6/29/2012
0.5.8-beta6 1,430 6/27/2012
0.5.8-beta11 1,397 7/26/2012
0.5.8-beta10 1,390 7/2/2012
0.5.7 14,074 6/15/2012
0.5.7-beta5 1,425 6/12/2012
0.5.7-beta4 1,440 6/1/2012
0.5.7-beta3 1,583 4/3/2012
0.5.7-beta2 1,498 3/28/2012
0.5.6 43,116 3/27/2012
0.5.5 3,633 3/5/2012
0.5.4 2,166 3/5/2012
0.5.3 11,613 1/23/2012
0.5.2 7,696 12/20/2011
0.5.1 6,131 12/11/2011
0.5.0 45,733 11/26/2011
0.4.24 27,987 8/26/2011
0.4.23 8,874 8/14/2011
0.4.22 2,168 7/28/2011
0.4.21 13,364 7/20/2011
0.4.20 2,151 7/20/2011
0.4.19 2,194 7/19/2011
0.4.18 2,280 7/19/2011
0.4.13 81,871 5/14/2011
0.4.12 4,409 5/4/2011
0.4.10 5,741 4/18/2011
0.4.9 36,568 3/20/2011
0.4.8 6,229 3/13/2011
0.4.7 6,163 3/9/2011
0.4.4 2,498 3/6/2011
0.4.2 2,489 3/6/2011
0.4.1 2,441 3/6/2011
0.3.0 14,232 1/26/2011