Stubbing wiki page outdated #414

Closed
opened 2025-12-29 15:23:10 +01:00 by adam · 1 comment
Owner

Originally created by @redwolf2 on GitHub (Mar 31, 2022).

Originally assigned to: @StefH on GitHub.

Describe the bug

https://github.com/WireMock-Net/WireMock.Net/wiki/Stubbing#verify-interactions

states that var allRequests = server.RequestLogs; is available. But not in the current API implementation.

It should state that var logEntries = server.LogEntries; are available.

Originally created by @redwolf2 on GitHub (Mar 31, 2022). Originally assigned to: @StefH on GitHub. ### Describe the bug https://github.com/WireMock-Net/WireMock.Net/wiki/Stubbing#verify-interactions states that `var allRequests = server.RequestLogs;` is available. But not in the current API implementation. It should state that `var logEntries = server.LogEntries;` are available.
adam added the doc label 2025-12-29 15:23:10 +01:00
adam closed this issue 2025-12-29 15:23:11 +01:00
Author
Owner

@StefH commented on GitHub (Mar 31, 2022):

@redwolf2 : thank you for finding this.

it;s solved

@StefH commented on GitHub (Mar 31, 2022): @redwolf2 : thank you for finding this. it;s solved
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#414