[PR #407] [MERGED] AllowAnyHttpStatusCodeInResponse #898

Closed
opened 2025-12-29 15:34:05 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: statuscode2


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/407 **Author:** [@StefH](https://github.com/StefH) **Created:** 1/27/2020 **Status:** ✅ Merged **Merged:** 1/27/2020 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `statuscode2` --- ### 📝 Commits (7) - [`bc20991`](https://github.com/wiremock/WireMock.Net/commit/bc2099120a491a4732f097035bd2216d030c2626) . - [`6001df0`](https://github.com/wiremock/WireMock.Net/commit/6001df0ef37670db4fbf85bfe31efbc7d2499990) , - [`997afd0`](https://github.com/wiremock/WireMock.Net/commit/997afd0cb30094ec509bd27ff9ff50893a578a75) PUBLISH_TESTRESULTS - [`e7f7d28`](https://github.com/wiremock/WireMock.Net/commit/e7f7d2847ed20d3905115d313cf6544fa8d24363) fix logging - [`eee300c`](https://github.com/wiremock/WireMock.Net/commit/eee300c2a4d69e1bbd83b85c07cc172760351b7b) fix compile error - [`a67d159`](https://github.com/wiremock/WireMock.Net/commit/a67d1596bd69b44840d629a89ac44c67f1916904) codefactor fix - [`5d4680c`](https://github.com/wiremock/WireMock.Net/commit/5d4680ca7213fa405bae073857114d92161b5acc) Debug - Sonar + other things in csproj ### 📊 Changes **27 files changed** (+248 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:34:05 +01:00
adam closed this issue 2025-12-29 15:34:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#898