mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 13:53:34 +01:00
[PR #1122] [MERGED] Fix OpenApiPathsMapper #1236
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/1122
Author: @StefH
Created: 6/19/2024
Status: ✅ Merged
Merged: 7/22/2024
Merged by: @StefH
Base:
master← Head:stef-1118-yaml📝 Commits (10+)
1c8af49Fix OpenApiPathsMapperdb847c1utce3d43a8Merge branch 'master' into stef-1118-yaml248feefMerge branch 'master' into stef-1118-yamla0a8dbeMerge branch 'master' into stef-1118-yamlf576db7Merge branch 'master' into stef-1118-yamlcfd34bcMerge branch 'master' into stef-1118-yamlf2d9da2Merge branch 'master' into stef-1118-yamlfeb0cb7s3537865mm📊 Changes
7 files changed (+38777 additions, -36 deletions)
View changed files
📝
src/WireMock.Net.OpenApiParser/Extensions/OpenApiSchemaExtensions.cs(+23 -24)📝
src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs(+4 -6)📝
src/WireMock.Net.OpenApiParser/Settings/WireMockOpenApiParserSettings.cs(+14 -6)➕
test/WireMock.Net.Tests/OpenApiParser/WireMockOpenApiParserTests.FromText_ShouldReturnMappings.verified.txt(+14495 -0)➕
test/WireMock.Net.Tests/OpenApiParser/WireMockOpenApiParserTests.cs(+51 -0)➕
test/WireMock.Net.Tests/OpenApiParser/payroc-openapi-spec.yaml(+24187 -0)📝
test/WireMock.Net.Tests/WireMock.Net.Tests.csproj(+3 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.