[PR #1002] [MERGED] Fixed logic for SaveUnmatchedRequests #1187

Closed
opened 2025-12-29 09:18:49 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1002
Author: @StefH
Created: 9/20/2023
Status: Merged
Merged: 9/21/2023
Merged by: @StefH

Base: masterHead: stef-1001-saveunmatched


📝 Commits (2)

📊 Changes

9 files changed (+132 additions, -48 deletions)

View changed files

📝 examples/WireMock.Net.Console.NET6/WireMock.Net.Console.NET6.csproj (+0 -13)
examples/WireMock.Net.Console.NET6/__admin/mappings/issue-1001.json (+48 -0)
📝 examples/WireMock.Net.Console.Net452.Classic/MainApp.cs (+1 -0)
📝 src/WireMock.Net/Owin/AspNetCoreSelfHost.cs (+1 -0)
📝 src/WireMock.Net/Owin/OwinSelfHost.cs (+4 -4)
📝 src/WireMock.Net/Owin/WireMockMiddleware.cs (+23 -5)
📝 src/WireMock.Net/RequestMessage.cs (+3 -15)
📝 src/WireMock.Net/Util/MimeKitUtils.cs (+9 -1)
📝 test/WireMock.Net.Tests/Owin/WireMockMiddlewareTests.cs (+43 -10)

📄 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/1002 **Author:** [@StefH](https://github.com/StefH) **Created:** 9/20/2023 **Status:** ✅ Merged **Merged:** 9/21/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1001-saveunmatched` --- ### 📝 Commits (2) - [`c7a5c12`](https://github.com/wiremock/WireMock.Net/commit/c7a5c12ca702ce129380331252d6897ba78fc78a) Fixed logic for SaveUnmatchedRequests - [`3ca44a2`](https://github.com/wiremock/WireMock.Net/commit/3ca44a28d4371cba339a63c2a1e00b73f0a70619) fix ### 📊 Changes **9 files changed** (+132 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Console.NET6/WireMock.Net.Console.NET6.csproj` (+0 -13) ➕ `examples/WireMock.Net.Console.NET6/__admin/mappings/issue-1001.json` (+48 -0) 📝 `examples/WireMock.Net.Console.Net452.Classic/MainApp.cs` (+1 -0) 📝 `src/WireMock.Net/Owin/AspNetCoreSelfHost.cs` (+1 -0) 📝 `src/WireMock.Net/Owin/OwinSelfHost.cs` (+4 -4) 📝 `src/WireMock.Net/Owin/WireMockMiddleware.cs` (+23 -5) 📝 `src/WireMock.Net/RequestMessage.cs` (+3 -15) 📝 `src/WireMock.Net/Util/MimeKitUtils.cs` (+9 -1) 📝 `test/WireMock.Net.Tests/Owin/WireMockMiddlewareTests.cs` (+43 -10) </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 09:18:49 +01:00
adam closed this issue 2025-12-29 09:18:49 +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#1187