VOOZH about

URL: https://www.nuget.org/packages/Machine.Specifications/

⇱ NuGet Gallery | Machine.Specifications 1.1.3




👁 Image
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
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#:package Machine.Specifications@1.1.3
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Machine.Specifications&version=1.1.3
 
Install as a Cake Addin
#tool nuget:?package=Machine.Specifications&version=1.1.3
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp1.0 netcoreapp1.0 was computed.  netcoreapp1.1 netcoreapp1.1 was computed.  netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 netstandard1.3 is compatible.  netstandard1.4 netstandard1.4 was computed.  netstandard1.5 netstandard1.5 was computed.  netstandard1.6 netstandard1.6 was computed.  netstandard2.0 netstandard2.0 was computed.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net35 net35 is compatible.  net40 net40 is compatible.  net403 net403 was computed.  net45 net45 is compatible.  net451 net451 was computed.  net452 net452 was computed.  net46 net46 was computed.  net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen30 tizen30 was computed.  tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Universal Windows Platform uap uap was computed.  uap10.0 uap10.0 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
dolittle/Bifrost
This is the stable release of Dolittle till its out of alpha->beta stages
Version Downloads Last Updated
1.1.3 250,479 3/10/2025
1.1.2 226,911 6/23/2024
1.1.1 499,256 3/17/2023
1.1.0 106,646 8/7/2022
1.1.0-beta.3 14,068 5/5/2021
1.1.0-beta.1 1,819 1/27/2021
1.0.0 1,593,220 5/1/2019
1.0.0-beta1 1,812 4/7/2019
0.12.0 438,726 10/11/2017
0.11.1 62,677 9/11/2017
0.11.0 236,841 8/5/2016
0.11.0-beta3 2,378 8/3/2016
0.11.0-beta2 2,374 8/2/2016
0.11.0-beta1 1,709 8/1/2016
0.10.0-Unstable0014 2,064 7/24/2016
0.10.0-Unstable0005 2,049 7/24/2016
0.10.0-Feature-mspec 2,105 10/22/2015
0.10.0-beta1 1,740 8/1/2016
0.9.3 389,795 7/3/2015
Loading failed