[PR #322] [MERGED] Fix MappingMatcher in case of an exception in LinqMatcher. #856

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/322
Author: @StefH
Created: 8/17/2019
Status: Merged
Merged: 8/17/2019
Merged by: @StefH

Base: masterHead: fix_MappingMatcher


📝 Commits (2)

  • 184201b Fix MappingMatcher in case of an exception in LinqMatcher.
  • 6d06e16 update unit-tests

📊 Changes

8 files changed (+118 additions, -52 deletions)

View changed files

📝 src/WireMock.Net/Matchers/LinqMatcher.cs (+33 -8)
📝 src/WireMock.Net/Matchers/XPathMatcher.cs (+1 -0)
📝 src/WireMock.Net/Owin/IMappingMatcher.cs (+2 -4)
📝 src/WireMock.Net/Owin/MappingMatcher.cs (+27 -19)
src/WireMock.Net/Owin/MappingMatcherResult.cs (+11 -0)
📝 src/WireMock.Net/Owin/WireMockMiddleware.cs (+7 -8)
📝 test/WireMock.Net.Tests/Owin/MappingMatcherTests.cs (+34 -9)
📝 test/WireMock.Net.Tests/Owin/WireMockMiddlewareTests.cs (+3 -4)

📄 Description

No description provided


🔄 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/322 **Author:** [@StefH](https://github.com/StefH) **Created:** 8/17/2019 **Status:** ✅ Merged **Merged:** 8/17/2019 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `fix_MappingMatcher` --- ### 📝 Commits (2) - [`184201b`](https://github.com/wiremock/WireMock.Net/commit/184201b14bc8f909925e62e8870defcc5ea45185) Fix MappingMatcher in case of an exception in LinqMatcher. - [`6d06e16`](https://github.com/wiremock/WireMock.Net/commit/6d06e1600ad8b162de1a9cddae9b27da53a81e75) update unit-tests ### 📊 Changes **8 files changed** (+118 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Matchers/LinqMatcher.cs` (+33 -8) 📝 `src/WireMock.Net/Matchers/XPathMatcher.cs` (+1 -0) 📝 `src/WireMock.Net/Owin/IMappingMatcher.cs` (+2 -4) 📝 `src/WireMock.Net/Owin/MappingMatcher.cs` (+27 -19) ➕ `src/WireMock.Net/Owin/MappingMatcherResult.cs` (+11 -0) 📝 `src/WireMock.Net/Owin/WireMockMiddleware.cs` (+7 -8) 📝 `test/WireMock.Net.Tests/Owin/MappingMatcherTests.cs` (+34 -9) 📝 `test/WireMock.Net.Tests/Owin/WireMockMiddlewareTests.cs` (+3 -4) </details> ### 📄 Description _No description provided_ --- <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 08:33:47 +01:00
adam closed this issue 2025-12-29 08:33:47 +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#856