mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Obsolete documentation (FluentMockServer used in examples is not available any more) #381
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @grzegorz-wolszczak on GitHub (Nov 4, 2021).
Page https://github.com/WireMock-Net/WireMock.Net/wiki/WireMock-as-a-standalone-process#option-3--coding-yourself uses FluentMockServer in examples, but as far as I understand , it is not available from version 1.3.0, when current version is 1.4.26
Please update code examples with WireMockServer class and related classes
@StefH commented on GitHub (Nov 4, 2021):
Thanks.
It's fixed.
@grzegorz-wolszczak commented on GitHub (Nov 4, 2021):
Thanks for fast response