mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1002] [MERGED] Fixed logic for SaveUnmatchedRequests #1187
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/1002
Author: @StefH
Created: 9/20/2023
Status: ✅ Merged
Merged: 9/21/2023
Merged by: @StefH
Base:
master← Head:stef-1001-saveunmatched📝 Commits (2)
c7a5c12Fixed logic for SaveUnmatchedRequests3ca44a2fix📊 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.