[PR #1315] [MERGED] Fix for WithTransformer and JsonBody as list #1333

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1315
Author: @StefH
Created: 6/11/2025
Status: Merged
Merged: 6/11/2025
Merged by: @StefH

Base: masterHead: WireMockServer_WithTransformer_WithJsonBodyAsList_ShouldWork


📝 Commits (4)

  • 635323f Fix for WithTransformer and JsonBody as list
  • 04d71cf Merge branch 'master' into WireMockServer_WithTransformer_WithJsonBodyAsList_ShouldWork
  • bfa046c Fix WithTransformer when the response BodyAsJson is a List
  • 8dd3d27 Merge branch 'master' into WireMockServer_WithTransformer_WithJsonBodyAsList_ShouldWork

📊 Changes

2 files changed (+77 additions, -6 deletions)

View changed files

📝 src/WireMock.Net.Minimal/Transformers/Transformer.cs (+3 -2)
📝 test/WireMock.Net.Tests/WireMockServerTests.WithTransformer.cs (+74 -4)

📄 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/1315 **Author:** [@StefH](https://github.com/StefH) **Created:** 6/11/2025 **Status:** ✅ Merged **Merged:** 6/11/2025 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `WireMockServer_WithTransformer_WithJsonBodyAsList_ShouldWork` --- ### 📝 Commits (4) - [`635323f`](https://github.com/wiremock/WireMock.Net/commit/635323f889f579636b28f68cee3b10719293ed6b) Fix for WithTransformer and JsonBody as list - [`04d71cf`](https://github.com/wiremock/WireMock.Net/commit/04d71cf72f6c88e04be0d0ac96aa65472ea719e2) Merge branch 'master' into WireMockServer_WithTransformer_WithJsonBodyAsList_ShouldWork - [`bfa046c`](https://github.com/wiremock/WireMock.Net/commit/bfa046ca395c7ee59d33e4eee06115c82685cc30) Fix WithTransformer when the response BodyAsJson is a List - [`8dd3d27`](https://github.com/wiremock/WireMock.Net/commit/8dd3d271d232fbda66f4f581453ffc442e9ebb2e) Merge branch 'master' into WireMockServer_WithTransformer_WithJsonBodyAsList_ShouldWork ### 📊 Changes **2 files changed** (+77 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.Minimal/Transformers/Transformer.cs` (+3 -2) 📝 `test/WireMock.Net.Tests/WireMockServerTests.WithTransformer.cs` (+74 -4) </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:20 +01:00
adam closed this issue 2025-12-29 09:19:20 +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#1333