[PR #1265] [MERGED] Fix construction of path in OpenApiParser #1305

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1265
Author: @StefH
Created: 3/17/2025
Status: Merged
Merged: 3/17/2025
Merged by: @StefH

Base: 1.7.xHead: bug/1264-openapi-paths


📝 Commits (1)

  • 838c6a8 Fix construction of path in OpenApiParser

📊 Changes

8 files changed (+86 additions, -14 deletions)

View changed files

📝 src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs (+2 -2)
src/WireMock.Net.OpenApiParser/Properties/AssemblyInfo.cs (+5 -0)
src/WireMock.Net.OpenApiParser/Utils/PathUtils.cs (+27 -0)
📝 src/WireMock.Net/Handlers/LocalFileSystemHandler.cs (+5 -5)
📝 src/WireMock.Net/Util/FilePathUtils.cs (+2 -2)
test/WireMock.Net.Tests/OpenApiParser/PathUtilsTests.cs (+40 -0)
📝 test/WireMock.Net.Tests/OpenApiParser/payroc-openapi-spec.yaml (+1 -1)
📝 test/WireMock.Net.Tests/Util/FilePathUtilsTests.cs (+4 -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/1265 **Author:** [@StefH](https://github.com/StefH) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/17/2025 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `1.7.x` ← **Head:** `bug/1264-openapi-paths` --- ### 📝 Commits (1) - [`838c6a8`](https://github.com/wiremock/WireMock.Net/commit/838c6a8adf46a50c9ccdd0fa23a81ce2fe30e3ce) Fix construction of path in OpenApiParser ### 📊 Changes **8 files changed** (+86 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs` (+2 -2) ➕ `src/WireMock.Net.OpenApiParser/Properties/AssemblyInfo.cs` (+5 -0) ➕ `src/WireMock.Net.OpenApiParser/Utils/PathUtils.cs` (+27 -0) 📝 `src/WireMock.Net/Handlers/LocalFileSystemHandler.cs` (+5 -5) 📝 `src/WireMock.Net/Util/FilePathUtils.cs` (+2 -2) ➕ `test/WireMock.Net.Tests/OpenApiParser/PathUtilsTests.cs` (+40 -0) 📝 `test/WireMock.Net.Tests/OpenApiParser/payroc-openapi-spec.yaml` (+1 -1) 📝 `test/WireMock.Net.Tests/Util/FilePathUtilsTests.cs` (+4 -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:14 +01:00
adam closed this issue 2025-12-29 09:19:14 +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#1305