dotnet-sdk/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
..
Dapr.Actors.AspNetCore.IntegrationTest Implement dependency injection for Actors (#463) 2020-12-01 10:15:08 -08:00
Dapr.Actors.AspNetCore.IntegrationTest.App Implement dependency injection for Actors (#463) 2020-12-01 10:15:08 -08:00
Dapr.Actors.AspNetCore.Test Implement dependency injection for Actors (#463) 2020-12-01 10:15:08 -08:00
Dapr.Actors.Test Includes a gRPC sample (#382) 2020-12-02 17:52:43 -08:00
Dapr.AspNetCore.IntegrationTest Includes a gRPC sample (#382) 2020-12-02 17:52:43 -08:00
Dapr.AspNetCore.IntegrationTest.App Multi pubsub (#374) 2020-08-17 13:58:50 -07:00
Dapr.AspNetCore.Test Includes a gRPC sample (#382) 2020-12-02 17:52:43 -08:00
Dapr.Client.Test Includes a gRPC sample (#382) 2020-12-02 17:52:43 -08:00
Shared Rich error model (#432) 2020-10-30 13:59:33 -07:00
Directory.Build.props Stop generating docs in samples and tests 2020-10-10 19:04:00 -07:00
test.sln Remove secret store extension from building (#348) 2020-07-25 09:22:36 -07:00