[PR #195] [MERGED] Add LinqMatcher #794

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/195
Author: @StefH
Created: 8/31/2018
Status: Merged
Merged: 8/31/2018
Merged by: @StefH

Base: masterHead: linq


📝 Commits (3)

📊 Changes

6 files changed (+320 additions, -0 deletions)

View changed files

📝 examples/WireMock.Net.Console.Net452.Classic/MainApp.cs (+8 -0)
src/WireMock.Net/Matchers/LinqMatcher.cs (+99 -0)
📝 src/WireMock.Net/Serialization/MatcherMapper.cs (+3 -0)
📝 src/WireMock.Net/WireMock.Net.csproj (+1 -0)
test/WireMock.Net.Tests/MatcherMapperTests.cs (+97 -0)
test/WireMock.Net.Tests/Matchers/LinqMatcherTests.cs (+112 -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/195 **Author:** [@StefH](https://github.com/StefH) **Created:** 8/31/2018 **Status:** ✅ Merged **Merged:** 8/31/2018 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `linq` --- ### 📝 Commits (3) - [`6810164`](https://github.com/wiremock/WireMock.Net/commit/68101645788c620307be5da65d842c000d866ae7) LinqMatcher - [`656fbf6`](https://github.com/wiremock/WireMock.Net/commit/656fbf6eca8c06be8500fcc9c81f286bc477adeb) LinqMatcher : revert - [`000c7cd`](https://github.com/wiremock/WireMock.Net/commit/000c7cd157cebee4b0054324ea7d8273d6bff0ac) LinqMatcher ### 📊 Changes **6 files changed** (+320 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Console.Net452.Classic/MainApp.cs` (+8 -0) ➕ `src/WireMock.Net/Matchers/LinqMatcher.cs` (+99 -0) 📝 `src/WireMock.Net/Serialization/MatcherMapper.cs` (+3 -0) 📝 `src/WireMock.Net/WireMock.Net.csproj` (+1 -0) ➕ `test/WireMock.Net.Tests/MatcherMapperTests.cs` (+97 -0) ➕ `test/WireMock.Net.Tests/Matchers/LinqMatcherTests.cs` (+112 -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 15:33:17 +01:00
adam closed this issue 2025-12-29 15:33:17 +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#794