[PR #1293] [MERGED] Grpc: Fix parsing null value for google.protobuf.Timestamp #1318

Closed
opened 2025-12-29 09:19:17 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1293
Author: @StefH
Created: 5/10/2025
Status: Merged
Merged: 5/10/2025
Merged by: @StefH

Base: masterHead: 1280-question-grpc


📝 Commits (2)

📊 Changes

5 files changed (+249 additions, -73 deletions)

View changed files

📝 examples/WireMock.Net.Console.GrpcClient/Program.cs (+31 -11)
📝 examples/WireMock.Net.Console.GrpcClient/WireMock.Net.Console.GrpcClient.csproj (+3 -1)
examples/WireMock.Net.Console.GrpcClient/policy.proto (+64 -0)
📝 examples/WireMock.Net.Console.Net452.Classic/MainApp.cs (+150 -60)
📝 src/WireMock.Net/WireMock.Net.csproj (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/1293 **Author:** [@StefH](https://github.com/StefH) **Created:** 5/10/2025 **Status:** ✅ Merged **Merged:** 5/10/2025 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `1280-question-grpc` --- ### 📝 Commits (2) - [`b2c1133`](https://github.com/wiremock/WireMock.Net/commit/b2c1133c5152e4ecabb9c389c4abf3969094bbf4) Add another example for Grpc client + mapping - [`90670e5`](https://github.com/wiremock/WireMock.Net/commit/90670e53f9eb402009535adf3fac5cad028162bc) <PackageReference Include="ProtoBufJsonConverter" Version="0.9.0" /> ### 📊 Changes **5 files changed** (+249 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Console.GrpcClient/Program.cs` (+31 -11) 📝 `examples/WireMock.Net.Console.GrpcClient/WireMock.Net.Console.GrpcClient.csproj` (+3 -1) ➕ `examples/WireMock.Net.Console.GrpcClient/policy.proto` (+64 -0) 📝 `examples/WireMock.Net.Console.Net452.Classic/MainApp.cs` (+150 -60) 📝 `src/WireMock.Net/WireMock.Net.csproj` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 09:19:17 +01:00
adam closed this issue 2025-12-29 09:19:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#1318