[PR #1359] Version 2.x (WIP...) #1361

Open
opened 2025-12-29 09:19:26 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1359
Author: @StefH
Created: 8/31/2025
Status: 🔄 Open

Base: masterHead: version-2.x


📝 Commits (10+)

📊 Changes

173 files changed (+1362 additions, -1807 deletions)

View changed files

📝 .github/workflows/ci.yml (+5 -0)
📝 Directory.Build.props (+4 -4)
📝 WireMock.Net Solution.sln (+14 -14)
📝 examples/WireMock.Net.Console.NET8.WithCertificate/HowTo.txt (+0 -0)
📝 examples/WireMock.Net.Console.NET8.WithCertificate/Program.cs (+0 -0)
📝 examples/WireMock.Net.Console.NET8.WithCertificate/WireMock.Net.Console.NET8.WithCertificate.csproj (+1 -1)
📝 examples/WireMock.Net.Console.NET8.WithCertificate/cert-rsa.pem (+0 -0)
📝 examples/WireMock.Net.Console.NET8.WithCertificate/cert.pem (+0 -0)
📝 examples/WireMock.Net.Console.NET8.WithCertificate/private-key-rsa.pem (+0 -0)
📝 examples/WireMock.Net.Console.NET8.WithCertificate/private-key.pem (+0 -0)
📝 examples/WireMock.Net.Console.NET8.WithCertificate/public-key-rsa.pem (+0 -0)
📝 examples/WireMock.Net.Console.NET8.WithCertificate/public-key.pem (+0 -0)
📝 examples/WireMock.Net.Console.NET8/MainApp.cs (+8 -8)
📝 examples/WireMock.Net.Console.NET8/WireMock.Net.Console.NET8.csproj (+26 -26)
📝 examples/WireMock.Net.Console.Proxy.NETCoreApp/WireMock.Net.Console.Proxy.NETCoreApp.csproj (+1 -1)
📝 examples/WireMock.Net.ConsoleApp.UsingNuGet/WireMock.Net.ConsoleApp.UsingNuGet.csproj (+5 -5)
📝 examples/WireMock.Net.OpenApiParser.ConsoleApp/WireMock.Net.OpenApiParser.ConsoleApp.csproj (+2 -0)
📝 examples/WireMock.Net.Service/WireMock.Net.Service.csproj (+2 -2)
📝 examples/WireMock.Net.WebApplication.IIS/App.cs (+0 -0)
📝 examples/WireMock.Net.WebApplication.IIS/IWireMockService.cs (+0 -0)

...and 80 more files

📄 Description

Version 2.x only supports:

  • .NET Framework 4.8
  • .NET 8.0

🔄 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/1359 **Author:** [@StefH](https://github.com/StefH) **Created:** 8/31/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `version-2.x` --- ### 📝 Commits (10+) - [`034766a`](https://github.com/wiremock/WireMock.Net/commit/034766a2d6a28676e931125c8d07d5d603d3e4fc) Version 2.x - [`ec54599`](https://github.com/wiremock/WireMock.Net/commit/ec545998278f5ede3e82ee7d425494ac186c4c0a) mm + ... - [`3077e7b`](https://github.com/wiremock/WireMock.Net/commit/3077e7bee1f37d00888adaf4add4485ab6848652) Setup .NET 9 - [`5c221ff`](https://github.com/wiremock/WireMock.Net/commit/5c221ff4fae294e77a10eaf5ba46da56d77d9b98) 12 - [`bb561c9`](https://github.com/wiremock/WireMock.Net/commit/bb561c94d072ea9f0b24499057f7ff3e85681c77) cleanup some #if for NETSTANDARD1_3 - [`b111b01`](https://github.com/wiremock/WireMock.Net/commit/b111b019bcc473a8fb98ec8c3a9c0701104867c1) cleanup + fix tests for net8 - [`0960d7c`](https://github.com/wiremock/WireMock.Net/commit/0960d7cebd52f385554650af7ee005a0f3aa0771) openapi - [`5b43a4f`](https://github.com/wiremock/WireMock.Net/commit/5b43a4f3410fecd3114f22eee070e913d9914969) NO ConfigureAwait(false) + cleanup - [`4fd3ee1`](https://github.com/wiremock/WireMock.Net/commit/4fd3ee1dfdaa6481094b401953df1da5693a9c50) . - [`37e140b`](https://github.com/wiremock/WireMock.Net/commit/37e140b342b2efa22562ee342a7fa60fd872ecd9) #endif ### 📊 Changes **173 files changed** (+1362 additions, -1807 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+5 -0) 📝 `Directory.Build.props` (+4 -4) 📝 `WireMock.Net Solution.sln` (+14 -14) 📝 `examples/WireMock.Net.Console.NET8.WithCertificate/HowTo.txt` (+0 -0) 📝 `examples/WireMock.Net.Console.NET8.WithCertificate/Program.cs` (+0 -0) 📝 `examples/WireMock.Net.Console.NET8.WithCertificate/WireMock.Net.Console.NET8.WithCertificate.csproj` (+1 -1) 📝 `examples/WireMock.Net.Console.NET8.WithCertificate/cert-rsa.pem` (+0 -0) 📝 `examples/WireMock.Net.Console.NET8.WithCertificate/cert.pem` (+0 -0) 📝 `examples/WireMock.Net.Console.NET8.WithCertificate/private-key-rsa.pem` (+0 -0) 📝 `examples/WireMock.Net.Console.NET8.WithCertificate/private-key.pem` (+0 -0) 📝 `examples/WireMock.Net.Console.NET8.WithCertificate/public-key-rsa.pem` (+0 -0) 📝 `examples/WireMock.Net.Console.NET8.WithCertificate/public-key.pem` (+0 -0) 📝 `examples/WireMock.Net.Console.NET8/MainApp.cs` (+8 -8) 📝 `examples/WireMock.Net.Console.NET8/WireMock.Net.Console.NET8.csproj` (+26 -26) 📝 `examples/WireMock.Net.Console.Proxy.NETCoreApp/WireMock.Net.Console.Proxy.NETCoreApp.csproj` (+1 -1) 📝 `examples/WireMock.Net.ConsoleApp.UsingNuGet/WireMock.Net.ConsoleApp.UsingNuGet.csproj` (+5 -5) 📝 `examples/WireMock.Net.OpenApiParser.ConsoleApp/WireMock.Net.OpenApiParser.ConsoleApp.csproj` (+2 -0) 📝 `examples/WireMock.Net.Service/WireMock.Net.Service.csproj` (+2 -2) 📝 `examples/WireMock.Net.WebApplication.IIS/App.cs` (+0 -0) 📝 `examples/WireMock.Net.WebApplication.IIS/IWireMockService.cs` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Version 2.x only supports: - .NET Framework 4.8 - .NET 8.0 --- <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:19:26 +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#1361