[PR #1148] [MERGED] Use Guid.TryParseExact with format "D" #1254

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1148
Author: @StefH
Created: 7/28/2024
Status: Merged
Merged: 7/29/2024
Merged by: @StefH

Base: masterHead: bug/1145-guid


📝 Commits (1)

  • 919d2ae Use Guid.TryParseExact with format "D"

📊 Changes

5 files changed (+37 additions, -8 deletions)

View changed files

📝 Directory.Build.props (+5 -2)
📝 src/WireMock.Net/Server/WireMockServer.Admin.cs (+2 -2)
📝 src/WireMock.Net/Util/StringUtils.cs (+1 -1)
📝 test/WireMock.Net.Tests/ResponseBuilders/ResponseWithHandlebarsRandomTests.cs (+24 -2)
📝 test/WireMock.Net.Tests/Util/StringUtilsTests.cs (+5 -1)

📄 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/1148 **Author:** [@StefH](https://github.com/StefH) **Created:** 7/28/2024 **Status:** ✅ Merged **Merged:** 7/29/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `bug/1145-guid` --- ### 📝 Commits (1) - [`919d2ae`](https://github.com/wiremock/WireMock.Net/commit/919d2ae5c9543a2ada9cfc09a7d57439c71cfb10) Use Guid.TryParseExact with format "D" ### 📊 Changes **5 files changed** (+37 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Directory.Build.props` (+5 -2) 📝 `src/WireMock.Net/Server/WireMockServer.Admin.cs` (+2 -2) 📝 `src/WireMock.Net/Util/StringUtils.cs` (+1 -1) 📝 `test/WireMock.Net.Tests/ResponseBuilders/ResponseWithHandlebarsRandomTests.cs` (+24 -2) 📝 `test/WireMock.Net.Tests/Util/StringUtilsTests.cs` (+5 -1) </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:03 +01:00
adam closed this issue 2025-12-29 09:19:03 +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#1254