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-wiremockIn case you also use private NuGet endpoints, follow this link to solve authentication errors.
Start the WireMock.Net server:
dotnet-wiremockSee [[WireMock commandline parameters]] for all supported commandline arguments.