mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #749] [MERGED] Swagger support #1065
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/749
Author: @StefH
Created: 4/23/2022
Status: ✅ Merged
Merged: 5/13/2022
Merged by: @StefH
Base:
master← Head:745-swagger📝 Commits (10+)
c0f2bd7r1908ad2fix0e73f95sw08fd0b5xcbd1b3bmerge from mastereeea947s26c6cc5.64b6556merge from master6223ad0.6a22a01.📊 Changes
45 files changed (+2405 additions, -1157 deletions)
View changed files
📝
Directory.Build.props(+0 -1)📝
WireMock.Net Solution.sln.DotSettings(+1 -0)📝
examples/WireMock.Net.OpenApiParser.ConsoleApp/DynamicDataGeneration.cs(+13 -16)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/OpenApiFiles/file_error.yaml(+130 -0)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/OpenApiFiles/pet.json(+157 -0)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/OpenApiFiles/refs.yaml(+178 -0)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/OpenApiFiles/testopenapifile.json(+150 -0)📝
examples/WireMock.Net.OpenApiParser.ConsoleApp/Program.cs(+89 -58)📝
examples/WireMock.Net.OpenApiParser.ConsoleApp/WireMock.Net.OpenApiParser.ConsoleApp.csproj(+23 -38)📝
src/WireMock.Net.Abstractions/Admin/Mappings/BodyModel.cs(+3 -3)📝
src/WireMock.Net.Abstractions/Admin/Mappings/CookieModel.cs(+22 -21)📝
src/WireMock.Net.Abstractions/Admin/Mappings/MatcherModel.cs(+4 -4)📝
src/WireMock.Net.Abstractions/Admin/Mappings/PathModel.cs(+2 -2)➕
src/WireMock.Net.Abstractions/Extensions/RequestModelExtensions.cs(+29 -0)➕
src/WireMock.Net.Abstractions/Extensions/ResponseModelExtensions.cs(+20 -0)📝
src/WireMock.Net.Abstractions/IResponseMessage.cs(+2 -2)📝
src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.cs(+108 -106)📝
src/WireMock.Net.FluentAssertions/Assertions/WireMockReceivedAssertions.cs(+9 -0)📝
src/WireMock.Net/Constants/WireMockConstants.cs(+8 -7)📝
src/WireMock.Net/Matchers/JsonMatcher.cs(+8 -9)...and 25 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.