dotnet-sdk/test/Dapr.AspNetCore.Integration...
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
..
AppWebApplicationFactory.cs Adding & enhancing client apis over gRPC (#244) 2020-03-09 20:52:12 -07:00
CloudEventsIntegrationTest.cs git gui, ading editor config and removing depenency on StyleCop.Analyzers (#228) 2020-02-18 13:21:12 -08:00
ControllerIntegrationTest.cs Fixing an issue of a null reference exception where the model binder is checked against a null BindingSource (#371) 2020-08-17 08:57:48 -07:00
Dapr.AspNetCore.IntegrationTest.csproj Includes a gRPC sample (#382) 2020-12-02 17:52:43 -08:00
RoutingIntegrationTest.cs Adding & enhancing client apis over gRPC (#244) 2020-03-09 20:52:12 -07:00
StateTestClient.cs Rich error model (#432) 2020-10-30 13:59:33 -07:00
SubscribeEndpointTest.cs Returning routes for pubsub from aspnetcore integration. (#309) 2020-05-14 15:16:55 -07:00