[PR #324] [MERGED] Add CSharpCodeMatcher #859

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

📋 Pull Request Information

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

Base: masterHead: CSharpCodeProvider_Matcher


📝 Commits (10+)

📊 Changes

13 files changed (+361 additions, -12 deletions)

View changed files

📝 WireMock.Net Solution.sln.DotSettings (+1 -0)
📝 azure-pipelines.yml (+1 -1)
📝 examples/WireMock.Net.Console.Net452.Classic/MainApp.cs (+1 -0)
📝 src/WireMock.Net.StandAlone/StandAloneApp.cs (+3 -2)
src/WireMock.Net/Matchers/CSharpCodeMatcher.cs (+197 -0)
📝 src/WireMock.Net/Matchers/LinqMatcher.cs (+2 -2)
📝 src/WireMock.Net/Serialization/MatcherMapper.cs (+11 -3)
📝 src/WireMock.Net/Settings/FluentMockServerSettings.cs (+4 -0)
📝 src/WireMock.Net/Settings/IFluentMockServerSettings.cs (+8 -3)
📝 src/WireMock.Net/WireMock.Net.csproj (+15 -1)
test/WireMock.Net.Tests/Matchers/CSharpCodeMatcherTests.cs (+92 -0)
📝 test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs (+22 -0)
📝 test/WireMock.Net.Tests/WireMock.Net.Tests.csproj (+4 -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/324 **Author:** [@StefH](https://github.com/StefH) **Created:** 8/17/2019 **Status:** ✅ Merged **Merged:** 9/28/2019 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `CSharpCodeProvider_Matcher` --- ### 📝 Commits (10+) - [`9f66dd2`](https://github.com/wiremock/WireMock.Net/commit/9f66dd20582b37c6a48e00d290f8954be534fdbd) wip - [`4889528`](https://github.com/wiremock/WireMock.Net/commit/4889528024f4a1ad6f3b3a98c7d25d955cb37df7) fix - [`bafb2a1`](https://github.com/wiremock/WireMock.Net/commit/bafb2a1c27aa2247697620bf1cd646019f920ea7) . - [`d23694d`](https://github.com/wiremock/WireMock.Net/commit/d23694d6d371f87f0a34618f5b7a045dc0a98480) windows-2019 - [`772b898`](https://github.com/wiremock/WireMock.Net/commit/772b898a6513753e1db84bb7a39c926127b2194b) <Target Name="CheckIfShouldKillVBCSCompiler" /> - [`71d479e`](https://github.com/wiremock/WireMock.Net/commit/71d479ed6e783f88de3b1710643dcc5e7264cba5) <!--https://github.com/aspnet/RoslynCodeDomProvider/issues/51--> - [`3eb2cfa`](https://github.com/wiremock/WireMock.Net/commit/3eb2cfa4a14dbea8b3c052b18bea892090b93368) Merge branch 'master' into CSharpCodeProvider_Matcher - [`62713dd`](https://github.com/wiremock/WireMock.Net/commit/62713dd031f9d737e6599faf0d5d78e2c5d32e81) Merge branch 'master' into CSharpCodeProvider_Matcher - [`5376c9b`](https://github.com/wiremock/WireMock.Net/commit/5376c9b82cd3ee398b4b1bcf94738e60a0454c22) AllowCSharpCodeMatcher - [`947ed8b`](https://github.com/wiremock/WireMock.Net/commit/947ed8bf68a177646df87a40a1f53c7d794f0f99) CSharpCodeMatcher : IObjectMatcher ### 📊 Changes **13 files changed** (+361 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `WireMock.Net Solution.sln.DotSettings` (+1 -0) 📝 `azure-pipelines.yml` (+1 -1) 📝 `examples/WireMock.Net.Console.Net452.Classic/MainApp.cs` (+1 -0) 📝 `src/WireMock.Net.StandAlone/StandAloneApp.cs` (+3 -2) ➕ `src/WireMock.Net/Matchers/CSharpCodeMatcher.cs` (+197 -0) 📝 `src/WireMock.Net/Matchers/LinqMatcher.cs` (+2 -2) 📝 `src/WireMock.Net/Serialization/MatcherMapper.cs` (+11 -3) 📝 `src/WireMock.Net/Settings/FluentMockServerSettings.cs` (+4 -0) 📝 `src/WireMock.Net/Settings/IFluentMockServerSettings.cs` (+8 -3) 📝 `src/WireMock.Net/WireMock.Net.csproj` (+15 -1) ➕ `test/WireMock.Net.Tests/Matchers/CSharpCodeMatcherTests.cs` (+92 -0) 📝 `test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs` (+22 -0) 📝 `test/WireMock.Net.Tests/WireMock.Net.Tests.csproj` (+4 -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 08:33:48 +01:00
adam closed this issue 2025-12-29 08:33:48 +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#859