[PR #1111] [MERGED] Fix Request.Create().WithBodyAsJson(...) #1231

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1111
Author: @StefH
Created: 5/24/2024
Status: Merged
Merged: 5/25/2024
Merged by: @StefH

Base: masterHead: stef-1108


📝 Commits (2)

  • 336cb7c Fix Request.Create().WithBodyAsJson(...)
  • 3958670 [CodeFactor] Apply fixes

📊 Changes

4 files changed (+30 additions, -103 deletions)

View changed files

📝 examples/WireMock.Net.Console.Net452.Classic/MainApp.cs (+21 -42)
📝 src/WireMock.Net/RequestBuilders/IBodyRequestBuilder.cs (+1 -11)
📝 src/WireMock.Net/RequestBuilders/Request.WithBody.cs (+1 -15)
📝 test/WireMock.Net.Tests/RequestBuilders/RequestBuilderWithBodyTests.cs (+7 -35)

📄 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/1111 **Author:** [@StefH](https://github.com/StefH) **Created:** 5/24/2024 **Status:** ✅ Merged **Merged:** 5/25/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1108` --- ### 📝 Commits (2) - [`336cb7c`](https://github.com/wiremock/WireMock.Net/commit/336cb7ccaeed3745dc138e7c49e6426c63d89616) Fix Request.Create().WithBodyAsJson(...) - [`3958670`](https://github.com/wiremock/WireMock.Net/commit/395867021086f1420e32c03567ec84811a8e3076) [CodeFactor] Apply fixes ### 📊 Changes **4 files changed** (+30 additions, -103 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Console.Net452.Classic/MainApp.cs` (+21 -42) 📝 `src/WireMock.Net/RequestBuilders/IBodyRequestBuilder.cs` (+1 -11) 📝 `src/WireMock.Net/RequestBuilders/Request.WithBody.cs` (+1 -15) 📝 `test/WireMock.Net.Tests/RequestBuilders/RequestBuilderWithBodyTests.cs` (+7 -35) </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:59 +01:00
adam closed this issue 2025-12-29 09:18:59 +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#1231