mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #317] [MERGED] Make SaveMapping and SaveMappingToFile settings independent. #856
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?
📋 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:
master← Head:separate-save-mapping-settings📝 Commits (1)
9d007d8Make 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.