mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1265] [MERGED] Fix construction of path in OpenApiParser #1305
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.x← Head:bug/1264-openapi-paths📝 Commits (1)
838c6a8Fix 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.