[PR #691] [MERGED] Update the OpenApiPathsMapper to handle Value/Wildcard #1037

Closed
opened 2025-12-29 08:34:26 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/691
Author: @StefH
Created: 11/21/2021
Status: Merged
Merged: 11/23/2021
Merged by: @StefH

Base: masterHead: stef-openapi-example


📝 Commits (1)

  • d9123ee Update the OpenApiPathsMapper to handle Value/Wildcard

📊 Changes

8 files changed (+74 additions, -55 deletions)

View changed files

📝 examples/WireMock.Net.OpenApiParser.ConsoleApp/Program.cs (+5 -5)
📝 examples/WireMock.Net.OpenApiParser.ConsoleApp/Run.cs (+4 -2)
📝 examples/WireMock.Net.OpenApiParser.ConsoleApp/WireMock.Net.OpenApiParser.ConsoleApp.csproj (+2 -2)
src/WireMock.Net.OpenApiParser/Extensions/DictionaryExtensions.cs (+21 -0)
📝 src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs (+21 -36)
📝 src/WireMock.Net.OpenApiParser/Settings/WireMockOpenApiParserSettings.cs (+7 -2)
📝 src/WireMock.Net.OpenApiParser/Types/ExampleValueType.cs (+4 -2)
📝 src/WireMock.Net.OpenApiParser/Utils/ExampleValueGenerator.cs (+10 -6)

📄 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/691 **Author:** [@StefH](https://github.com/StefH) **Created:** 11/21/2021 **Status:** ✅ Merged **Merged:** 11/23/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-openapi-example` --- ### 📝 Commits (1) - [`d9123ee`](https://github.com/wiremock/WireMock.Net/commit/d9123ee3bdc800cfb0eb3fea19a58821abc8db23) Update the OpenApiPathsMapper to handle Value/Wildcard ### 📊 Changes **8 files changed** (+74 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.OpenApiParser.ConsoleApp/Program.cs` (+5 -5) 📝 `examples/WireMock.Net.OpenApiParser.ConsoleApp/Run.cs` (+4 -2) 📝 `examples/WireMock.Net.OpenApiParser.ConsoleApp/WireMock.Net.OpenApiParser.ConsoleApp.csproj` (+2 -2) ➕ `src/WireMock.Net.OpenApiParser/Extensions/DictionaryExtensions.cs` (+21 -0) 📝 `src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs` (+21 -36) 📝 `src/WireMock.Net.OpenApiParser/Settings/WireMockOpenApiParserSettings.cs` (+7 -2) 📝 `src/WireMock.Net.OpenApiParser/Types/ExampleValueType.cs` (+4 -2) 📝 `src/WireMock.Net.OpenApiParser/Utils/ExampleValueGenerator.cs` (+10 -6) </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 08:34:26 +01:00
adam closed this issue 2025-12-29 08:34:26 +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#1037