[PR #790] [MERGED] Add Response.WithBody with IJsonConverter #1084

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/790
Author: @StefH
Created: 8/15/2022
Status: Merged
Merged: 8/23/2022
Merged by: @StefH

Base: masterHead: json-786


📝 Commits (6)

📊 Changes

6 files changed (+479 additions, -396 deletions)

View changed files

📝 src/WireMock.Net/ResponseBuilders/IBodyResponseBuilder.cs (+20 -0)
src/WireMock.Net/ResponseBuilders/Response.WithBody.cs (+173 -0)
📝 src/WireMock.Net/ResponseBuilders/Response.cs (+0 -140)
📝 src/WireMock.Net/WireMock.Net.csproj (+7 -0)
📝 test/WireMock.Net.Tests/ResponseBuilders/ResponseWithBodyTests.cs (+278 -256)
📝 test/WireMock.Net.Tests/WireMock.Net.Tests.csproj (+1 -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/790 **Author:** [@StefH](https://github.com/StefH) **Created:** 8/15/2022 **Status:** ✅ Merged **Merged:** 8/23/2022 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `json-786` --- ### 📝 Commits (6) - [`6e065c9`](https://github.com/wiremock/WireMock.Net/commit/6e065c9ce092b1e0c817ddddf1827be4fa836abe) Response_ProvideResponse_WithBody_IJsonConverter_SystemTextJson - [`33c8b74`](https://github.com/wiremock/WireMock.Net/commit/33c8b7455af009d8eac082e174797925ad51a53f) Guard.NotNull(converter); - [`602ecdc`](https://github.com/wiremock/WireMock.Net/commit/602ecdc9da6c39747f3b9ba7899834da3bbef6ed) . - [`cc5857a`](https://github.com/wiremock/WireMock.Net/commit/cc5857abb400beb394d095de6e95f0f0a5dd2282) 0.1.0 - [`2f5a0cf`](https://github.com/wiremock/WireMock.Net/commit/2f5a0cf162f8c14c5d36f0a517ccf2d2f10e97f8) Merge branch 'master' into json-786 - [`d680c4e`](https://github.com/wiremock/WireMock.Net/commit/d680c4e925a532f82fac73ebd4592da888dfea85) j ### 📊 Changes **6 files changed** (+479 additions, -396 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/ResponseBuilders/IBodyResponseBuilder.cs` (+20 -0) ➕ `src/WireMock.Net/ResponseBuilders/Response.WithBody.cs` (+173 -0) 📝 `src/WireMock.Net/ResponseBuilders/Response.cs` (+0 -140) 📝 `src/WireMock.Net/WireMock.Net.csproj` (+7 -0) 📝 `test/WireMock.Net.Tests/ResponseBuilders/ResponseWithBodyTests.cs` (+278 -256) 📝 `test/WireMock.Net.Tests/WireMock.Net.Tests.csproj` (+1 -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 08:34:36 +01:00
adam closed this issue 2025-12-29 08:34:36 +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#1084