Surface information about failed `InvokeMethodAsync` (and others) failures
Open
area/client/invoke
kind/bug
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 378
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 6
Description
## Expected Behavior
I would have liked to have somehow obtained more easily viewed errors when a call to the sidecar fails. Including telemetry and structured logs so that I can eventually get the feedback in Aspire.
## Actual Behavior
No log output, nothing helpful in exceptions. I have to see HTTP JSON output from the sidecar just to know what went wrong.
## Steps to Reproduce the Problem
Configure a dapr `HTTPEndpoint` (not an Aspire HTTP endpoint :laughing:), make sure it uses `https` and point it to something that is hosting with an invalid certificate.
Try to call the `HTTPEndpoint` via dapr.
Contributor guide
Assessment
This issue has not been assessed yet.