mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #893] [MERGED] Add 'Data' to response which can be used during transforming the response #1133
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/893
Author: @StefH
Created: 2/20/2023
Status: ✅ Merged
Merged: 3/9/2023
Merged by: @StefH
Base:
master← Head:data📝 Commits (10+)
76f6619Add 'Data' to response which can be used during transforming the response4151338md4f9f7c9hb26eef55fix85e6583Merge branch 'master' into data513f58dLinq42a09ebfix teste97bafcv4a3c43b914312d9f8.📊 Changes
28 files changed (+564 additions, -289 deletions)
View changed files
📝
examples/WireMock.Net.Console.NET6/WireMock.Net.Console.NET6.csproj(+1 -1)📝
src/WireMock.Net.Abstractions/Admin/Mappings/MappingModel.cs(+10 -0)📝
src/WireMock.Net.Abstractions/Admin/Mappings/ResponseModel.cs(+115 -116)📝
src/WireMock.Net.Abstractions/IResponseMessage.cs(+1 -1)📝
src/WireMock.Net/IMapping.cs(+11 -1)➕
src/WireMock.Net/Json/DynamicJsonClassOptions.cs(+10 -0)➕
src/WireMock.Net/Json/DynamicPropertyWithValue.cs(+15 -0)➕
src/WireMock.Net/Json/FloatBehavior.cs(+24 -0)➕
src/WireMock.Net/Json/IntegerBehavior.cs(+20 -0)➕
src/WireMock.Net/Json/JObjectExtensions.cs(+202 -0)📝
src/WireMock.Net/Mapping.cs(+7 -1)📝
src/WireMock.Net/Matchers/LinqMatcher.cs(+34 -17)📝
src/WireMock.Net/ResponseBuilders/Response.cs(+2 -4)📝
src/WireMock.Net/Serialization/MappingConverter.cs(+1 -0)📝
src/WireMock.Net/Serialization/ProxyMappingConverter.cs(+2 -1)📝
src/WireMock.Net/Server/IRespondWithAProvider.cs(+10 -0)📝
src/WireMock.Net/Server/RespondWithAProvider.cs(+14 -1)📝
src/WireMock.Net/Server/WireMockServer.ConvertMapping.cs(+6 -1)📝
src/WireMock.Net/Transformers/TransformModel.cs(+2 -0)📝
src/WireMock.Net/Transformers/Transformer.cs(+3 -1)...and 8 more files
📄 Description
…onse
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.