mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1231] [MERGED] Fix google protobuf WellKnownTypes: Empty, Duration and Timestamp #1291
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/1231
Author: @StefH
Created: 1/2/2025
Status: ✅ Merged
Merged: 1/9/2025
Merged by: @StefH
Base:
master← Head:stef-1228-grpc-timestamp_duration📝 Commits (10+)
f244694Fix google protobuf WellKnownTypes: Timestamp and Durationc4f6ffaMerge branch 'master' into stef-1228-grpc-timestamp_duration38d78fcFix protobuf Emptya2aff80.16d0fdesmall refactor11aea23006cc827eafix822206cpolicy17df996---a8b9e45📊 Changes
15 files changed (+413 additions, -79 deletions)
View changed files
📝
src/WireMock.Net.Abstractions/Handlers/IFileSystemHandler.cs(+16 -17)📝
src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.AtUrl.cs(+1 -1)📝
src/WireMock.Net/Json/JObjectExtensions.cs(+4 -6)📝
src/WireMock.Net/Owin/Mappers/OwinResponseMapper.cs(+1 -1)📝
src/WireMock.Net/RequestBuilders/Request.WithBodyAsProtoBuf.cs(+0 -1)📝
src/WireMock.Net/ResponseBuilders/Response.WithBody.cs(+6 -4)📝
src/WireMock.Net/Util/ProtoBufUtils.cs(+1 -1)📝
src/WireMock.Net/WireMock.Net.csproj(+2 -1)📝
test/WireMock.Net.Tests/Facts/IgnoreOnContinuousIntegrationFact.cs(+2 -0)📝
test/WireMock.Net.Tests/Facts/RunOnDockerPlatformFact.cs(+2 -0)📝
test/WireMock.Net.Tests/Grpc/WireMockServerTests.Grpc.cs(+299 -24)📝
test/WireMock.Net.Tests/Grpc/greet.proto(+26 -18)➕
test/WireMock.Net.Tests/Grpc/policy.proto(+40 -0)📝
test/WireMock.Net.Tests/WireMock.Net.Tests.csproj(+7 -1)📝
test/WireMock.Net.Tests/WireMockServerTests.cs(+6 -4)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.