WireMock.Net 1.0.2.4-preview-02

Prefix Reserved
This is a prerelease version of WireMock.Net.
There is a newer version of this package available.
See the version list below for details.
dotnet add package WireMock.Net --version 1.0.2.4-preview-02                
NuGet\Install-Package WireMock.Net -Version 1.0.2.4-preview-02                
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="WireMock.Net" Version="1.0.2.4-preview-02" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WireMock.Net --version 1.0.2.4-preview-02                
#r "nuget: WireMock.Net, 1.0.2.4-preview-02"                
#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 WireMock.Net as a Cake Addin
#addin nuget:?package=WireMock.Net&version=1.0.2.4-preview-02&prerelease

// Install WireMock.Net as a Cake Tool
#tool nuget:?package=WireMock.Net&version=1.0.2.4-preview-02&prerelease                

WireMock.Net

A C# .NET version based on mock4net which mimics the functionality from the JAVA based http://WireMock.org

Build status codecov Coverage Status GitHub issues GitHub stars

Name NuGet
WireMock.Net NuGet Badge
WireMock.Net.StandAlone NuGet Badge

Frameworks

The following frameworks are supported:

  • net 4.5.2 and up
  • net 4.6 and up
  • netstandard 1.3
  • netstandard 2.0

Build info

To build you need:

Stubbing

A core feature of WireMock.Net is the ability to return canned/predefined HTTP responses for requests matching criteria, see Wiki : Stubbing.

Using WireMock in UnitTest framework

You can use your favorite test framework and use WireMock within your tests, see Wiki : UnitTesting.

Admin API Reference

The WireMock admin API provides functionality to define the mappings via a http interface, see Wiki : Admin API Reference.

WireMock as a standalone process

This is quite straight forward to launch a mock server within a console application, see Wiki : standalone.

SSL

You can start a standalone mock server listening for HTTPS requests. To do so, there is just a flag to set when creating the server:

var server = FluentMockServer.Start(port: 8443, ssl: true);

Obviously you need a certificate registered on your box, properly associated with your application and the port number that will be used. This is not really specific to WireMock, not very straightforward and hence the following stackoverflow thread might come handy: Httplistener with https support

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 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (21)

Showing the top 5 NuGet packages that depend on WireMock.Net:

Package Downloads
WireMock.Net.StandAlone

Lightweight StandAlone Http Mocking Server for .Net.

WireMock.Net.FluentAssertions

FluentAssertions extensions for WireMock.Net

WireMock.Net.Matchers.CSharpCode

A CSharpCodeMatcher which can be used to match WireMock.Net Requests using C# code.

ConnectingApps.IntegrationFixture

An AutoFixture inspired package to create instances for integration testing (not unit testing). Just create an instance of the Fixture class and this library does the work for you to trigger your code in the Startup and Program class. There is a create method to create a test instance and a freeze method to create external dependencies (services) with WireMock.NET

Cortside.MockServer

Package Description

GitHub repositories (19)

Showing the top 5 popular GitHub repositories that depend on WireMock.Net:

Repository Stars
rabbitmq/rabbitmq-dotnet-client
RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+
WireMock-Net/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
mehdihadeli/food-delivery-microservices
🍔 A practical and imaginary food delivery microservices, built with .Net 7, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
Avanade/Liquid-Application-Framework
Liquid Application Framework documentation, useful links and sample project
Version Downloads Last updated
1.5.60 5,447 7/9/2024
1.5.59 32,437 6/26/2024
1.5.58 79,106 6/8/2024
1.5.57 21,419 6/4/2024
1.5.56 17,072 6/3/2024
1.5.55 58,822 5/22/2024
1.5.54 24,607 5/18/2024
1.5.53 90,868 5/8/2024
1.5.52 243,503 4/6/2024
1.5.51 169,854 3/20/2024
1.5.50 566 3/20/2024
1.5.49 184,009 3/6/2024
1.5.48 150,581 2/17/2024
1.5.47 264,404 1/25/2024
1.5.46 368,456 12/23/2023
1.5.45 23,481 12/21/2023
1.5.44 48,860 12/14/2023
1.5.43 44,975 12/11/2023
1.5.42 14,766 12/9/2023
1.5.41 78,574 12/4/2023
1.5.40 251,235 11/7/2023
1.5.39 306,776 10/9/2023
1.5.38 1,390 10/9/2023
1.5.37 106,370 9/27/2023
1.5.36 271,635 9/21/2023
1.5.35 390,608 8/19/2023
1.5.34 172,087 8/4/2023
1.5.32 372,802 7/15/2023
1.5.31 118,697 7/8/2023
1.5.30 161,597 6/28/2023
1.5.29 64,739 6/22/2023
1.5.28 181,504 6/11/2023
1.5.27 56,442 6/3/2023
1.5.26 215,149 5/25/2023
1.5.25 232,942 5/13/2023
1.5.24 129,341 5/7/2023
1.5.23 149,621 4/23/2023
1.5.22 307,278 4/8/2023
1.5.21 158,876 3/22/2023
1.5.20 47,681 3/19/2023
1.5.19 4,781 3/17/2023
1.5.18 84,195 3/9/2023
1.5.17 90,953 2/25/2023
1.5.16 238,121 2/6/2023
1.5.15 116,812 1/29/2023
1.5.14 31,905 1/24/2023
1.5.13 537,867 12/11/2022
1.5.12 90,687 12/3/2022
1.5.11 63,658 11/24/2022
1.5.10 337,627 11/6/2022
1.5.9 74,812 10/29/2022
1.5.8 155,475 10/16/2022
1.5.7 66,096 10/11/2022
1.5.6 335,644 9/12/2022
1.5.5 65,358 9/3/2022
1.5.4 79,416 8/24/2022
1.5.3 221,469 7/29/2022
1.5.2 48,712 7/24/2022
1.5.1 153,640 7/8/2022
1.5.0 227,478 6/10/2022
1.4.43 248,351 5/21/2022
1.4.42 187,834 5/13/2022
1.4.41 219,216 4/22/2022
1.4.40 336,330 3/26/2022
1.4.39 4,825 3/25/2022
1.4.38 103,138 3/12/2022
1.4.37 87,828 3/2/2022
1.4.36 14,072 2/25/2022
1.4.35 129,596 2/9/2022
1.4.34 227,104 1/27/2022
1.4.33 9,293 1/24/2022
1.4.32 80,229 1/17/2022
1.4.31 72,891 1/6/2022
1.4.30 60,665 12/25/2021
1.4.29 117,739 12/12/2021
1.4.28 71,438 12/1/2021
1.4.27 135,751 11/17/2021
1.4.26 131,162 11/4/2021
1.4.25 51,914 10/27/2021
1.4.24 33,136 10/20/2021
1.4.23 1,012,735 9/27/2021
1.4.22 45,736 9/22/2021
1.4.21 117,071 9/16/2021
1.4.20 296,957 8/6/2021
1.4.19 11,964 8/4/2021
1.4.18 143,488 7/10/2021
1.4.17 9,061 7/7/2021
1.4.16 262,222 6/5/2021
1.4.15 101,986 5/19/2021
1.4.14 88,826 5/11/2021
1.4.13 60,500 4/26/2021
1.4.12 30,127 4/22/2021
1.4.11 21,428 4/18/2021
1.4.10 17,949 4/15/2021
1.4.9 69,258 3/31/2021
1.4.8 94,921 3/24/2021
1.4.7 13,977 3/21/2021
1.4.6 132,560 2/26/2021
1.4.5 82,882 2/11/2021
1.4.4 11,418 2/9/2021
1.4.3 21,739 2/5/2021
1.4.2 41,972 1/24/2021
1.4.1 20,084 1/19/2021
1.4.0 34,545 1/12/2021
1.3.10 83,437 12/23/2020
1.3.9 94,722 12/8/2020
1.3.8 14,699 12/3/2020
1.3.7 92,681 11/17/2020
1.3.6 24,578 11/10/2020
1.3.5 13,106 11/4/2020
1.3.4 186,910 10/17/2020
1.3.3 6,752 10/15/2020
1.3.2 8,415 10/14/2020
1.3.1 72,569 9/30/2020
1.3.0 26,355 9/29/2020
1.2.18 372,951 8/13/2020
1.2.17 26,784 8/1/2020
1.2.16 47,259 7/27/2020
1.2.15 50,565 7/19/2020
1.2.14 161,882 7/9/2020
1.2.13 3,170 7/9/2020
1.2.12 178,376 5/23/2020
1.2.11 12,476 5/18/2020
1.2.10 4,051 5/17/2020
1.2.9 14,964 5/14/2020
1.2.8 26,966 5/4/2020
1.2.7 5,791 4/30/2020
1.2.6 8,104 4/29/2020
1.2.5 95,504 4/17/2020
1.2.4 15,903 4/10/2020
1.2.3 93,929 4/1/2020
1.2.2 37,356 3/25/2020
1.2.1 32,893 3/17/2020
1.2.0 5,575 3/14/2020
1.1.10 19,645 3/5/2020
1.1.9 31,671 2/25/2020
1.1.8 7,791 2/22/2020
1.1.7 55,234 2/6/2020
1.1.6 22,682 1/27/2020
1.1.5 5,562 1/25/2020
1.1.4 2,907 1/25/2020
1.1.3 17,516 1/22/2020
1.1.2 28,000 1/9/2020
1.1.1 3,074 1/9/2020
1.1.0 42,668 12/27/2019
1.0.43 11,115 12/26/2019
1.0.42 56,243 12/15/2019
1.0.41 3,161 12/14/2019
1.0.40 20,956 12/9/2019
1.0.39 3,534 12/7/2019
1.0.38 21,112 11/30/2019
1.0.37 132,107 11/8/2019
1.0.36 42,722 10/26/2019
1.0.36-ci-12100 2,205 11/18/2019
1.0.35 19,870 10/25/2019
1.0.34 32,213 10/22/2019
1.0.33 16,254 10/12/2019
1.0.32 96,340 9/20/2019
1.0.31 4,325 9/19/2019
1.0.30 49,493 9/1/2019
1.0.29 30,949 8/23/2019
1.0.28 8,679 8/20/2019
1.0.27 11,173 8/14/2019
1.0.26 41,899 8/11/2019
1.0.25 36,652 7/23/2019
1.0.24 6,614 7/22/2019
1.0.23 21,813 7/16/2019
1.0.22 10,356 7/15/2019
1.0.20 56,883 6/17/2019
1.0.19 3,458 6/15/2019
1.0.18 54,375 6/10/2019
1.0.17 13,004 6/5/2019
1.0.16 47,077 5/16/2019
1.0.15 34,543 5/4/2019
1.0.14 22,258 4/20/2019
1.0.13 18,114 4/11/2019
1.0.12 60,918 4/5/2019
1.0.11 5,787 3/30/2019
1.0.10 5,880 3/27/2019
1.0.9 9,441 3/25/2019
1.0.8 38,407 3/12/2019
1.0.7 70,403 1/19/2019
1.0.6.1 13,520 1/10/2019
1.0.6 14,220 12/15/2018
1.0.5 10,829 12/7/2018
1.0.4.21 29,759 11/30/2018
1.0.4.20 53,318 11/7/2018
1.0.4.19 28,882 10/31/2018
1.0.4.18 15,640 10/27/2018
1.0.4.17 39,631 9/22/2018
1.0.4.16 192,458 9/11/2018
1.0.4.15 5,248 9/4/2018
1.0.4.14 6,453 9/2/2018
1.0.4.13 3,650 8/31/2018
1.0.4.12 5,675 8/23/2018
1.0.4.11 3,984 8/20/2018
1.0.4.10 34,630 8/14/2018
1.0.4.9 5,603 8/8/2018
1.0.4.8 21,920 7/23/2018
1.0.4.7 4,620 7/19/2018
1.0.4.6 5,150 7/18/2018
1.0.4.5 7,014 7/17/2018
1.0.4.4 15,900 7/1/2018
1.0.4.3 3,727 6/29/2018
1.0.4.2 6,504 6/26/2018
1.0.4.1 4,507 6/25/2018
1.0.4 16,189 6/23/2018
1.0.3.20 39,320 5/29/2018
1.0.3.19 4,225 5/28/2018
1.0.3.18 3,985 5/25/2018
1.0.3.17 12,950 5/16/2018
1.0.3.16 23,048 4/15/2018
1.0.3.15 12,699 4/5/2018
1.0.3.14 4,179 4/1/2018
1.0.3.13 36,474 3/24/2018
1.0.3.11 5,639 3/20/2018
1.0.3.10 7,497 3/17/2018
1.0.3.9 4,953 3/15/2018
1.0.3.8 8,825 3/10/2018
1.0.3.7 4,351 3/9/2018
1.0.3.6 3,520 3/8/2018
1.0.3.5 4,613 3/8/2018
1.0.3.4 4,609 3/4/2018
1.0.3.3 5,726 2/24/2018
1.0.3.2 24,854 2/14/2018
1.0.3.1 3,538 2/14/2018
1.0.3 4,973 2/5/2018
1.0.2.13 14,579 1/23/2018
1.0.2.12 5,182 1/16/2018
1.0.2.11 14,471 12/20/2017
1.0.2.10 4,800 12/12/2017
1.0.2.9 5,550 12/7/2017
1.0.2.8 5,907 11/23/2017
1.0.2.7 4,592 11/18/2017
1.0.2.6 4,739 10/30/2017
1.0.2.5 3,862 10/24/2017
1.0.2.4 21,715 10/10/2017
1.0.2.4-preview-02 3,268 9/30/2017
1.0.2.4-preview-01 3,057 8/11/2017
1.0.2.3 17,356 8/8/2017
1.0.2.3-preview2-final-03 2,908 8/10/2017
1.0.2.3-preview2-final-02 2,767 8/10/2017
1.0.2.3-preview2-final-01 2,880 8/10/2017
1.0.2.1 3,743 6/14/2017
1.0.2 8,769 5/5/2017
1.0.1.5 4,404 3/21/2017
1.0.1.4 2,679 3/21/2017
1.0.1.2 2,599 2/27/2017
1.0.1.1 2,595 2/10/2017
1.0.0 14,809 1/24/2017