Sahara 2.0.2-alpha
dotnet add package Sahara --version 2.0.2-alpha
NuGet\Install-Package Sahara -Version 2.0.2-alpha
<PackageReference Include="Sahara" Version="2.0.2-alpha" />
paket add Sahara --version 2.0.2-alpha
#r "nuget: Sahara, 2.0.2-alpha"
// Install Sahara as a Cake Addin #addin nuget:?package=Sahara&version=2.0.2-alpha&prerelease // Install Sahara as a Cake Tool #tool nuget:?package=Sahara&version=2.0.2-alpha&prerelease
Because your tests should be ridiculously easy to read, write and understand...
Sahara is an assertion library and auto-mocking framework that lets you write your unit tests in a more natural language syntax and makes it easier to write unit tests for your projects by helping you isolate dependencies away from the classes you want to test.
Product | Versions 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. |
.NET Core | netcoreapp1.0 is compatible. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Sahara:
Package | Downloads |
---|---|
Sahara.Mvc4
Because your tests should be ridiculously easy to read, write and understand... Sahara.Mvc4 works with Sahara...an assertion library and auto-mocking framework that lets you write your unit tests in a more natural language syntax and makes it easier to test ASP.NET MVC4 projects by helping you isolate dependencies away from the classes you want to test. Sahara.Mvc4 additionally provides auto-mocking support for MVC4 controller classes by exposing common framework elements like Request and Response contexts and HttpContext as mocks. |
|
Sahara.Mvc
Because your tests should be ridiculously easy to read, write and understand... Sahara.Mvc works with Sahara...an assertion library and auto-mocking framework that lets you write your unit tests in a more natural language syntax and makes it easier to test ASP.NET MVC projects by helping you isolate dependencies away from the classes you want to test. Sahara.Mvc additionally provides auto-mocking support for MVC controller classes by exposing common framework elements like Request and Response contexts and HttpContext as mocks. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.2-alpha | 2,575 | 1/23/2017 |
1.6.4 | 1,707 | 2/12/2016 |
1.6.3 | 1,262 | 10/30/2015 |
1.6.2 | 1,095 | 10/17/2015 |
1.6.1 | 1,066 | 10/17/2015 |
1.6.0 | 1,814 | 10/15/2015 |
1.5.0 | 1,760 | 10/3/2014 |
1.3.0 | 1,570 | 8/24/2014 |
1.2.3 | 1,390 | 2/23/2014 |
1.2.2 | 1,281 | 1/23/2014 |
1.2.1 | 1,188 | 10/30/2013 |
1.2.0 | 1,198 | 10/27/2013 |
1.1.0 | 1,187 | 10/9/2013 |
1.0.1 | 1,196 | 1/23/2014 |
1.0.0.5 | 1,302 | 1/31/2013 |
1.0.0.4 | 1,193 | 1/26/2013 |
1.0.0.3 | 1,251 | 1/19/2013 |
1.0.0.2 | 1,216 | 1/19/2013 |
1.0.0.1 | 1,523 | 6/19/2012 |
Added support for dotnet core. Do not use this package for non-dotnet core apps. Please use version 1.6.4, instead.