mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #609] [MERGED] Add possibility to use settings to generate MappingModel models with wildcard path parameters. #996
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/609
Author: @StefH
Created: 4/24/2021
Status: ✅ Merged
Merged: 4/26/2021
Merged by: @StefH
Base:
master← Head:stef_608_openapi_import📝 Commits (4)
381c78eAdd optional settings for WithMappingFromOpenApiebd9033.d1af910.c12c105cleanup📊 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.