[PR #119] [CLOSED] Fix for issue 118 #768

Closed
opened 2025-12-29 15:33:08 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/119
Author: @raghavendrabankapur
Created: 4/9/2018
Status: Closed

Base: masterHead: master


📝 Commits (8)

📊 Changes

3 files changed (+424 additions, -427 deletions)

View changed files

📝 src/WireMock.Net/Matchers/Request/RequestMessageParamMatcher.cs (+1 -8)
📝 src/WireMock.Net/Server/FluentMockServer.Admin.cs (+4 -0)
📝 src/WireMock.Net/Server/FluentMockServer.cs (+419 -419)

📄 Description

The code was not included to read the response from file


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/119 **Author:** [@raghavendrabankapur](https://github.com/raghavendrabankapur) **Created:** 4/9/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`7c75d8d`](https://github.com/wiremock/WireMock.Net/commit/7c75d8d23e051f42d00a192a54a6e23f80737e6b) Capturing the index of the existing mapping before removing and insert the updated mapping at the same index - [`6aef44f`](https://github.com/wiremock/WireMock.Net/commit/6aef44f943c0983754e706f4fc73cc4701a081b3) Updating the comment in the method with respect to the changes - [`e223ecc`](https://github.com/wiremock/WireMock.Net/commit/e223ecc059a94dfa832860e8b181371b55f2e1b9) Merging from master - [`5ecd85b`](https://github.com/wiremock/WireMock.Net/commit/5ecd85bccf5220f49aabad45cefd374616987e18) fix : Params does not work, when there are multiple values for a key - [`d167e7b`](https://github.com/wiremock/WireMock.Net/commit/d167e7be00848ef0ab34ef9d00cd767229f486c8) Including response to be read from File - [`092b502`](https://github.com/wiremock/WireMock.Net/commit/092b50203fd4c3ea4416ba484bb41c9b8ee5104c) - [`96b5459`](https://github.com/wiremock/WireMock.Net/commit/96b5459dcd9d18832071732060c3069f8b4e05ec) - [`c936c2a`](https://github.com/wiremock/WireMock.Net/commit/c936c2a46e51094ec2619c9456c10b60d0b29334) Fix for issue #118 ### 📊 Changes **3 files changed** (+424 additions, -427 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Matchers/Request/RequestMessageParamMatcher.cs` (+1 -8) 📝 `src/WireMock.Net/Server/FluentMockServer.Admin.cs` (+4 -0) 📝 `src/WireMock.Net/Server/FluentMockServer.cs` (+419 -419) </details> ### 📄 Description The code was not included to read the response from file --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:33:08 +01:00
adam closed this issue 2025-12-29 15:33:09 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#768