dotnet-sdk/test/Shared
Christian Kaps fdf17b7dbb
Use protobuf packaging for the Any type (#358)
* Use protobuf packaging for the Any type

This pull request implements two converters which help with the type conversion between arbitrary types and the protobuf `Any` type. The C# protobuf library provides a mechanism to pack or unpack protobuf messages to `Any`. It provides the methods `Any.Pack` and `Any.Unpack` to serialize/deserialize messages based on `Google.Protobuf.IMessage`. For types that are not based on `Google.Protobuf.IMessage`, the existing JSON serialization/deserialization will be used.

I've also cleaned the existing codebase a little bit.

Fixes #268

* Fix suggested changes
2020-08-03 10:15:23 -07:00
..
AppCallbackClient.cs Include the appcallback.proto into the Dapr.Client package (#349) 2020-07-25 09:20:34 -07:00
GrpcUtils.cs Update client to latest proto files (#315) 2020-05-29 10:35:53 -07:00
TestHttpClient.cs Adding & enhancing client apis over gRPC (#244) 2020-03-09 20:52:12 -07:00