mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #407] [MERGED] AllowAnyHttpStatusCodeInResponse #898
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/407
Author: @StefH
Created: 1/27/2020
Status: ✅ Merged
Merged: 1/27/2020
Merged by: @StefH
Base:
master← Head:statuscode2📝 Commits (7)
bc20991.6001df0,997afd0PUBLISH_TESTRESULTSe7f7d28fix loggingeee300cfix compile errora67d159codefactor fix5d4680cDebug - Sonar + other things in csproj📊 Changes
27 files changed (+248 additions, -53 deletions)
View changed files
📝
Directory.Build.props(+1 -1)📝
GitHubReleaseNotes.txt(+1 -1)📝
WireMock.Net Solution.sln(+78 -0)📝
azure-pipelines-ci.yml(+2 -0)📝
examples/WireMock.Net.Console.Net452.Classic/MainApp.cs(+3 -1)📝
examples/WireMock.Net.Console.Record.NETCoreApp/WireMock.Net.Console.Proxy.NETCoreApp.csproj(+1 -0)📝
examples/WireMock.Net.StandAlone.NETCoreApp/WireMock.Net.StandAlone.NETCoreApp.csproj(+1 -1)📝
examples/WireMock.Net.StandAlone.NETCoreApp/WireMockLog4NetLogger.cs(+1 -0)📝
src/WireMock.Net.Abstractions/Logging/IWireMockLogger.cs(+3 -2)📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.cs(+0 -2)📝
src/WireMock.Net/Owin/GlobalExceptionMiddleware.cs(+1 -1)📝
src/WireMock.Net/Owin/IWireMockMiddlewareOptions.cs(+2 -0)📝
src/WireMock.Net/Owin/Mappers/OwinResponseMapper.cs(+23 -10)📝
src/WireMock.Net/Owin/OwinSelfHost.cs(+1 -2)📝
src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs(+3 -0)📝
src/WireMock.Net/ResponseBuilders/Response.cs(+1 -1)📝
src/WireMock.Net/ResponseMessage.cs(+1 -1)📝
src/WireMock.Net/Server/WireMockServer.Admin.cs(+6 -9)📝
src/WireMock.Net/Server/WireMockServer.cs(+7 -1)📝
src/WireMock.Net/Settings/IWireMockServerSettings.cs(+6 -0)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.