mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #783] [MERGED] Fix WithBody when using Pact and added more nullable annotations #1082
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/783
Author: @StefH
Created: 8/9/2022
Status: ✅ Merged
Merged: 8/11/2022
Merged by: @StefH
Base:
master← Head:JsonDefaultSettings-774📝 Commits (10+)
53fdcd3More nullable annotations47afc4c.0aadf26.1aca9faFIX7fcc299pact5877c49.b6ea45cM804d2d2p34cfbedxxx006fc53...📊 Changes
87 files changed (+2523 additions, -2400 deletions)
View changed files
📝
WireMock.Net Solution.sln.DotSettings(+1 -0)📝
src/WireMock.Net.Abstractions/Admin/Mappings/WebProxyModel.cs(+17 -18)📝
src/WireMock.Net.Abstractions/Admin/Mappings/WebhookRequestModel.cs(+45 -47)📝
src/WireMock.Net.Abstractions/IRequestMessage.cs(+2 -2)📝
src/WireMock.Net.Abstractions/IResponseMessage.cs(+53 -54)📝
src/WireMock.Net.Abstractions/Logging/ILogEntry.cs(+50 -51)📝
src/WireMock.Net.Abstractions/Models/IWebhook.cs(+8 -9)📝
src/WireMock.Net.Matchers.CSharpCode/Matchers/CSharpCodeMatcher.cs(+1 -1)📝
src/WireMock.Net/Authentication/AzureADAuthenticationMatcher.cs(+47 -41)📝
src/WireMock.Net/Authentication/BasicAuthenticationMatcher.cs(+9 -10)➕
src/WireMock.Net/Compatibility/EmptyArray.cs(+11 -0)📝
src/WireMock.Net/Compatibility/WebProxy.cs(+18 -20)📝
src/WireMock.Net/Extensions/AnyOfExtensions.cs(+13 -15)📝
src/WireMock.Net/Http/ByteArrayContentHelper.cs(+20 -22)📝
src/WireMock.Net/Http/HttpKnownHeaderNames.cs(+110 -111)📝
src/WireMock.Net/Http/HttpRequestMessageHelper.cs(+58 -60)📝
src/WireMock.Net/Http/HttpRequestMethods.cs(+15 -16)📝
src/WireMock.Net/Http/StringContentHelper.cs(+15 -17)📝
src/WireMock.Net/Http/WebhookSender.cs(+56 -58)📝
src/WireMock.Net/HttpsCertificate/CertificateLoader.cs(+68 -69)...and 67 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.