[PR #853] [MERGED] Add .Net 7 #1113

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/853
Author: @StefH
Created: 11/28/2022
Status: Merged
Merged: 12/3/2022
Merged by: @StefH

Base: masterHead: net7


📝 Commits (10+)

📊 Changes

14 files changed (+59 additions, -31 deletions)

View changed files

📝 azure-pipelines-ci-linux.yml (+9 -1)
📝 azure-pipelines-ci.yml (+18 -12)
📝 azure-pipelines-linux.yml (+6 -0)
📝 azure-pipelines-nuget.yml (+6 -0)
📝 src/WireMock.Net.Matchers.CSharpCode/Matchers/CSharpCodeMatcher.cs (+2 -2)
📝 src/WireMock.Net.Matchers.CSharpCode/WireMock.Net.Matchers.CSharpCode.csproj (+2 -2)
📝 src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj (+1 -1)
📝 src/WireMock.Net/Http/HttpClientBuilder.cs (+1 -1)
📝 src/WireMock.Net/Owin/AspNetCoreSelfHost.NETCore.cs (+1 -1)
📝 src/WireMock.Net/Owin/AspNetCoreSelfHost.cs (+4 -2)
📝 src/WireMock.Net/WireMock.Net.csproj (+3 -3)
📝 src/dotnet-WireMock.Net/dotnet-WireMock.csproj (+3 -3)
📝 test/WireMock.Net.Tests/WireMock.Net.Tests.csproj (+1 -1)
📝 test/WireMock.Net.Tests/WireMockServerTests.cs (+2 -2)

📄 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/853 **Author:** [@StefH](https://github.com/StefH) **Created:** 11/28/2022 **Status:** ✅ Merged **Merged:** 12/3/2022 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `net7` --- ### 📝 Commits (10+) - [`359c97a`](https://github.com/wiremock/WireMock.Net/commit/359c97a06dd55f08dbfc2485a231fabe29d227e4) Add .NET 7 - [`18efc9c`](https://github.com/wiremock/WireMock.Net/commit/18efc9c9f8e794cf802772e729c890fe5adcc0f8) UseDotNet - [`5c375fe`](https://github.com/wiremock/WireMock.Net/commit/5c375fef7b340506f01bf5032e93570fbad7cf9b) 7 - [`3756e5a`](https://github.com/wiremock/WireMock.Net/commit/3756e5abd3ca732303d67d65ac8973d57304671d) Ubuntu 6 - [`d8761ff`](https://github.com/wiremock/WireMock.Net/commit/d8761ffd7382a89f24f0b783be7c7bcd3a244b9f) 'Use .NET 7' - [`915bab2`](https://github.com/wiremock/WireMock.Net/commit/915bab2517c0106534057b3d3b48b9b5043bbd2c) 67 - [`e2ed0d3`](https://github.com/wiremock/WireMock.Net/commit/e2ed0d3b5e4d0605dff773babe3eb52957797d81) . - [`93674bb`](https://github.com/wiremock/WireMock.Net/commit/93674bb45879140c4deae0b81bd4b91464d0ade6) merge from master - [`1d2db32`](https://github.com/wiremock/WireMock.Net/commit/1d2db326264396d5ca0b459aafdb3b55f47859e0) use 7 - [`c2b88f8`](https://github.com/wiremock/WireMock.Net/commit/c2b88f8ffc2c59170ed58b120c892f3e4400dfdf) use 7 ### 📊 Changes **14 files changed** (+59 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `azure-pipelines-ci-linux.yml` (+9 -1) 📝 `azure-pipelines-ci.yml` (+18 -12) 📝 `azure-pipelines-linux.yml` (+6 -0) 📝 `azure-pipelines-nuget.yml` (+6 -0) 📝 `src/WireMock.Net.Matchers.CSharpCode/Matchers/CSharpCodeMatcher.cs` (+2 -2) 📝 `src/WireMock.Net.Matchers.CSharpCode/WireMock.Net.Matchers.CSharpCode.csproj` (+2 -2) 📝 `src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj` (+1 -1) 📝 `src/WireMock.Net/Http/HttpClientBuilder.cs` (+1 -1) 📝 `src/WireMock.Net/Owin/AspNetCoreSelfHost.NETCore.cs` (+1 -1) 📝 `src/WireMock.Net/Owin/AspNetCoreSelfHost.cs` (+4 -2) 📝 `src/WireMock.Net/WireMock.Net.csproj` (+3 -3) 📝 `src/dotnet-WireMock.Net/dotnet-WireMock.csproj` (+3 -3) 📝 `test/WireMock.Net.Tests/WireMock.Net.Tests.csproj` (+1 -1) 📝 `test/WireMock.Net.Tests/WireMockServerTests.cs` (+2 -2) </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 08:34:47 +01:00
adam closed this issue 2025-12-29 08:34:47 +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#1113