mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-12 05:20:35 +01:00
[PR #755] [MERGED] Add MatchOperator "Or", "And" and "Average" for patterns #1072
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/755
Author: @StefH
Created: 5/17/2022
Status: ✅ Merged
Merged: 6/9/2022
Merged by: @StefH
Base:
master← Head:match-and-or📝 Commits (10+)
0581b84wipa0c4c38...4a9a492.28e6cf5...8a4644f...c30d694path9da3565url677d9c5bd615fe0t54f9393client📊 Changes
95 files changed (+5467 additions, -4842 deletions)
View changed files
📝
examples/WireMock.Net.Console.Net452.Classic/MainApp.cs(+1 -1)📝
src/WireMock.Net.Abstractions/Admin/Mappings/BodyModel.cs(+22 -14)📝
src/WireMock.Net.Abstractions/Admin/Mappings/ClientIPModel.cs(+18 -10)📝
src/WireMock.Net.Abstractions/Admin/Mappings/HeaderModel.cs(+30 -22)📝
src/WireMock.Net.Abstractions/Admin/Mappings/MappingModel.cs(+58 -59)📝
src/WireMock.Net.Abstractions/Admin/Mappings/MatcherModel.cs(+9 -0)📝
src/WireMock.Net.Abstractions/Admin/Mappings/PathModel.cs(+18 -10)📝
src/WireMock.Net.Abstractions/Admin/Mappings/RequestModel.cs(+14 -0)📝
src/WireMock.Net.Abstractions/Admin/Mappings/UrlModel.cs(+19 -11)📝
src/WireMock.Net.Abstractions/IRequestMessage.cs(+129 -130)📝
src/WireMock.Net.Abstractions/IResponseMessage.cs(+1 -1)📝
src/WireMock.Net.Abstractions/Matchers/Request/IRequestMatcher.cs(+1 -1)📝
src/WireMock.Net.Abstractions/Models/IWebhookRequest.cs(+2 -2)📝
src/WireMock.Net.Matchers.CSharpCode/Matchers/CSharpCodeMatcher.cs(+129 -132)📝
src/WireMock.Net/Authentication/AzureADAuthenticationMatcher.cs(+2 -0)📝
src/WireMock.Net/Http/HttpClientBuilder.cs(+41 -42)➕
src/WireMock.Net/Http/HttpClientFactory2.cs(+24 -0)📝
src/WireMock.Net/Http/WebhookSender.cs(+7 -7)📝
src/WireMock.Net/IMapping.cs(+119 -125)📝
src/WireMock.Net/Matchers/AbstractJsonPartialMatcher.cs(+65 -67)...and 75 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.