mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
unable to call grpc method with namespace #656
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 (Dec 30, 2024).
Originally assigned to: @StefH on GitHub.
@StefH commented on GitHub (Dec 31, 2024):
Did you try "Policy.PolicyService/GetVersion"?
Because I think that
//option csharp_namespace = "NarrowTest";is not yet supported.@GomesNayagam commented on GitHub (Dec 31, 2024):
yes Policy.PolicyService/GetVersion works, so i commented teh option chartp_namespace now to move fwd.
@StefH commented on GitHub (Jan 1, 2025):
This is indeed a bug.
Will be fixed here
https://github.com/StefH/ProtoBufJsonConverter/pull/23
@StefH commented on GitHub (Jan 4, 2025):
Also this is fixed by preview version 1.6.11-ci-19550, can you also test this one?
@StefH commented on GitHub (Jan 7, 2025):
@GomesNayagam
Can you please retry if preview 1.6.11-ci-19552 does also solve this namespace issue?
@GomesNayagam commented on GitHub (May 9, 2025):
@StefH tested with 1.6.11 and it dint work, below is the code