mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1152] [MERGED] Update MappingConverter to correctly write the Matcher as C# code #1255
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/1152
Author: @StefH
Created: 8/6/2024
Status: ✅ Merged
Merged: 8/27/2024
Merged by: @StefH
Base:
master← Head:bug/1151-to-code📝 Commits (7)
3d14df3Update MappingConverter to correctly write the Matcher as C# codeac9e53e.90e554bCSharpCodeMatcher7ecbbc3testsa4d3baa.61dcc61Merge branch 'master' into bug/1151-to-coded37d1b3mm📊 Changes
41 files changed (+709 additions, -158 deletions)
View changed files
📝
WireMock.Net Solution.sln.DotSettings(+1 -0)📝
src/WireMock.Net.Matchers.CSharpCode/Matchers/CSharpCodeMatcher.cs(+12 -0)📝
src/WireMock.Net/Authentication/AzureADAuthenticationMatcher.cs(+7 -1)📝
src/WireMock.Net/MappingBuilder.cs(+4 -1)📝
src/WireMock.Net/Matchers/ContentTypeMatcher.cs(+18 -3)📝
src/WireMock.Net/Matchers/ExactMatcher.cs(+15 -1)📝
src/WireMock.Net/Matchers/ExactObjectMatcher.cs(+7 -1)📝
src/WireMock.Net/Matchers/FormUrlEncodedMatcher.cs(+13 -0)📝
src/WireMock.Net/Matchers/GraphQLMatcher.cs(+6 -0)📝
src/WireMock.Net/Matchers/IMatcher.cs(+6 -0)📝
src/WireMock.Net/Matchers/JSONPathMatcher.cs(+14 -2)📝
src/WireMock.Net/Matchers/JmesPathMatcher.cs(+12 -0)📝
src/WireMock.Net/Matchers/JsonMatcher.cs(+13 -0)📝
src/WireMock.Net/Matchers/JsonPartialMatcher.cs(+15 -0)📝
src/WireMock.Net/Matchers/JsonPartialWildCardMatcher.cs(+15 -0)📝
src/WireMock.Net/Matchers/LinqMatcher.cs(+12 -0)📝
src/WireMock.Net/Matchers/MimePartMatcher.cs(+10 -3)📝
src/WireMock.Net/Matchers/NotNullOrEmptyMatcher.cs(+12 -1)📝
src/WireMock.Net/Matchers/ProtoBufMatcher.cs(+6 -0)📝
src/WireMock.Net/Matchers/RegexMatcher.cs(+16 -1)...and 21 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.