mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #74] [CLOSED] Capturing the index of the existing mapping before removing and insert the updated mapping at the same index of the list #756
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/74
Author: @raghavendrabankapur
Created: 12/20/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
7c75d8dCapturing the index of the existing mapping before removing and insert the updated mapping at the same index6aef44fUpdating the comment in the method with respect to the changes📊 Changes
1 file changed (+23 additions, -2 deletions)
View changed files
📝
src/WireMock.Net/Server/FluentMockServer.cs(+23 -2)📄 Description
This is to fix the issue #73
We are inserting the updated mapping with the same guid in the same position rather than at the end of the list. This will keep the list state intact
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.