[PR #1085] [MERGED] Fix FluentAssertions (actual body is not displayed in error message) #1225

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1085
Author: @StefH
Created: 3/19/2024
Status: Merged
Merged: 3/20/2024
Merged by: @StefH

Base: masterHead: stef-1084


📝 Commits (4)

📊 Changes

3 files changed (+149 additions, -36 deletions)

View changed files

📝 src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.WithBody.cs (+28 -34)
📝 src/WireMock.Net/Extensions/AnyOfExtensions.cs (+19 -1)
📝 test/WireMock.Net.Tests/FluentAssertions/WireMockAssertionsTests.cs (+102 -1)

📄 Description

fix #1084


🔄 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/1085 **Author:** [@StefH](https://github.com/StefH) **Created:** 3/19/2024 **Status:** ✅ Merged **Merged:** 3/20/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1084` --- ### 📝 Commits (4) - [`6f11cbf`](https://github.com/wiremock/WireMock.Net/commit/6f11cbfa6114f900e973d903b000877c307a9e21) Fix FluentAssertions (actual body is not displayed in error message) - [`fe1ecd2`](https://github.com/wiremock/WireMock.Net/commit/fe1ecd21b8efe67853c50af452b5bee01e43ef1c) . - [`9518ac0`](https://github.com/wiremock/WireMock.Net/commit/9518ac01018624d2fac9cc02175e3ae0e2a47471) . - [`f89750b`](https://github.com/wiremock/WireMock.Net/commit/f89750b34acf781e419f7ce5e276e86737190499) raw ### 📊 Changes **3 files changed** (+149 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.WithBody.cs` (+28 -34) 📝 `src/WireMock.Net/Extensions/AnyOfExtensions.cs` (+19 -1) 📝 `test/WireMock.Net.Tests/FluentAssertions/WireMockAssertionsTests.cs` (+102 -1) </details> ### 📄 Description fix #1084 --- <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:58 +01:00
adam closed this issue 2025-12-29 09:18:58 +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#1225