[PR #1116] [MERGED] Add some methods to the BodyModelBuilder #1235

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1116
Author: @StefH
Created: 6/7/2024
Status: Merged
Merged: 6/8/2024
Merged by: @StefH

Base: masterHead: stef-bodymodelbuilder-methods


📝 Commits (2)

📊 Changes

4 files changed (+158 additions, -11 deletions)

View changed files

📝 examples/WireMock.Net.Client/Program.cs (+27 -2)
examples/WireMock.Net.Client/Properties/launchSettings.json (+0 -8)
📝 examples/WireMock.Net.Client/WireMock.Net.Client.csproj (+1 -1)
src/WireMock.Net.Abstractions/BuilderExtensions/BodyModelBuilder.cs (+130 -0)

📄 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/1116 **Author:** [@StefH](https://github.com/StefH) **Created:** 6/7/2024 **Status:** ✅ Merged **Merged:** 6/8/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-bodymodelbuilder-methods` --- ### 📝 Commits (2) - [`f4a83c0`](https://github.com/wiremock/WireMock.Net/commit/f4a83c088bfc9cb48b230a964e9719e2bf33d0ed) Add some methods to the BodyModelBuilder - [`6d613f9`](https://github.com/wiremock/WireMock.Net/commit/6d613f90a719bb7292ec80489c8a2bd093e9181f) . ### 📊 Changes **4 files changed** (+158 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Client/Program.cs` (+27 -2) ➖ `examples/WireMock.Net.Client/Properties/launchSettings.json` (+0 -8) 📝 `examples/WireMock.Net.Client/WireMock.Net.Client.csproj` (+1 -1) ➕ `src/WireMock.Net.Abstractions/BuilderExtensions/BodyModelBuilder.cs` (+130 -0) </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:00 +01:00
adam closed this issue 2025-12-29 09:19:00 +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#1235