[PR #1122] [MERGED] Fix OpenApiPathsMapper #1236

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

📋 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: masterHead: stef-1118-yaml


📝 Commits (10+)

  • 1c8af49 Fix OpenApiPathsMapper
  • db847c1 utc
  • e3d43a8 Merge branch 'master' into stef-1118-yaml
  • 248feef Merge branch 'master' into stef-1118-yaml
  • a0a8dbe Merge branch 'master' into stef-1118-yaml
  • f576db7 Merge branch 'master' into stef-1118-yaml
  • cfd34bc Merge branch 'master' into stef-1118-yaml
  • f2d9da2 Merge branch 'master' into stef-1118-yaml
  • feb0cb7 s
  • 3537865 mm

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/1122 **Author:** [@StefH](https://github.com/StefH) **Created:** 6/19/2024 **Status:** ✅ Merged **Merged:** 7/22/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1118-yaml` --- ### 📝 Commits (10+) - [`1c8af49`](https://github.com/wiremock/WireMock.Net/commit/1c8af49a633a9c04373141d8a4ee3f0f12268f00) Fix OpenApiPathsMapper - [`db847c1`](https://github.com/wiremock/WireMock.Net/commit/db847c1a531e30eb3297b81868bb46142ea8a1c6) utc - [`e3d43a8`](https://github.com/wiremock/WireMock.Net/commit/e3d43a88be981df4a39322a42541e465d2f23d7e) Merge branch 'master' into stef-1118-yaml - [`248feef`](https://github.com/wiremock/WireMock.Net/commit/248feefc97a5f08d4d5a740e933197ad8731ce03) Merge branch 'master' into stef-1118-yaml - [`a0a8dbe`](https://github.com/wiremock/WireMock.Net/commit/a0a8dbed45818e3828f49d4dfe5b6e6d11009da2) Merge branch 'master' into stef-1118-yaml - [`f576db7`](https://github.com/wiremock/WireMock.Net/commit/f576db7116657dfb6cbba0409bb0c7f283989c62) Merge branch 'master' into stef-1118-yaml - [`cfd34bc`](https://github.com/wiremock/WireMock.Net/commit/cfd34bcac73adb166613d6abec30f5d14816bff7) Merge branch 'master' into stef-1118-yaml - [`f2d9da2`](https://github.com/wiremock/WireMock.Net/commit/f2d9da22cb3ac61e0fe82a5f85a061ed13fb0e60) Merge branch 'master' into stef-1118-yaml - [`feb0cb7`](https://github.com/wiremock/WireMock.Net/commit/feb0cb718e870710a73cc6dbf753c7e0cd0b7bd0) s - [`3537865`](https://github.com/wiremock/WireMock.Net/commit/353786559a3631746838cca716897869db978481) mm ### 📊 Changes **7 files changed** (+38777 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `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) </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:00 +01:00
adam closed this issue 2025-12-29 09:19:00 +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#1236