RichardSzalay.MockHttp 6.0.0

.NET Standard 1.1 .NET Framework 4.0
dotnet add package RichardSzalay.MockHttp --version 6.0.0
NuGet\Install-Package RichardSzalay.MockHttp -Version 6.0.0
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="RichardSzalay.MockHttp" Version="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RichardSzalay.MockHttp --version 6.0.0
#r "nuget: RichardSzalay.MockHttp, 6.0.0"
#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 RichardSzalay.MockHttp as a Cake Addin
#addin nuget:?package=RichardSzalay.MockHttp&version=6.0.0

// Install RichardSzalay.MockHttp as a Cake Tool
#tool nuget:?package=RichardSzalay.MockHttp&version=6.0.0

Testing layer for Microsoft's HttpClient library

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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wpa81
Windows Store netcore netcore45 netcore451
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on RichardSzalay.MockHttp:

Package Downloads
D2L.Security.OAuth2.TestFramework

Library for obtaining authorization in tests

Kralizek.AutoFixture.Extensions.MockHttp

An extension to AutoFixture to easily work with MockHttp.

comsec.sugar.moq The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A lean collection of classes to make it easier to mock multiple dependencies for a unit test.

Patros.MockHttpExtensions

This library is a small collection of extension methods for Richard Szalay's excellent MockHttp.

Microsoft.Bot.Builder.Dialogs.Adaptive.Testing The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Library for creating declarative test scripts for testing Bot Framework Adaptive Dialogs.

GitHub repositories (39)

Showing the top 5 popular GitHub repositories that depend on RichardSzalay.MockHttp:

Repository Stars
reactiveui/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
MudBlazor/MudBlazor
Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Azure/azure-functions-core-tools
Command line tools for Azure Functions
bUnit-dev/bUnit
bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
Version Downloads Last updated
6.0.0 6,347,077 11/18/2019
5.0.0 1,732,650 6/18/2018
4.0.0 100,340 4/16/2018
3.3.0 172,859 3/11/2018
3.2.1 653,286 9/7/2017
3.2.0 23,198 8/31/2017
3.1.0 3,457 8/29/2017
1.5.1 19,576 8/22/2017
1.5.0 207,000 2/23/2017
1.4.1 11,661 1/19/2017
1.4.0 2,381 1/17/2017
1.3.1 86,944 9/19/2016
1.3.0 25,291 6/30/2016
1.3.0-netstandard-alpha2 5,075 5/19/2016
1.3.0-netstandard-alpha1 1,029 5/19/2016
1.2.2 69,462 3/1/2016
1.2.1 16,642 5/6/2015
1.2.0 13,024 12/22/2014
1.1.0 1,394 12/21/2014
1.0.1.79-pre 1,041 7/5/2016
1.0.1 5,132 6/28/2014
1.0.1-beta 906 6/23/2014
1.0.0-beta 925 6/22/2014

6.0.0 - Assemblies are now strong named (binary BREAKING) #1
5.0.0 - Align with official recommendations on multi-targetting HttpClient:
     - Add netstandard2.0 target #61
     - Change .NET 4.5 target to use in-band System.Net.Http reference (BREAKING) #61
     - Remove PCL profile 111 (BREAKING) #18
4.0.0 - Default Fallback message now includes request method and URL (BREAKING)
     - Deprecated FallbackMessage property removed (BREAKING)
3.3.0 - Added overloads for including custom headers in the response (thanks Sascha Kiefer!)
3.2.1 - XML documentation is now included in the NuGet package. Fixes #52
3.2.0 - MockHttpMessageHandler now tracks successful matches. Fixes #35
     - Added WithExactQueryString / WithExactFormData overloads. Fixes #37
     - Added BackendDefinitionBehavior to allow matching Backend Definitions when Request Expectations exist, but don't match. Fixes #45
     - Fixed typo in Response(HttpResponseMessage) obsolete message. Fixes #44
3.1.0 - Bump major version. Fixes #50
1.5.1 - Respond(HttpClient) now works as expected. Fixes #39
     - HttpResponseMessage can be disposed without breaking future requests. Fixes #33
1.5.0 - WithHeaders now also matches against Content-* headers (thanks Cory Lucas!)
1.4.0 - Cancellations and HttpClient timeouts are now supported. Fixes #29
     - Added a .ToHttpClient() convenience method to HttpClientHandler
1.3.1 - Multiple requests to the same mocked handler now return unique response streams. Fixes #21
1.3.0 - Added support for .NET Core via the .NET Standard Library (1.1)
   - Relative URLs now match correctly on Xamarin Android
1.2.2 - Root absolute URLs defined with no trailing flash now match those with a slash (and vice versa)
1.2.1 - HttpResponseMessage.RequestMessage is now assigned correctly
   - Form/Query data matching now works with both + and %20 space encodings (thanks Jozef Izso!)
1.2.0 - Changed PCL profile to support WP8.1
1.1.0 - Added MockHttpMessageHandler.Fallback and HttpClient passthrough support