mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Grpc: breaking changes from 1.6.11 to 1.6.12 #686
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 @GomesNayagam on GitHub (Apr 21, 2025).
Originally assigned to: @StefH on GitHub.
Describe the bug @StefH
Unimplemented error because, the response string is not matching.
Expected behavior:
Should deserialize response string and no error, All works if i revert the package to 1.6.8.
Test to reproduce
Other related info
.proto file:
@GomesNayagam commented on GitHub (May 9, 2025):
@StefH this is breaking between version 1.6.11 => 1.6.12
@StefH commented on GitHub (May 10, 2025):
https://github.com/StefH/ProtoBufJsonConverter/pull/27
@StefH commented on GitHub (May 10, 2025):
https://github.com/WireMock-Net/WireMock.Net/pull/1293