[PR #746] [MERGED] Allow Timeout.InfiniteTimeSpan for WithDelay #1062

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/746
Author: @StefH
Created: 4/18/2022
Status: Merged
Merged: 4/18/2022
Merged by: @StefH

Base: masterHead: 744WithDelay


📝 Commits (2)

  • 7bcb111 Update WithDelay
  • d1bb0be Allow Timeout.InfiniteTimeSpan for WithDelay

📊 Changes

4 files changed (+42 additions, -15 deletions)

View changed files

📝 src/WireMock.Net/ResponseBuilders/IDelayResponseBuilder.cs (+3 -3)
📝 src/WireMock.Net/ResponseBuilders/Response.cs (+7 -9)
📝 src/WireMock.Net/Serialization/MappingConverter.cs (+3 -1)
📝 test/WireMock.Net.Tests/Serialization/MappingConverterTests.cs (+29 -2)

📄 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/746 **Author:** [@StefH](https://github.com/StefH) **Created:** 4/18/2022 **Status:** ✅ Merged **Merged:** 4/18/2022 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `744WithDelay` --- ### 📝 Commits (2) - [`7bcb111`](https://github.com/wiremock/WireMock.Net/commit/7bcb111709d778db1beb7ecdcb6a2e45d7c8706e) Update WithDelay - [`d1bb0be`](https://github.com/wiremock/WireMock.Net/commit/d1bb0bee4809c9b88735938ca7b3cc80f5a2bfb2) Allow Timeout.InfiniteTimeSpan for WithDelay ### 📊 Changes **4 files changed** (+42 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/ResponseBuilders/IDelayResponseBuilder.cs` (+3 -3) 📝 `src/WireMock.Net/ResponseBuilders/Response.cs` (+7 -9) 📝 `src/WireMock.Net/Serialization/MappingConverter.cs` (+3 -1) 📝 `test/WireMock.Net.Tests/Serialization/MappingConverterTests.cs` (+29 -2) </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:31 +01:00
adam closed this issue 2025-12-29 08:34:31 +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#1062