[PR #1042] [MERGED] Update + add fluent builder methods #1206

Closed
opened 2025-12-29 09:18:54 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1042
Author: @StefH
Created: 12/16/2023
Status: Merged
Merged: 7/27/2024
Merged by: @StefH

Base: masterHead: stef-fluent


📝 Commits (10+)

📊 Changes

6 files changed (+168 additions, -41 deletions)

View changed files

📝 WireMock.Net Solution.sln.DotSettings (+1 -0)
📝 src/WireMock.Net/Server/IRespondWithAProvider.cs (+57 -8)
📝 src/WireMock.Net/Server/RespondWithAProvider.cs (+58 -5)
src/WireMock.Net/Server/WireMockServer.Fluent.cs (+42 -0)
📝 src/WireMock.Net/Server/WireMockServer.cs (+0 -12)
📝 test/WireMock.Net.Tests/WireMockServerTests.WithParam.cs (+10 -16)

📄 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/1042 **Author:** [@StefH](https://github.com/StefH) **Created:** 12/16/2023 **Status:** ✅ Merged **Merged:** 7/27/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-fluent` --- ### 📝 Commits (10+) - [`5d6b530`](https://github.com/wiremock/WireMock.Net/commit/5d6b5300c1fa1a78c391f782f5726ab8154b7865) Update some fluent builder methods - [`124959b`](https://github.com/wiremock/WireMock.Net/commit/124959bc939ae28fa04ba359ca8ceef149a192bc) fix - [`3f370f3`](https://github.com/wiremock/WireMock.Net/commit/3f370f32ed6605b359f92ab1027e4956f6333a44) sc - [`4174e6c`](https://github.com/wiremock/WireMock.Net/commit/4174e6c78e624efc5617315067aa8bae00dfc0fc) ThenRespondWith - [`16a8eb2`](https://github.com/wiremock/WireMock.Net/commit/16a8eb2e6691378cdb1066819965f088d32d1f1c) Merge branch 'master' into stef-fluent - [`95c43a3`](https://github.com/wiremock/WireMock.Net/commit/95c43a341224c3c8300f8e558e3fcc144db10f83) Merge branch 'master' into stef-fluent - [`321b598`](https://github.com/wiremock/WireMock.Net/commit/321b5984ac26a4cd596cb22260ffa6e4ba9fceb6) Merge branch 'master' into stef-fluent - [`2525090`](https://github.com/wiremock/WireMock.Net/commit/252509080345e652359d1b72a9d1a5af2b4069f6) merge + fix - [`bfefeca`](https://github.com/wiremock/WireMock.Net/commit/bfefecafc0415601a6bf4f1499f96324ff2c782a) Merge branch 'master' into stef-fluent - [`717d930`](https://github.com/wiremock/WireMock.Net/commit/717d93007c0c4495de2f4a12d771f958d4c70120) Merge branch 'master' into stef-fluent ### 📊 Changes **6 files changed** (+168 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `WireMock.Net Solution.sln.DotSettings` (+1 -0) 📝 `src/WireMock.Net/Server/IRespondWithAProvider.cs` (+57 -8) 📝 `src/WireMock.Net/Server/RespondWithAProvider.cs` (+58 -5) ➕ `src/WireMock.Net/Server/WireMockServer.Fluent.cs` (+42 -0) 📝 `src/WireMock.Net/Server/WireMockServer.cs` (+0 -12) 📝 `test/WireMock.Net.Tests/WireMockServerTests.WithParam.cs` (+10 -16) </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:18:54 +01:00
adam closed this issue 2025-12-29 09:18:54 +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#1206