[PR #121] [MERGED] Fix for issue #118 #770

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/121
Author: @raghavendrabankapur
Created: 4/10/2018
Status: Merged
Merged: 4/15/2018
Merged by: @StefH

Base: masterHead: master


📝 Commits (3)

📊 Changes

5 files changed (+68 additions, -1 deletions)

View changed files

📝 src/WireMock.Net/Server/FluentMockServer.Admin.cs (+5 -0)
📝 test/WireMock.Net.Tests/FluentMockServerTests.cs (+30 -1)
test/WireMock.Net.Tests/ResponseBodyFiles/responsebody.json (+3 -0)
📝 test/WireMock.Net.Tests/WireMock.Net.Tests.csproj (+6 -0)
test/WireMock.Net.Tests/__admin/mappings/00000002-ee28-4f29-ae63-1ac9b0802d87.json (+24 -0)

📄 Description

Including the code to accept BodyAsFile in the response when the mappings are placed in the 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/121 **Author:** [@raghavendrabankapur](https://github.com/raghavendrabankapur) **Created:** 4/10/2018 **Status:** ✅ Merged **Merged:** 4/15/2018 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`e405fae`](https://github.com/wiremock/WireMock.Net/commit/e405fae6610dd3e46cb22b402b694c6da871be26) - [`6e3216f`](https://github.com/wiremock/WireMock.Net/commit/6e3216f82acd885e54eceb8bd4e5187deba975ca) - [`507237d`](https://github.com/wiremock/WireMock.Net/commit/507237d6b8eea0ee1c41c8f966c8e533209df52b) ### 📊 Changes **5 files changed** (+68 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Server/FluentMockServer.Admin.cs` (+5 -0) 📝 `test/WireMock.Net.Tests/FluentMockServerTests.cs` (+30 -1) ➕ `test/WireMock.Net.Tests/ResponseBodyFiles/responsebody.json` (+3 -0) 📝 `test/WireMock.Net.Tests/WireMock.Net.Tests.csproj` (+6 -0) ➕ `test/WireMock.Net.Tests/__admin/mappings/00000002-ee28-4f29-ae63-1ac9b0802d87.json` (+24 -0) </details> ### 📄 Description Including the code to accept BodyAsFile in the response when the mappings are placed in the 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:08 +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#770