mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
FindLogEntries present in WireMockServer but not IWireMockServer #589
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 @AHarman on GitHub (Apr 17, 2024).
Originally assigned to: @StefH on GitHub.
Hello, when trying to write some extension methods I noticed that FindLogEntries is defined on WireMockServer but not the IWireMockServer interface, having taken a look at the source I can see that it is present in IWiremockServer but it's been commented out.
Is there any intention to add this method to the interface?
@StefH commented on GitHub (May 13, 2024):
@AHarman
I can't remember anymore why this is not yet implemented, probably a good reason I think. I'll take a look.
@StefH commented on GitHub (Dec 23, 2024):
This is now added.
https://github.com/WireMock-Net/WireMock.Net/pull/1224