Sahara 2.0.2-alpha

This is a prerelease version of Sahara.
dotnet add package Sahara --version 2.0.2-alpha
NuGet\Install-Package Sahara -Version 2.0.2-alpha
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="Sahara" Version="2.0.2-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sahara --version 2.0.2-alpha
#r "nuget: Sahara, 2.0.2-alpha"
#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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
    • Moq (>= 4.6.38-alpha)
    • NUnit (>= 3.6.0)

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,544 1/23/2017
1.6.4 1,660 2/12/2016
1.6.3 1,224 10/30/2015
1.6.2 1,064 10/17/2015
1.6.1 1,033 10/17/2015
1.6.0 1,730 10/15/2015
1.5.0 1,703 10/3/2014
1.3.0 1,516 8/24/2014
1.2.3 1,354 2/23/2014
1.2.2 1,244 1/23/2014
1.2.1 1,152 10/30/2013
1.2.0 1,160 10/27/2013
1.1.0 1,162 10/9/2013
1.0.1 1,159 1/23/2014
1.0.0.5 1,268 1/31/2013
1.0.0.4 1,161 1/26/2013
1.0.0.3 1,214 1/19/2013
1.0.0.2 1,186 1/19/2013
1.0.0.1 1,486 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.