[PR #1367] [MERGED] Fix WithProbability logic #1363

Closed
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/1367
Author: @StefH
Created: 10/13/2025
Status: Merged
Merged: 10/22/2025
Merged by: @StefH

Base: masterHead: stef-1126-Prob


📝 Commits (4)

📊 Changes

5 files changed (+107 additions, -54 deletions)

View changed files

📝 examples/WireMock.Net.Console.NET8/MainApp.cs (+47 -16)
📝 examples/WireMock.Net.Console.NET8/Program.cs (+3 -2)
📝 src/WireMock.Net.Minimal/Owin/MappingMatcher.cs (+17 -17)
📝 test/WireMock.Net.Tests/Owin/MappingMatcherTests.cs (+39 -18)
📝 test/WireMock.Net.Tests/WireMockServerTests.WithProbability.cs (+1 -1)

📄 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/1367 **Author:** [@StefH](https://github.com/StefH) **Created:** 10/13/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1126-Prob` --- ### 📝 Commits (4) - [`f545356`](https://github.com/wiremock/WireMock.Net/commit/f545356e5582a6e4ba538a0f9e70a4c7eb619e8f) Fix WithProbability logic - [`8c137c0`](https://github.com/wiremock/WireMock.Net/commit/8c137c0d9b3b7cd17a6f03cb767e6d7ca13da755) . - [`e43f4a0`](https://github.com/wiremock/WireMock.Net/commit/e43f4a0ff4b49ad6ba124e2f36d2204221c241e0) FIX - [`cbf1e39`](https://github.com/wiremock/WireMock.Net/commit/cbf1e3937afe8c48bbcf877e6bf369aa74db8e95) Update src/WireMock.Net.Minimal/Owin/MappingMatcher.cs ### 📊 Changes **5 files changed** (+107 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Console.NET8/MainApp.cs` (+47 -16) 📝 `examples/WireMock.Net.Console.NET8/Program.cs` (+3 -2) 📝 `src/WireMock.Net.Minimal/Owin/MappingMatcher.cs` (+17 -17) 📝 `test/WireMock.Net.Tests/Owin/MappingMatcherTests.cs` (+39 -18) 📝 `test/WireMock.Net.Tests/WireMockServerTests.WithProbability.cs` (+1 -1) </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 09:19:26 +01:00
adam closed this issue 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#1363