mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1047] [MERGED] Add Grpc ProtoBuf support (request-response) #1210
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/1047
Author: @StefH
Created: 12/23/2023
Status: ✅ Merged
Merged: 2/16/2024
Merged by: @StefH
Base:
master← Head:stef-protobuf📝 Commits (10+)
80ba43eProtoBufd3ef6ccMerge branch 'master' into stef-protobuf1f4fb94.6cbef09xd4d1b7b---ce63663xd2bee04fx1c01e7a...f4f4c31sc8b85698Merge branch 'master' into stef-protobuf📊 Changes
129 files changed (+4580 additions, -1551 deletions)
View changed files
📝
WireMock.Net Solution.sln(+7 -0)📝
WireMock.Net Solution.sln.DotSettings(+2 -0)➕
examples/WireMock.Net.Console.GrpcClient/Program.cs(+21 -0)➕
examples/WireMock.Net.Console.GrpcClient/WireMock.Net.Console.GrpcClient.csproj(+23 -0)➕
examples/WireMock.Net.Console.GrpcClient/greet.proto(+33 -0)📝
examples/WireMock.Net.Console.NET8/WireMock.Net.Console.NET8.csproj(+1 -1)📝
examples/WireMock.Net.Console.Net452.Classic/MainApp.cs(+101 -9)📝
src/WireMock.Net.Abstractions/Admin/Mappings/MappingModel.cs(+5 -0)📝
src/WireMock.Net.Abstractions/Admin/Mappings/MatcherModel.cs(+10 -1)📝
src/WireMock.Net.Abstractions/Admin/Mappings/RequestModel.cs(+5 -0)📝
src/WireMock.Net.Abstractions/Admin/Mappings/ResponseModel.cs(+18 -1)📝
src/WireMock.Net.Abstractions/Admin/Requests/LogRequestModel.cs(+5 -0)📝
src/WireMock.Net.Abstractions/Admin/Settings/SettingsModel.cs(+7 -0)📝
src/WireMock.Net.Abstractions/IRequestMessage.cs(+13 -4)📝
src/WireMock.Net.Abstractions/IResponseMessage.cs(+21 -2)📝
src/WireMock.Net.Abstractions/Models/IBodyData.cs(+17 -1)➕
src/WireMock.Net.Abstractions/Models/IdOrText.cs(+33 -0)📝
src/WireMock.Net.Abstractions/Types/BodyType.cs(+6 -1)📝
src/WireMock.Net.Abstractions/WireMock.Net.Abstractions.csproj(+1 -1)📝
src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.WithBody.cs(+6 -6)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.