[PR #609] [MERGED] Add possibility to use settings to generate MappingModel models with wildcard path parameters. #996

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/609
Author: @StefH
Created: 4/24/2021
Status: Merged
Merged: 4/26/2021
Merged by: @StefH

Base: masterHead: stef_608_openapi_import


📝 Commits (4)

📊 Changes

11 files changed (+502 additions, -297 deletions)

View changed files

📝 WireMock.Net Solution.sln.DotSettings (+1 -0)
📝 examples/WireMock.Net.OpenApiParser.ConsoleApp/Run.cs (+10 -3)
📝 src/WireMock.Net.OpenApiParser/Extensions/WireMockServerExtensions.cs (+52 -14)
📝 src/WireMock.Net.OpenApiParser/IWireMockOpenApiParser.cs (+44 -24)
src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs (+276 -0)
src/WireMock.Net.OpenApiParser/Settings/WireMockOpenApiParserExampleValues.cs (+30 -0)
src/WireMock.Net.OpenApiParser/Settings/WireMockOpenApiParserSettings.cs (+30 -0)
src/WireMock.Net.OpenApiParser/Types/ExampleValueType.cs (+18 -0)
📝 src/WireMock.Net.OpenApiParser/Utils/ExampleValueGenerator.cs (+19 -11)
📝 src/WireMock.Net.OpenApiParser/WireMock.Net.OpenApiParser.csproj (+2 -4)
📝 src/WireMock.Net.OpenApiParser/WireMockOpenApiParser.cs (+20 -241)

📄 Description

Add possibility to use settings to generate MappingModel models with wildcard path parameters.

#608


🔄 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/609 **Author:** [@StefH](https://github.com/StefH) **Created:** 4/24/2021 **Status:** ✅ Merged **Merged:** 4/26/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef_608_openapi_import` --- ### 📝 Commits (4) - [`381c78e`](https://github.com/wiremock/WireMock.Net/commit/381c78e100e626e3565713d438e95075af9de008) Add optional settings for WithMappingFromOpenApi - [`ebd9033`](https://github.com/wiremock/WireMock.Net/commit/ebd90337585abfdaa2b65cc350dab2c2f93d501d) . - [`d1af910`](https://github.com/wiremock/WireMock.Net/commit/d1af910dcfc83468a1bbc50dfce0a2ce4840c024) . - [`c12c105`](https://github.com/wiremock/WireMock.Net/commit/c12c105e720bf356c823a1594a8c2b69e53a070e) cleanup ### 📊 Changes **11 files changed** (+502 additions, -297 deletions) <details> <summary>View changed files</summary> 📝 `WireMock.Net Solution.sln.DotSettings` (+1 -0) 📝 `examples/WireMock.Net.OpenApiParser.ConsoleApp/Run.cs` (+10 -3) 📝 `src/WireMock.Net.OpenApiParser/Extensions/WireMockServerExtensions.cs` (+52 -14) 📝 `src/WireMock.Net.OpenApiParser/IWireMockOpenApiParser.cs` (+44 -24) ➕ `src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs` (+276 -0) ➕ `src/WireMock.Net.OpenApiParser/Settings/WireMockOpenApiParserExampleValues.cs` (+30 -0) ➕ `src/WireMock.Net.OpenApiParser/Settings/WireMockOpenApiParserSettings.cs` (+30 -0) ➕ `src/WireMock.Net.OpenApiParser/Types/ExampleValueType.cs` (+18 -0) 📝 `src/WireMock.Net.OpenApiParser/Utils/ExampleValueGenerator.cs` (+19 -11) 📝 `src/WireMock.Net.OpenApiParser/WireMock.Net.OpenApiParser.csproj` (+2 -4) 📝 `src/WireMock.Net.OpenApiParser/WireMockOpenApiParser.cs` (+20 -241) </details> ### 📄 Description Add possibility to use settings to generate MappingModel models with wildcard path parameters. #608 --- <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 15:34:43 +01:00
adam closed this issue 2025-12-29 15:34:43 +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-wiremock#996