dotnet-sdk/test/Dapr.Client.Test
Yongguang Zhu 1253cbdf71
Includes a gRPC sample (#382)
* add GrpcSample, GrpcClient; update DaprClient

* disable TLS for grpc server

* implement deposit and withdraw method for grpcsample

* implement event handler for deposit and withdraw

* edit readme for grpcsample

* improve readme

* fix @amanbha requested changes

* fix or improve readme @vinayada1 reviewed

* use parameter in DaprClient to switch invocation of routing or grpcsample service

* add separate editorconfig file into samples directory

* add license header into grpcsample

* fix TypeConverters  to use internal access modifier; remove useless code; fix Console to logger; fix typo; fix using statement location

* throw a exception when account is not found for BankingService Withdraw invocation

* remove TypeConverters dependence

* use config for rpc-exception argument

* fix comment of @vinayada1

* updated documentation for parameters usage

* fix additional comments from @vinayada1

* Update Readme.md

* fix DaprClient's compile error

Co-authored-by: Yongguang Zhu <Yongguang.Zhu@microsoft.com>
Co-authored-by: vinayada1 <28875764+vinayada1@users.noreply.github.com>
Co-authored-by: Ryan Nowak <nowakra@gmail.com>
2020-12-02 17:52:43 -08:00
..
Protos Use protobuf packaging for the Any type (#358) 2020-08-03 10:15:23 -07:00
Dapr.Client.Test.csproj Includes a gRPC sample (#382) 2020-12-02 17:52:43 -08:00
DaprApiTokenTest.cs Adding support for DAPR_API_TOKEN (#359) 2020-08-04 15:15:18 -07:00
HttpInvocationOptionsTests.cs Rename and cleanup of HTTPExtension (#488) 2020-11-30 12:11:44 -08:00
InvokeApiTest.cs Rename and cleanup of HTTPExtension (#488) 2020-11-30 12:11:44 -08:00
InvokeBindingApiTest.cs Handle rpc exception thrown for operation cancellation (#455) 2020-11-19 11:22:33 -08:00
MockClient.cs Handle rpc exception thrown for operation cancellation (#455) 2020-11-19 11:22:33 -08:00
PublishEventApiTest.cs Handle rpc exception thrown for operation cancellation (#455) 2020-11-19 11:22:33 -08:00
SecretApiTest.cs Handle rpc exception thrown for operation cancellation (#455) 2020-11-19 11:22:33 -08:00
StateApiTest.cs Handle rpc exception thrown for operation cancellation (#455) 2020-11-19 11:22:33 -08:00
TypeConvertersTest.cs Use protobuf packaging for the Any type (#358) 2020-08-03 10:15:23 -07:00