WireMock and .NET

Disclaimer: This solution page includes resources maintained by their authors outside the WireMock organization on GitHub. The info is provided as is without guarantees unless explicitly specified. Referenced projects and guidelines might be incompatible with the recent WireMock 3.x releases or the recent versions of the target technology or framework.

Please use with caution, and submit GitHub issues or pull requests to this page and referenced repositories if something is missing, broken or needs update.

WireMock.Net #

A .NET implementation of a API mock server in C# based on mock4net It mimics the functionality from WireMock implemented in Java. WireMock.NET can be used with all .NET based languages, both .NET Framework and .NET Core are supported. It can also be deployed as a standalone server, including Windows service and a container.

Compatibility Notice. WireMock.Net is not fully compatible with WireMock in terms of the configuration file formats and Administrative REST API.

References:

WireMockInspector #

WireMockInspector is a cross platform UI app that facilitates WireMock troubleshooting. It presents a list of requests received by the WireMock.Net server, combines request data with associated mapping, presents a list of all available mappings with the definition, generate C# code for defining selected mappings.

Compatibility Notice. The tool is designed for WireMock.Net and not fully compatible with WireMock

WireMockInspector is distributed as dotnet tool so it can be easily install on Windows/MacOS/Linux.

References:

Wiremock UI #

Tool for creating mock servers, proxies servers and proxies servers with the option to save the data traffic from an existing API or Site. It is a wrapper over WireMock.

Compatibility Notice. The tool is designed for WireMock and not fully compatible with WireMock.Net

References: