Closed famarting closed 1 year ago
Patch coverage has no change and project coverage change: -0.05%
:warning:
Comparison is base (
87329f6
) 66.47% compared to head (431bd1b
) 66.42%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Implements the changes for https://github.com/dapr/dotnet-sdk/issues/1144
I followed the same pattern that is used in
CreateInvokeMethodRequest
which is the only other related to the use of the http client being used for the healthz requests.Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1144
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list:
I think this changes don't require docs or test changes... existing tests and docs already cover this behaviour