dapr / docs

Dapr user documentation, used to build docs.dapr.io
https://docs.dapr.io
Creative Commons Attribution 4.0 International
987 stars 715 forks source link

add response handling to service invocation #4221

Closed agoktugaydin closed 1 week ago

agoktugaydin commented 1 week ago

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

In addition, please fill out the following to help reviewers understand this pull request:

Description

The response of the POST request is assumed to be stored in the variable named 'result' in the .NET section. The variable 'result' is not defined or assigned any value, so it causes a compilation error. This PR is intended to fix it.

Issue reference

This PR will close #4220

yaron2 commented 1 week ago

Thanks for your contribution!