[PR #417] [MERGED] Let the .NET core/standard WebHostBuilder use a random port #903

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/417
Author: @StefH
Created: 2/13/2020
Status: Merged
Merged: 3/14/2020
Merged by: @StefH

Base: masterHead: port


📝 Commits (2)

📊 Changes

6 files changed (+102 additions, -48 deletions)

View changed files

📝 src/WireMock.Net/Owin/AspNetCoreSelfHost.cs (+36 -28)
src/WireMock.Net/Owin/HostUrlOptions.cs (+41 -0)
📝 src/WireMock.Net/Owin/OwinSelfHost.cs (+7 -10)
📝 src/WireMock.Net/Server/WireMockServer.cs (+14 -7)
📝 test/WireMock.Net.Tests/ObservableLogEntriesTest.cs (+1 -1)
📝 test/WireMock.Net.Tests/WireMock.Net.Tests.csproj (+3 -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/417 **Author:** [@StefH](https://github.com/StefH) **Created:** 2/13/2020 **Status:** ✅ Merged **Merged:** 3/14/2020 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `port` --- ### 📝 Commits (2) - [`be25dc2`](https://github.com/wiremock/WireMock.Net/commit/be25dc2c08f2dfde130fb2a1f7b6177e178fd8be) wip - [`593f57e`](https://github.com/wiremock/WireMock.Net/commit/593f57e86e10a13a23f8350e4833bbe9996ab329) code reformat ### 📊 Changes **6 files changed** (+102 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Owin/AspNetCoreSelfHost.cs` (+36 -28) ➕ `src/WireMock.Net/Owin/HostUrlOptions.cs` (+41 -0) 📝 `src/WireMock.Net/Owin/OwinSelfHost.cs` (+7 -10) 📝 `src/WireMock.Net/Server/WireMockServer.cs` (+14 -7) 📝 `test/WireMock.Net.Tests/ObservableLogEntriesTest.cs` (+1 -1) 📝 `test/WireMock.Net.Tests/WireMock.Net.Tests.csproj` (+3 -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 15:34:07 +01:00
adam closed this issue 2025-12-29 15:34:07 +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#903