[PR #579] [MERGED] Net5 issue #982

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/579
Author: @StefH
Created: 2/2/2021
Status: Merged
Merged: 2/2/2021
Merged by: @StefH

Base: masterHead: net5-issue


📝 Commits (8)

📊 Changes

10 files changed (+699 additions, -199 deletions)

View changed files

📝 WireMock.Net Solution.sln (+13 -6)
📝 examples/WireMock.Net.Console.NET5/WireMock.Net.Console.NET5.csproj (+1 -0)
📝 examples/WireMock.Net.Console.Net452.Classic/MainApp.cs (+1 -1)
examples/WireMock.Net.Console.Net472.Classic/App.config (+54 -0)
examples/WireMock.Net.Console.Net472.Classic/Properties/AssemblyInfo.cs (+36 -0)
examples/WireMock.Net.Console.Net472.Classic/WireMock.Net.Console.Net472.Classic.csproj (+326 -0)
examples/WireMock.Net.Console.Net472.Classic/packages.config (+82 -0)
📝 src/WireMock.Net/Http/HttpKnownHeaderNames.cs (+1 -1)
📝 src/WireMock.Net/Owin/Mappers/OwinResponseMapper.cs (+184 -173)
📝 test/WireMock.Net.Tests/Owin/Mappers/OwinResponseMapperTests.cs (+1 -18)

📄 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/579 **Author:** [@StefH](https://github.com/StefH) **Created:** 2/2/2021 **Status:** ✅ Merged **Merged:** 2/2/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `net5-issue` --- ### 📝 Commits (8) - [`007b7bb`](https://github.com/wiremock/WireMock.Net/commit/007b7bbc5155c8cafd6f7233b1d87c07faea67fa) 472 - [`f5e43b4`](https://github.com/wiremock/WireMock.Net/commit/f5e43b48215f9154426efb290a1aa70f1c0f9775) . - [`422ffca`](https://github.com/wiremock/WireMock.Net/commit/422ffca37a201269c3256edc63ad967a02ac630d) . - [`a735696`](https://github.com/wiremock/WireMock.Net/commit/a7356967d240896f0e124094d9c7267063ba2948) p - [`6304d66`](https://github.com/wiremock/WireMock.Net/commit/6304d666383f1fd36d61212670fa022d03fc3057) buffers - [`a56211c`](https://github.com/wiremock/WireMock.Net/commit/a56211c0c9ef6cf2ef3aadeb26da9b7202366c32) 3 - [`fc2a6dd`](https://github.com/wiremock/WireMock.Net/commit/fc2a6dd3ac2e84641194de72552ae0e1e39e3af3) Fix date - [`9077eaf`](https://github.com/wiremock/WireMock.Net/commit/9077eaf9cb24d1f2d8349099f2d9322a30786c91) fix ### 📊 Changes **10 files changed** (+699 additions, -199 deletions) <details> <summary>View changed files</summary> 📝 `WireMock.Net Solution.sln` (+13 -6) 📝 `examples/WireMock.Net.Console.NET5/WireMock.Net.Console.NET5.csproj` (+1 -0) 📝 `examples/WireMock.Net.Console.Net452.Classic/MainApp.cs` (+1 -1) ➕ `examples/WireMock.Net.Console.Net472.Classic/App.config` (+54 -0) ➕ `examples/WireMock.Net.Console.Net472.Classic/Properties/AssemblyInfo.cs` (+36 -0) ➕ `examples/WireMock.Net.Console.Net472.Classic/WireMock.Net.Console.Net472.Classic.csproj` (+326 -0) ➕ `examples/WireMock.Net.Console.Net472.Classic/packages.config` (+82 -0) 📝 `src/WireMock.Net/Http/HttpKnownHeaderNames.cs` (+1 -1) 📝 `src/WireMock.Net/Owin/Mappers/OwinResponseMapper.cs` (+184 -173) 📝 `test/WireMock.Net.Tests/Owin/Mappers/OwinResponseMapperTests.cs` (+1 -18) </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:38 +01:00
adam closed this issue 2025-12-29 15:34:38 +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#982