Skip to content

Wiremock As Dotnet Tool

NuGet Badge dotnet-wiremock

Install locally:

Terminal window
dotnet tool install --global dotnet-wiremock

In case you also use private NuGet endpoints, follow this link to solve authentication errors.

Start the WireMock.Net server:

Terminal window
dotnet-wiremock

See [[WireMock commandline parameters]] for all supported commandline arguments.