mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
ProtoBufMatcher not working when proto package name contains dots #581
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?
Originally created by @vgoranski on GitHub (Mar 6, 2024).
Describe the bug
When I'm trying to use the recently introduced ProtoBufMatcher with package in proto that contains dots in the name, I'm getting
Grpc.Core.RpcExceptionwith messageStatus(StatusCode="Unimplemented", Detail="Bad gRPC response. HTTP status code: 404"). If I remove the dots everything works fine.Expected behavior:
Package name containig dots works.
Test to reproduce
@StefH commented on GitHub (Mar 6, 2024):
@vgoranski Thank you for noticing, I'll fix this and release a new NuGet soon.
@StefH commented on GitHub (Mar 6, 2024):
#1078