[PR #1216] [MERGED] Fix JsonPartialMatcher when using property names with dot #1286

Closed
opened 2025-12-29 09:19:10 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1216
Author: @StefH
Created: 12/5/2024
Status: Merged
Merged: 12/6/2024
Merged by: @StefH

Base: masterHead: bug/1210-JsonPartialMatcher


📝 Commits (3)

📊 Changes

2 files changed (+18 additions, -1 deletions)

View changed files

📝 src/WireMock.Net/Matchers/AbstractJsonPartialMatcher.cs (+1 -1)
📝 test/WireMock.Net.Tests/Matchers/JsonPartialMatcherTests.cs (+17 -0)

📄 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/1216 **Author:** [@StefH](https://github.com/StefH) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/6/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `bug/1210-JsonPartialMatcher` --- ### 📝 Commits (3) - [`6573a6b`](https://github.com/wiremock/WireMock.Net/commit/6573a6b85a088bd5c9c68dc3a78d581e13a09fa7) wip - [`c1226a8`](https://github.com/wiremock/WireMock.Net/commit/c1226a809e2d4df1f0a646e9b3da594bda803296) Merge branch 'master' into bug/1210-JsonPartialMatcher - [`e9862b3`](https://github.com/wiremock/WireMock.Net/commit/e9862b317692d3d76993c8490b53c1d0453bcfe4) fix ### 📊 Changes **2 files changed** (+18 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Matchers/AbstractJsonPartialMatcher.cs` (+1 -1) 📝 `test/WireMock.Net.Tests/Matchers/JsonPartialMatcherTests.cs` (+17 -0) </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 09:19:10 +01:00
adam closed this issue 2025-12-29 09:19:10 +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#1286