[PR #333] [MERGED] JsonMatcher support IgnoreCase #862

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

📋 Pull Request Information

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

Base: masterHead: JsonMatcher_CaseIgnore


📝 Commits (3)

📊 Changes

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

View changed files

📝 WireMock.Net Solution.sln (+0 -7)
examples/WireMock.Net.Console.HeadersTest/Program.cs (+0 -60)
examples/WireMock.Net.Console.HeadersTest/WireMock.Net.Console.HeadersTest.csproj (+0 -24)
examples/WireMock.Net.Console.HeadersTest/log4net.config (+0 -20)
examples/WireMock.Net.Console.HeadersTest/nlog.config (+0 -18)
📝 src/WireMock.Net/Matchers/JsonMatcher.cs (+65 -7)
📝 src/WireMock.Net/Serialization/MatcherMapper.cs (+1 -1)
📝 test/WireMock.Net.Tests/Matchers/JsonMatcherTests.cs (+52 -2)

📄 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/333 **Author:** [@StefH](https://github.com/StefH) **Created:** 8/22/2019 **Status:** ✅ Merged **Merged:** 8/23/2019 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `JsonMatcher_CaseIgnore` --- ### 📝 Commits (3) - [`179971f`](https://github.com/wiremock/WireMock.Net/commit/179971f05fa0a1d07f991447538ce993fea76111) JsonMatcher - IgnoreCase - #332 - [`d85fccf`](https://github.com/wiremock/WireMock.Net/commit/d85fccfd4200dae2460aaa04695bf2a53e751bd8) also rename property name - [`9b77fa5`](https://github.com/wiremock/WireMock.Net/commit/9b77fa5378f66f1bb1d8bedf0aaa17495a8ad725) Remove example project ### 📊 Changes **8 files changed** (+118 additions, -139 deletions) <details> <summary>View changed files</summary> 📝 `WireMock.Net Solution.sln` (+0 -7) ➖ `examples/WireMock.Net.Console.HeadersTest/Program.cs` (+0 -60) ➖ `examples/WireMock.Net.Console.HeadersTest/WireMock.Net.Console.HeadersTest.csproj` (+0 -24) ➖ `examples/WireMock.Net.Console.HeadersTest/log4net.config` (+0 -20) ➖ `examples/WireMock.Net.Console.HeadersTest/nlog.config` (+0 -18) 📝 `src/WireMock.Net/Matchers/JsonMatcher.cs` (+65 -7) 📝 `src/WireMock.Net/Serialization/MatcherMapper.cs` (+1 -1) 📝 `test/WireMock.Net.Tests/Matchers/JsonMatcherTests.cs` (+52 -2) </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 15:33:43 +01:00
adam closed this issue 2025-12-29 15:33:43 +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-wiremock#862