-
Notifications
You must be signed in to change notification settings - Fork 750
Modernized .NET examples for binding inputs and outputs #4621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v1.15
Are you sure you want to change the base?
Conversation
…le and add a minimal API version for completeness Signed-off-by: Whit Waldo <[email protected]>
Signed-off-by: Whit Waldo <[email protected]>
Signed-off-by: Whit Waldo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments
daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md
Outdated
Show resolved
Hide resolved
@@ -110,40 +110,30 @@ The code examples below leverage Dapr SDKs to invoke the output bindings endpoin | |||
|
|||
{{% codetab %}} | |||
|
|||
Here's an example of using a console app with top-level statements in .NET 6+: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to say .NET 6+ ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, at least for 1.15, .NET 6 is still a supported target (and the version top level statements were introduced in). I'll come back with 1.16 and update all the .NET 6 statements to reflect .NET 8+ instead.
…ndings/howto-bindings.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
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
Modernized .NET examples for binding inputs and outputs
Issue reference