mirror of https://github.com/dapr/dotnet-sdk.git
* Unify DaprException classes We have two classes called DaprException. It makes way more sense for us to have DaprException in the Dapr.Client project, and it also makes sense for Dapr.Actors to reference Dapr.Client (it did not for some reason). There's some additional cleanup of code related to JsonSerializerOptions. The Actors code was not referencing the 5.0.0 version of the package, and so it's now got access to some new stuff, so we could remove a polyfill. * Throw DaprException for errors Fixes: #516 This updates all of the locations in DaprClient that handle networking or serialization to throw DaprException instead of the underlying exception type. This allows for simpler error handling. * Add one more unit test |
||
|---|---|---|
| .. | ||
| AppCallbackClient.cs | ||
| GrpcUtils.cs | ||
| TestHttpClient.cs | ||