[PR #1252] [MERGED] Update WireMockProtoFileResolver and add tests for ProtoBufUtils #1302

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1252
Author: @StefH
Created: 2/1/2025
Status: Merged
Merged: 2/1/2025
Merged by: @StefH

Base: masterHead: stef-1251-multiple-proto


📝 Commits (2)

  • e7a8f4d Update WireMockProtoFileResolver and add tests for ProtoBufUtils
  • 91f363b .

📊 Changes

6 files changed (+100 additions, -9 deletions)

View changed files

📝 src/WireMock.Net.Abstractions/Models/IdOrTexts.cs (+2 -2)
📝 src/WireMock.Net/Util/WireMockProtoFileResolver.cs (+28 -7)
test/WireMock.Net.Tests/Grpc/ProtoBufUtilsTests.cs (+41 -0)
test/WireMock.Net.Tests/Grpc/greet1.proto (+13 -0)
test/WireMock.Net.Tests/Grpc/request.proto (+8 -0)
📝 test/WireMock.Net.Tests/WireMock.Net.Tests.csproj (+8 -0)

📄 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/1252 **Author:** [@StefH](https://github.com/StefH) **Created:** 2/1/2025 **Status:** ✅ Merged **Merged:** 2/1/2025 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1251-multiple-proto` --- ### 📝 Commits (2) - [`e7a8f4d`](https://github.com/wiremock/WireMock.Net/commit/e7a8f4df58e6af50c5b93bd2d7b4a6c06630bd99) Update WireMockProtoFileResolver and add tests for ProtoBufUtils - [`91f363b`](https://github.com/wiremock/WireMock.Net/commit/91f363b005c0919c97e09bca9badc9291aec444b) . ### 📊 Changes **6 files changed** (+100 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.Abstractions/Models/IdOrTexts.cs` (+2 -2) 📝 `src/WireMock.Net/Util/WireMockProtoFileResolver.cs` (+28 -7) ➕ `test/WireMock.Net.Tests/Grpc/ProtoBufUtilsTests.cs` (+41 -0) ➕ `test/WireMock.Net.Tests/Grpc/greet1.proto` (+13 -0) ➕ `test/WireMock.Net.Tests/Grpc/request.proto` (+8 -0) 📝 `test/WireMock.Net.Tests/WireMock.Net.Tests.csproj` (+8 -0) </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:13 +01:00
adam closed this issue 2025-12-29 09:19:13 +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#1302