or are there any limitations?
# wiremock-dotnet
s
or are there any limitations?
b
Have you read this blog post? https://mstack.nl/blogs/wiremock-net-grpc/
s
yes i have read this blog... It works in simple case. But always get unimplemented exception where there are import statements in multiple proto file(e.g there are proto file for services, messages, shared messages) also when package and namespace both are in proto file
it also gives exception when import of google protobuf e.g. timestamp are there in proto file
b
Probably best to raise an issue on https://github.com/WireMock-Net/WireMock.Net/issues then, @Stef Heyenrath is typically pretty quick to respond.
👍 1
s
ok
s
By coincidence. Another user also posted a question related protobuf and google defined types. See https://github.com/WireMock-Net/WireMock.Net/issues/1144 I am working in a fix. Expect a new release at end of next week.