[PR #317] [MERGED] Make SaveMapping and SaveMappingToFile settings independent. #856

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/317
Author: @vitaliydavydiak
Created: 8/15/2019
Status: Merged
Merged: 8/16/2019
Merged by: @StefH

Base: masterHead: separate-save-mapping-settings


📝 Commits (1)

  • 9d007d8 Make SaveMapping and SaveMappingToFile settings independent.

📊 Changes

1 file changed (+6 additions, -2 deletions)

View changed files

📝 src/WireMock.Net/Server/FluentMockServer.Admin.cs (+6 -2)

📄 Description

When both are true - mappings are applied instantly and may affect further requests recording.
It make sense to separate settings and allow to save files without applying them.


🔄 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/317 **Author:** [@vitaliydavydiak](https://github.com/vitaliydavydiak) **Created:** 8/15/2019 **Status:** ✅ Merged **Merged:** 8/16/2019 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `separate-save-mapping-settings` --- ### 📝 Commits (1) - [`9d007d8`](https://github.com/wiremock/WireMock.Net/commit/9d007d827fe913d2dbd942c14aff6241578b0669) Make SaveMapping and SaveMappingToFile settings independent. ### 📊 Changes **1 file changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Server/FluentMockServer.Admin.cs` (+6 -2) </details> ### 📄 Description When both are true - mappings are applied instantly and may affect further requests recording. It make sense to separate settings and allow to save files without applying them. --- <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:42 +01:00
adam closed this issue 2025-12-29 15:33:42 +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#856