Wiremock As Dotnet Tool
WireMock as dotnet tool
Section titled “WireMock as dotnet tool”Installation
Section titled “Installation”Install locally:
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:
dotnet-wiremock
See [[WireMock commandline parameters]] for all supported commandline arguments.