[PR #587] [MERGED] Fix WithCallback logic when using other fluent builder statements #985

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/587
Author: @StefH
Created: 2/18/2021
Status: Merged
Merged: 2/26/2021
Merged by: @StefH

Base: masterHead: Fix_WithCallback


📝 Commits (1)

  • b6ad277 Fix WithCallback logic when using other fluent builder statements

📊 Changes

5 files changed (+101 additions, -12 deletions)

View changed files

📝 Directory.Build.props (+1 -1)
📝 src/WireMock.Net/ResponseBuilders/IBodyResponseBuilder.cs (+11 -1)
📝 src/WireMock.Net/ResponseBuilders/Response.cs (+25 -9)
📝 test/WireMock.Net.Tests/ResponseBuilders/ResponseWithBodyTests.cs (+29 -0)
📝 test/WireMock.Net.Tests/ResponseBuilders/ResponseWithCallbackTests.cs (+35 -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/587 **Author:** [@StefH](https://github.com/StefH) **Created:** 2/18/2021 **Status:** ✅ Merged **Merged:** 2/26/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `Fix_WithCallback` --- ### 📝 Commits (1) - [`b6ad277`](https://github.com/wiremock/WireMock.Net/commit/b6ad27777cbe4867def814978bb631ce8f337cc7) Fix WithCallback logic when using other fluent builder statements ### 📊 Changes **5 files changed** (+101 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Directory.Build.props` (+1 -1) 📝 `src/WireMock.Net/ResponseBuilders/IBodyResponseBuilder.cs` (+11 -1) 📝 `src/WireMock.Net/ResponseBuilders/Response.cs` (+25 -9) 📝 `test/WireMock.Net.Tests/ResponseBuilders/ResponseWithBodyTests.cs` (+29 -0) 📝 `test/WireMock.Net.Tests/ResponseBuilders/ResponseWithCallbackTests.cs` (+35 -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 15:34:39 +01:00
adam closed this issue 2025-12-29 15:34:40 +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#985