mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #817] [MERGED] ExactMatcher : IgnoreCase #1097
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/817
Author: @StefH
Created: 9/26/2022
Status: ✅ Merged
Merged: 10/15/2022
Merged by: @StefH
Base:
master← Head:exactmatcher-ignorecase📝 Commits (6)
93daafe...29e6456mm52ad0f8fix some null warnings6a2cc57merge from mastera4c8c20fxb8c1930Merge branch 'master' into exactmatcher-ignorecase📊 Changes
20 files changed (+812 additions, -698 deletions)
View changed files
📝
src/WireMock.Net.Abstractions/Models/IBodyData.cs(+3 -3)📝
src/WireMock.Net/Matchers/ExactMatcher.cs(+24 -5)📝
src/WireMock.Net/Matchers/JsonPartialMatcher.cs(+1 -1)📝
src/WireMock.Net/Matchers/MatchOperator.cs(+1 -1)📝
src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs(+9 -9)📝
src/WireMock.Net/Matchers/Request/RequestMessageParamMatcher.cs(+1 -1)📝
src/WireMock.Net/Models/BodyData.cs(+1 -1)📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.cs(+1 -1)📝
src/WireMock.Net/Proxy/ProxyHelper.cs(+72 -0)📝
src/WireMock.Net/Serialization/MatcherMapper.cs(+1 -1)📝
src/WireMock.Net/Serialization/ProxyMappingConverter.cs(+2 -2)📝
src/WireMock.Net/Server/IRespondWithAProvider.cs(+160 -162)📝
src/WireMock.Net/Util/DictionaryExtensions.cs(+1 -0)📝
src/WireMock.Net/Util/TypeBuilderUtils.cs(+2 -1)📝
test/WireMock.Net.Tests/Matchers/ExactMatcherTests.cs(+146 -134)📝
test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs(+350 -351)📝
test/WireMock.Net.Tests/ResponseBuilders/ResponseWithTransformerTests.cs(+13 -13)📝
test/WireMock.Net.Tests/Serialization/MatcherMapperTests.cs(+20 -0)📝
test/WireMock.Net.Tests/Serialization/files/proxy.json(+4 -2)📝
test/WireMock.Net.Tests/WireMock.Net.Tests.csproj(+0 -10)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.