[PR #406] [MERGED] Fixed StatusCode = null or < 0 #899

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/406
Author: @StefH
Created: 1/25/2020
Status: Merged
Merged: 1/25/2020
Merged by: @StefH

Base: masterHead: StatusCode_0


📝 Commits (4)

📊 Changes

5 files changed (+69 additions, -10 deletions)

View changed files

📝 src/WireMock.Net/Serialization/MappingConverter.cs (+1 -2)
📝 src/WireMock.Net/Server/WireMockServer.Admin.cs (+8 -3)
📝 test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs (+0 -2)
📝 test/WireMock.Net.Tests/ResponseBuilders/ResponseWithHandlebarsTests.cs (+47 -0)
📝 test/WireMock.Net.Tests/WireMockAdminApiTests.cs (+13 -3)

📄 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/406 **Author:** [@StefH](https://github.com/StefH) **Created:** 1/25/2020 **Status:** ✅ Merged **Merged:** 1/25/2020 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `StatusCode_0` --- ### 📝 Commits (4) - [`c0efb0e`](https://github.com/wiremock/WireMock.Net/commit/c0efb0ea307fc9499b02acb02a6b00ad9d8010c0) . - [`a41f49a`](https://github.com/wiremock/WireMock.Net/commit/a41f49ac3984d30408a845092ffc1a767e2ca15d) fix tests - [`edfe898`](https://github.com/wiremock/WireMock.Net/commit/edfe898c8b32f6c947e9f74dcdc1432670d9e03e) responseModel.StatusCode is int statusCodeAsInt && statusCodeAsInt > 0 - [`89b33fe`](https://github.com/wiremock/WireMock.Net/commit/89b33fe7707598ecfb50ce97cf97b541ca200849) < 0 ### 📊 Changes **5 files changed** (+69 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Serialization/MappingConverter.cs` (+1 -2) 📝 `src/WireMock.Net/Server/WireMockServer.Admin.cs` (+8 -3) 📝 `test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs` (+0 -2) 📝 `test/WireMock.Net.Tests/ResponseBuilders/ResponseWithHandlebarsTests.cs` (+47 -0) 📝 `test/WireMock.Net.Tests/WireMockAdminApiTests.cs` (+13 -3) </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:06 +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#899