RichardSzalay.MockHttp
1.2.0
See the version list below for details.
dotnet add package RichardSzalay.MockHttp --version 1.2.0
NuGet\Install-Package RichardSzalay.MockHttp -Version 1.2.0
<PackageReference Include="RichardSzalay.MockHttp" Version="1.2.0" />
paket add RichardSzalay.MockHttp --version 1.2.0
#r "nuget: RichardSzalay.MockHttp, 1.2.0"
// Install RichardSzalay.MockHttp as a Cake Addin
#addin nuget:?package=RichardSzalay.MockHttp&version=1.2.0
// Install RichardSzalay.MockHttp as a Cake Tool
#tool nuget:?package=RichardSzalay.MockHttp&version=1.2.0
Testing layer for Microsoft's HttpClient library
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Microsoft.Net.Http (>= 2.1.10)
NuGet packages (12)
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
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
Library for creating declarative test scripts for testing Bot Framework Adaptive Dialogs. |
GitHub repositories (37)
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
|
|
SteeltoeOSS/Steeltoe
Steeltoe .NET Core Components: CircuitBreaker, Configuration, Connectors, Discovery, Logging, Management, and Security
|
Version | Downloads | Last updated |
---|---|---|
6.0.0 | 5,549,386 | 11/18/2019 |
5.0.0 | 1,697,444 | 6/18/2018 |
4.0.0 | 99,480 | 4/16/2018 |
3.3.0 | 171,774 | 3/11/2018 |
3.2.1 | 642,066 | 9/7/2017 |
3.2.0 | 22,930 | 8/31/2017 |
3.1.0 | 3,325 | 8/29/2017 |
1.5.1 | 18,954 | 8/22/2017 |
1.5.0 | 205,287 | 2/23/2017 |
1.4.1 | 11,586 | 1/19/2017 |
1.4.0 | 2,363 | 1/17/2017 |
1.3.1 | 86,495 | 9/19/2016 |
1.3.0 | 24,919 | 6/30/2016 |
1.3.0-netstandard-alpha2 | 5,054 | 5/19/2016 |
1.3.0-netstandard-alpha1 | 1,009 | 5/19/2016 |
1.2.2 | 69,235 | 3/1/2016 |
1.2.1 | 16,504 | 5/6/2015 |
1.2.0 | 12,803 | 12/22/2014 |
1.1.0 | 1,376 | 12/21/2014 |
1.0.1.79-pre | 1,021 | 7/5/2016 |
1.0.1 | 5,000 | 6/28/2014 |
1.0.1-beta | 887 | 6/23/2014 |
1.0.0-beta | 902 | 6/22/2014 |
1.2.0 - Changed PCL profile to support WP8.1
1.1.0 - Added MockHttpMessageHandler.Fallback and HttpClient passthrough support