WireMock.Net.FluentAssertions 1.5.24

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package WireMock.Net.FluentAssertions --version 1.5.24
                    
NuGet\Install-Package WireMock.Net.FluentAssertions -Version 1.5.24
                    
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.FluentAssertions" Version="1.5.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WireMock.Net.FluentAssertions" Version="1.5.24" />
                    
Directory.Packages.props
<PackageReference Include="WireMock.Net.FluentAssertions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WireMock.Net.FluentAssertions --version 1.5.24
                    
#r "nuget: WireMock.Net.FluentAssertions, 1.5.24"
                    
#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.
#addin nuget:?package=WireMock.Net.FluentAssertions&version=1.5.24
                    
Install WireMock.Net.FluentAssertions as a Cake Addin
#tool nuget:?package=WireMock.Net.FluentAssertions&version=1.5.24
                    
Install WireMock.Net.FluentAssertions as a Cake Tool

WireMock.Net

Lightweight Http Mocking Server for .NET, inspired by [WireMock(http://WireMock.org) from the Java landscape.

⭐ Key Features

  • HTTP response stubbing, matchable on URL/Path, headers, cookies and body content patterns
  • Library can be used in unit tests and integration tests
  • Runs as a standalone process, as windows service, as Azure/IIS or as docker
  • Configurable via a fluent C# .NET API, JSON files and JSON over HTTP
  • Record/playback of stubs (proxying)
  • Per-request conditional proxying
  • Stateful behaviour simulation
  • Response templating / transformation using Handlebars and extensions
  • Can be used locally or in CI/CD scenarios

⭐ Stubbing

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

⭐ Request Matching

WireMock.Net support advanced request-matching logic, see Wiki : Request Matching.

⭐ Response Templating

The response which is returned WireMock.Net can be changed using templating. This is described here Wiki : Response Templating.

⭐ Admin API Reference

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

⭐ Using

WireMock.Net can be used in several ways:

UnitTesting

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

As a dotnet tool

It's simple to install WireMock.Net as (global) dotnet tool, see Wiki : dotnet tool.

As standalone process / console application

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

As a Windows Service

You can also run WireMock.Net as a Windows Service, follow this WireMock-as-a-Windows-Service.

As a Web Job in Azure or application in IIS

See this link WireMock-as-a-(Azure)-Web-App

In a docker container

There is also a Linux and Windows-Nano container available at hub.docker.com. For more details see also Docker.

HTTPS / SSL

More details on using HTTPS (SSL) can be found here Wiki : HTTPS

📚 Documentation

For more info, see also this WIKI page: What is WireMock.Net.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 is compatible. 
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  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 (1)

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

Package Downloads
Gems.TestInfrastructure.WireMock

Инфраструктура для тестирования с использованием WireMock

GitHub repositories (1)

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

Repository Stars
chocolatey/choco
Chocolatey - the package manager for Windows
Version Downloads Last updated
1.8.9 437 5/28/2025
1.8.8 693 5/24/2025
1.8.7 648 5/22/2025
1.8.6 1,977 5/15/2025
1.8.5 2,038 5/14/2025
1.8.4 1,796 5/8/2025
1.8.3 2,093 5/6/2025
1.8.2 1,817 5/5/2025
1.8.1 1,265 5/2/2025
1.8.0 1,270 4/29/2025
1.8.0-prview-01 547 3/4/2025
1.7.5-preview-02 161 4/3/2025
1.7.5-preview-01 160 4/2/2025
1.7.4 46,177 2/27/2025
1.7.3 1,843 2/24/2025
1.7.2 12,290 2/12/2025
1.7.2-preview-01 125 2/7/2025
1.7.1 16,712 1/27/2025
1.7.0 16,121 1/22/2025
1.6.12 2,288 1/21/2025
1.6.11 17,900 1/2/2025
1.6.10 32,082 12/15/2024
1.6.9 8,554 12/6/2024
1.6.8 34,459 11/24/2024
1.6.7 56,771 10/17/2024
1.6.7-preview-02 101 10/6/2024
1.6.7-preview-01 128 10/2/2024
1.6.6 35,280 10/1/2024
1.6.5 2,410 9/28/2024
1.6.4 16,200 9/25/2024
1.6.3 27,258 9/7/2024
1.6.2 14,998 9/4/2024
1.6.1 19,354 8/22/2024
1.6.0 10,288 8/16/2024
1.5.62 37,501 7/27/2024
1.5.61 428 7/27/2024
1.5.60 16,918 7/9/2024
1.5.59 10,564 6/26/2024
1.5.58 24,009 6/8/2024
1.5.57 10,955 6/4/2024
1.5.56 4,326 6/3/2024
1.5.55 11,648 5/22/2024
1.5.54 16,657 5/18/2024
1.5.53 73,103 5/8/2024
1.5.52 147,244 4/6/2024
1.5.51 24,918 3/20/2024
1.5.50 489 3/20/2024
1.5.49 23,818 3/6/2024
1.5.48 11,161 2/17/2024
1.5.47 99,490 1/25/2024
1.5.46 65,567 12/23/2023
1.5.45 1,330 12/21/2023
1.5.44 4,912 12/14/2023
1.5.43 2,068 12/11/2023
1.5.42 1,237 12/9/2023
1.5.41 2,601 12/4/2023
1.5.40 39,688 11/7/2023
1.5.39 24,606 10/9/2023
1.5.38 718 10/9/2023
1.5.37 6,382 9/27/2023
1.5.36 4,009 9/21/2023
1.5.35 35,278 8/19/2023
1.5.34 13,013 8/4/2023
1.5.32 69,733 7/15/2023
1.5.31 8,148 7/8/2023
1.5.30 22,032 6/28/2023
1.5.29 2,630 6/22/2023
1.5.28 29,041 6/11/2023
1.5.27 39,015 6/3/2023
1.5.26 172,385 5/25/2023
1.5.25 34,124 5/13/2023
1.5.24 14,876 5/7/2023
1.5.23 41,270 4/23/2023
1.5.22 9,177 4/8/2023
1.5.21 9,874 3/22/2023
1.5.20 1,761 3/19/2023
1.5.19 877 3/17/2023
1.5.18 5,793 3/9/2023
1.5.17 8,538 2/25/2023
1.5.16 25,991 2/6/2023
1.5.15 7,930 1/29/2023
1.5.14 1,352 1/24/2023
1.5.13 74,570 12/11/2022
1.5.12 2,750 12/3/2022
1.5.11 5,708 11/24/2022
1.5.10 25,806 11/6/2022
1.5.9 3,219 10/29/2022
1.5.8 7,003 10/16/2022
1.5.7 7,260 10/11/2022
1.5.6 12,724 9/12/2022
1.5.5 4,383 9/3/2022
1.5.4 3,399 8/24/2022
1.5.3 17,225 7/29/2022
1.5.2 2,582 7/24/2022
1.5.1 8,795 7/8/2022
1.5.0 10,856 6/10/2022
1.4.43 10,343 5/21/2022
1.4.42 1,909 5/13/2022
1.4.41 7,127 4/22/2022
1.4.40 4,748 3/26/2022
1.4.39 1,100 3/25/2022
1.4.38 3,402 3/12/2022
1.4.37 3,609 3/2/2022
1.4.36 1,151 2/25/2022
1.4.35 11,846 2/9/2022
1.4.34 3,707 1/27/2022
1.4.33 1,286 1/24/2022
1.4.32 1,634 1/17/2022
1.4.31 2,092 1/6/2022
1.4.30 1,686 12/25/2021
1.4.29 2,371 12/12/2021
1.4.28 4,335 12/1/2021
1.4.27 5,576 11/17/2021
1.4.26 1,652 11/4/2021
1.4.25 13,524 10/27/2021
1.4.24 1,430 10/20/2021
1.4.23 3,090 9/27/2021
1.4.22 2,010 9/22/2021
1.4.21 1,205 9/16/2021
1.4.21-preview-03 855 9/12/2021
1.4.20 19,938 8/6/2021
1.4.19 1,107 8/4/2021
1.4.18 8,849 7/10/2021
1.4.17 1,334 7/7/2021
1.4.16 4,076 6/5/2021
1.4.15 5,497 5/19/2021
1.4.14 1,158 5/11/2021
1.4.13 2,029 4/26/2021
1.4.12 1,096 4/22/2021
1.4.11 1,238 4/18/2021
1.4.10 1,431 4/15/2021
1.4.9 2,411 3/31/2021
1.4.8 3,734 3/24/2021
1.4.7 2,143 3/21/2021
1.4.6 3,670 2/26/2021
1.4.5 1,850 2/11/2021
1.4.4 1,130 2/9/2021
1.4.3 1,171 2/5/2021
1.4.2 2,175 1/24/2021
1.4.1 2,430 1/19/2021
1.4.0 1,242 1/12/2021
1.3.10 11,275 12/23/2020
1.3.9 1,650 12/8/2020
1.3.8 1,096 12/3/2020
1.3.7 8,032 11/17/2020
1.3.6 1,779 11/10/2020
1.3.5 1,476 11/4/2020
1.3.4 2,371 10/17/2020
1.3.3 1,245 10/15/2020
1.3.2 1,224 10/14/2020
1.3.1 1,998 9/30/2020
1.3.0 1,182 9/29/2020
1.2.18 10,052 8/13/2020
1.2.17 3,847 8/1/2020
1.2.16 1,284 7/27/2020
1.2.15 1,417 7/19/2020
1.2.14 3,596 7/9/2020
1.2.13 9,188 7/4/2020
1.2.13-preview-01 1,063 7/4/2020
1.0.0 18,268 7/22/2024

# 1.5.24 (07 May 2023)
- #926 Fix C# mapping code generator for header names [bug]
- #927 Enrich generated code with status code [feature]
- #930 Update C# mapping code generator for WithStatusCode [feature]
- #931 Add property 'IsStartedWithAdminInterface' to 'IWireMockServer' [feature]
- #933 C# code generator improvements [feature]

The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md