mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
[PR #422] [MERGED] AllowOnlyDefinedHttpStatusCodeInResponse #904
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/422
Author: @StefH
Created: 2/15/2020
Status: ✅ Merged
Merged: 3/14/2020
Merged by: @StefH
Base:
master← Head:revert_AllowAnyHttpStatusCodeInResponse📝 Commits (2)
e71bed7AllowOnlyDefinedHttpStatusCodeInResponse34cf190merge from master📊 Changes
13 files changed (+63 additions, -37 deletions)
View changed files
📝
Directory.Build.props(+1 -1)📝
examples/WireMock.Net.Console.Net452.Classic/MainApp.cs(+0 -2)📝
src/WireMock.Net/Owin/IWireMockMiddlewareOptions.cs(+1 -1)📝
src/WireMock.Net/Owin/Mappers/OwinResponseMapper.cs(+3 -3)📝
src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs(+2 -2)📝
src/WireMock.Net/ResponseBuilders/IStatusCodeResponseBuilder.cs(+4 -0)📝
src/WireMock.Net/Server/WireMockServer.cs(+3 -3)📝
src/WireMock.Net/Settings/IWireMockServerSettings.cs(+4 -2)📝
src/WireMock.Net/Settings/WireMockServerSettings.cs(+2 -2)📝
src/WireMock.Net/Settings/WireMockServerSettingsParser.cs(+1 -1)📝
test/WireMock.Net.Tests/Owin/Mappers/OwinResponseMapperTests.cs(+34 -16)📝
test/WireMock.Net.Tests/WireMock.Net.Tests.csproj(+4 -0)📝
test/WireMock.Net.Tests/WireMockServer.Settings.cs(+4 -4)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.