[PR #972] [MERGED] JsonPartialMatcher - match guid and string #1173

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/972
Author: @timurnes
Created: 7/19/2023
Status: Merged
Merged: 7/19/2023
Merged by: @StefH

Base: masterHead: timurnes-971-JsonPartialMatcher-Guid


📝 Commits (2)

  • 21d0426 JsonPartialMatcher - match guid and string (#971)
  • 26c2831 JsonPartialMatcher - match guid and string. Add Regex with Guid test (#971)

📊 Changes

2 files changed (+47 additions, -0 deletions)

View changed files

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

📄 Description

Closes #971

Adds an ability for a JsonPartialMatcher to match Guid and String values when the matcher is configured using an anonymous object with Guid fields


🔄 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/972 **Author:** [@timurnes](https://github.com/timurnes) **Created:** 7/19/2023 **Status:** ✅ Merged **Merged:** 7/19/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `timurnes-971-JsonPartialMatcher-Guid` --- ### 📝 Commits (2) - [`21d0426`](https://github.com/wiremock/WireMock.Net/commit/21d04268f3d7e1a8046c5b86e1799e5240a57cdd) JsonPartialMatcher - match guid and string (#971) - [`26c2831`](https://github.com/wiremock/WireMock.Net/commit/26c2831846dc6966c21d12bc3c6c2708bc699b5a) JsonPartialMatcher - match guid and string. Add Regex with Guid test (#971) ### 📊 Changes **2 files changed** (+47 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Matchers/AbstractJsonPartialMatcher.cs` (+7 -0) 📝 `test/WireMock.Net.Tests/Matchers/JsonPartialMatcherTests.cs` (+40 -0) </details> ### 📄 Description Closes #971 Adds an ability for a JsonPartialMatcher to match Guid and String values when the matcher is configured using an anonymous object with Guid fields --- <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:18:47 +01:00
adam closed this issue 2025-12-29 09:18: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#1173