-
Notifications
You must be signed in to change notification settings - Fork 766
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
Merged
msfussell
merged 5 commits into
dapr:v1.15
from
WhitWaldo:input-binding-net-example-update
May 9, 2025
Merged
Modernized .NET examples for binding inputs and outputs #4621
msfussell
merged 5 commits into
dapr:v1.15
from
WhitWaldo:input-binding-net-example-update
May 9, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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]>
msfussell
reviewed
Apr 21, 2025
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
daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md
Show resolved
Hide resolved
…ndings/howto-bindings.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
msfussell
approved these changes
May 8, 2025
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.
LGTM
msfussell
added a commit
that referenced
this pull request
Jul 9, 2025
* Update conversation-overview.md fix todo Signed-off-by: Hannah Hunter <[email protected]> * update python examples for workflow; update conversation quickstart to python sdk Signed-off-by: Hannah Hunter <[email protected]> * Updates latest version to 1.15.1 (#4562) Also marks all `v1.12.x` releases to not-supported. We only support N-2 versions, where N is the latest version. Signed-off-by: joshvanl <[email protected]> * Revert back to built-in template that includes GA Signed-off-by: Marc Duiker <[email protected]> * spelling-fix: kubernetes-persisting-scheduler.md (#4566) instalation -> installation Signed-off-by: Jake Engelberg <[email protected]> * remove 3500, only use as an example in API docs Signed-off-by: Hannah Hunter <[email protected]> * Update kubernetes-persisting-scheduler.md (#4568) dapr / PVC uninstall specifics, about how a manual deletion of PVCs is required to define a new volume. Signed-off-by: Jake Engelberg <[email protected]> * Update sidecar.md (#4570) Add missing sample argument for Dapr sidecar app port config sample Signed-off-by: Jonel Dominic Tapang <[email protected]> Co-authored-by: Hannah Hunter <[email protected]> * Update v1.15.1 --> v1.15.2 (#4571) * update patch version to latest Signed-off-by: Hannah Hunter <[email protected]> * update shortcode Signed-off-by: Hannah Hunter <[email protected]> --------- Signed-off-by: Hannah Hunter <[email protected]> * update keys to items for consistency (#4565) Signed-off-by: Hannah Hunter <[email protected]> * update the docs Signed-off-by: msfussell <[email protected]> * Update multi-app template and arguments annotations for new configuration options (#4573) Signed-off-by: Anton Troshin <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * update author and manage workflow how-tos Signed-off-by: Hannah Hunter <[email protected]> * Added .NET streaming subscription example to pubsub page Signed-off-by: Whit Waldo <[email protected]> * Added double quotes around .NET in the tabs markup Signed-off-by: Whit Waldo <[email protected]> * Fixed spelling mistake in secret-scope.md (#4593) "Scop" fixed to "Scope" Signed-off-by: James Pegg <[email protected]> * Update self-hosted-with-docker.md - make `scheduler` running (#4599) * Update self-hosted-with-docker.md - make scheduler running Signed-off-by: Mathieu Benoit <[email protected]> * Update self-hosted-with-docker.md - --scheduler-host-address Signed-off-by: Mathieu Benoit <[email protected]> * Update self-hosted-with-docker.md - Use smaller container images for placement and scheduler Signed-off-by: Mathieu Benoit <[email protected]> --------- Signed-off-by: Mathieu Benoit <[email protected]> * Update actors-quickstart.md (#4601) Update to .NET 8 runtime Signed-off-by: Alice Gibbons <[email protected]> * Upped stalebot period from 5 to 30 days (#4610) Signed-off-by: Whit Waldo <[email protected]> * Added troubleshooting step to resolve port conflicts during `dapr init` on Windows (#4602) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * change application insights example from insights key to connection string (#4598) Signed-off-by: fabistb <[email protected]> Co-authored-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * docs: bindings.cron every 15m (#4605) Signed-off-by: Joey Freeland <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> * fix: broken link due to typo (#4604) Signed-off-by: thrubovc <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Updated .NET workflow method names (#4586) * Updated .NET workflow method names Signed-off-by: Whit Waldo <[email protected]> * Fixed incorrect .NET method name for purging workflow instances Signed-off-by: Whit Waldo <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update documentation for GCP Secret Manager and Object Store support of implicit authentication (#4592) Signed-off-by: Anton Troshin <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Adds Warning that Actor Reminder Partition is not relevant by default (#4561) * Adds Warning that Actor Reminder Partition is not relevant by default Updates the Actor Reminder Partition config page with a Warning that the feature is only relevant when using state store Actor Reminders which are no longer used by default. De-references this page from the actor rutime config page to softly hide it. Updates some verbiage around using Scheduler reminders & the feature gate as it's on by default. This should be merged in dapr/[email protected]. Signed-off-by: joshvanl <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors-partitioning.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors-partitioning.md Signed-off-by: Mark Fussell <[email protected]> * Update kubernetes-persisting-scheduler.md Co-authored-by: Cassie Coyle <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors-partitioning.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: joshvanl <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> Co-authored-by: Hannah Hunter <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> * add conversation API to allow list (#4581) Signed-off-by: Fabian Martinez <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Added local echo conversation component (#4587) * Added local echo conversation component Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/reference/components-reference/supported-conversation/local-echo.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update local-echo.md Fixed repeated text Signed-off-by: Mark Fussell <[email protected]> * Update generic.yaml Marking Echo stable, since it is only used for local testing Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Alice Gibbons <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update conversation_api.md (#4589) Signed-off-by: Siri Varma Vegiraju <[email protected]> Co-authored-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Corrected typo namepsace to namespace (#4613) Signed-off-by: Martin Cambal <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Fixed typo => "loggings" to "logging" (#4619) Signed-off-by: Whit Waldo <[email protected]> * Fixed typo -> "Fleuntd" to "Fluentd" (#4618) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * On the page covering binding inputs (triggers), the text erroneously suggested that the following examples demonstrated output bindings. (#4620) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update kubernetes-production.md (#4616) Signed-off-by: Joe Bowbeer <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Added .NET SDK examples to serialization document (#4596) * Added .NET SDK examples to serialization document + modernized it some Signed-off-by: Whit Waldo <[email protected]> * Update sdk-serialization.md Updated formatting and grammar Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Updated serialization package links + added reference to actor serialization documentation Signed-off-by: Whit Waldo <[email protected]> * Added input binding examples for .NET Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Signed-off-by: Mark Fussell <[email protected]> * Updated to use the correct method for service invocation Signed-off-by: Whit Waldo <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Alice Gibbons <[email protected]> * apache ignite description on cassandra (#4630) Signed-off-by: Fernando Rocha <[email protected]> * Updating AKS Cluster creation command (#4632) * updating aks cluster creation command Signed-off-by: Fernando Rocha <[email protected]> * adding missing space Signed-off-by: Fernando Rocha <[email protected]> --------- Signed-off-by: Fernando Rocha <[email protected]> * Argo CD Integration docs (#4629) * Argo CD Integration docs Signed-off-by: Fernando Rocha <[email protected]> * page weight Signed-off-by: Fernando Rocha <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/argo-cd.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/argo-cd.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/argo-cd.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/argo-cd.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: Fernando Rocha <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Added tags example (#4635) Signed-off-by: adam6878 <[email protected]> * v1.15- update supported release versions (#4639) Signed-off-by: joshvanl <[email protected]> * chore: update stale bot duration to 90D (#4628) Signed-off-by: Mike Nguyen <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Nelson Parente <[email protected]> * Adds a new component config option for Redis PubSub (#4591) * Adds a new component config option for Redis PubSub Signed-off-by: Elena Kolevska <[email protected]> * Updates for dynamic ttl Signed-off-by: Elena Kolevska <[email protected]> --------- Signed-off-by: Elena Kolevska <[email protected]> Co-authored-by: Whit Waldo <[email protected]> Co-authored-by: Nelson Parente <[email protected]> * Update Dapr Slide deck (#4641) Signed-off-by: Marc Duiker <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Modified all the C# examples through the configuration document (#4638) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Fix broken .yml link in conversation-quickstart.md (#4642) Corrected the file extension in the documentation link from .yml to .yaml to fix a broken link. Replaced: https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yml with: https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yaml Signed-off-by: tommygood <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Updated to reflect a modern .NET example for retrieving secrets from Dapr Secret Management (#4636) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Modernized .NET examples for binding inputs and outputs (#4621) * Modernized .NET example to include modern syntax for controller example and add a minimal API version for completeness Signed-off-by: Whit Waldo <[email protected]> * Removed //dependencies text as no one does this Signed-off-by: Whit Waldo <[email protected]> * Modernized example for binding outputs in .NET Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Whit Waldo <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Updated to modernize .NET examples (#4631) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Fix for workflow mgmt api call rendering (#4652) Signed-off-by: Bilgin Ibryam <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Fix links to durabletask-go: point to dapr org (#4654) Signed-off-by: Bilgin Ibryam <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Correcting .NET examples in the workflow docs (#4627) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Modernized the .NET examples for interacting with state in Dapr (#4622) * Modernized the .NET examples for interacting with state in Dapr Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Whit Waldo <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update to v1.15.5 (#4656) * dapr-latest-version.html: update to v1.15.4 Signed-off-by: joshvanl <[email protected]> * Update release to 1.15.5 Signed-off-by: joshvanl <[email protected]> * Update daprdocs/content/en/operations/support/support-release-policy.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: joshvanl <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update subscription-schema.md (#4658) Signed-off-by: Joe Bowbeer <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update PubSub Raw doc (#4659) * Update pubsub-raw.md Updating Raw PubSub doc to be more specific about content type and delivery details. Signed-off-by: Alice Gibbons <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: Alice Gibbons <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Azure Application Insights fixes (#4660) Signed-off-by: Alice Gibbons <[email protected]> * style: fix typo in word for conversation api (#4672) Signed-off-by: Samantha Coyle <[email protected]> * Add workflow slide deck, fix hugo version (#4677) Signed-off-by: Marc Duiker <[email protected]> * Add additional behavior of failing App Health Checks - as explained by @JoshVanL (#4667) Signed-off-by: Oliver Tomlinson <[email protected]> Co-authored-by: Marc Duiker <[email protected]> * Update workflow diagrams (#4682) * Update workflow pattern diagrams Signed-off-by: Marc Duiker <[email protected]> * Update workflow diagrams to new style Signed-off-by: Marc Duiker <[email protected]> * Update diagrams Signed-off-by: Marc Duiker <[email protected]> * Update workflow k8s diagram Signed-off-by: Marc Duiker <[email protected]> --------- Signed-off-by: Marc Duiker <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * update developing-applications folder links (#4705) Signed-off-by: Arhell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update LICENSE (#4712) Updates license to Apache 2.0 Signed-off-by: Yaron Schneider <[email protected]> --------- Signed-off-by: Hannah Hunter <[email protected]> Signed-off-by: Hannah Hunter <[email protected]> Signed-off-by: joshvanl <[email protected]> Signed-off-by: Marc Duiker <[email protected]> Signed-off-by: Jake Engelberg <[email protected]> Signed-off-by: Jonel Dominic Tapang <[email protected]> Signed-off-by: msfussell <[email protected]> Signed-off-by: Anton Troshin <[email protected]> Signed-off-by: Whit Waldo <[email protected]> Signed-off-by: James Pegg <[email protected]> Signed-off-by: Mathieu Benoit <[email protected]> Signed-off-by: Alice Gibbons <[email protected]> Signed-off-by: fabistb <[email protected]> Signed-off-by: Joey Freeland <[email protected]> Signed-off-by: thrubovc <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> Signed-off-by: Fabian Martinez <[email protected]> Signed-off-by: Siri Varma Vegiraju <[email protected]> Signed-off-by: Martin Cambal <[email protected]> Signed-off-by: Joe Bowbeer <[email protected]> Signed-off-by: Fernando Rocha <[email protected]> Signed-off-by: adam6878 <[email protected]> Signed-off-by: Mike Nguyen <[email protected]> Signed-off-by: Elena Kolevska <[email protected]> Signed-off-by: tommygood <[email protected]> Signed-off-by: Bilgin Ibryam <[email protected]> Signed-off-by: Samantha Coyle <[email protected]> Signed-off-by: Oliver Tomlinson <[email protected]> Signed-off-by: Arhell <[email protected]> Signed-off-by: Yaron Schneider <[email protected]> Co-authored-by: Hannah Hunter <[email protected]> Co-authored-by: Hannah Hunter <[email protected]> Co-authored-by: Josh van Leeuwen <[email protected]> Co-authored-by: Marc Duiker <[email protected]> Co-authored-by: Jake Engelberg <[email protected]> Co-authored-by: Jonel Dominic Tapang <[email protected]> Co-authored-by: Anton Troshin <[email protected]> Co-authored-by: Whit Waldo <[email protected]> Co-authored-by: James Pegg <[email protected]> Co-authored-by: Mathieu Benoit <[email protected]> Co-authored-by: Alice Gibbons <[email protected]> Co-authored-by: Fabian Steinbach <[email protected]> Co-authored-by: Joey Freeland <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> Co-authored-by: thrubovc <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> Co-authored-by: Fabian Martinez <[email protected]> Co-authored-by: Alice Gibbons <[email protected]> Co-authored-by: Siri Varma Vegiraju <[email protected]> Co-authored-by: Martin Cambal <[email protected]> Co-authored-by: Joe Bowbeer <[email protected]> Co-authored-by: Fernando Rocha <[email protected]> Co-authored-by: Adam shamis <[email protected]> Co-authored-by: Mike Nguyen <[email protected]> Co-authored-by: Nelson Parente <[email protected]> Co-authored-by: Elena Kolevska <[email protected]> Co-authored-by: tommygood <[email protected]> Co-authored-by: Bilgin Ibryam <[email protected]> Co-authored-by: Sam <[email protected]> Co-authored-by: Oliver Tomlinson <[email protected]> Co-authored-by: Ihor Sychevskyi <[email protected]>
msfussell
added a commit
that referenced
this pull request
Jul 18, 2025
* Update conversation-overview.md fix todo Signed-off-by: Hannah Hunter <[email protected]> * update python examples for workflow; update conversation quickstart to python sdk Signed-off-by: Hannah Hunter <[email protected]> * Updates latest version to 1.15.1 (#4562) Also marks all `v1.12.x` releases to not-supported. We only support N-2 versions, where N is the latest version. Signed-off-by: joshvanl <[email protected]> * Revert back to built-in template that includes GA Signed-off-by: Marc Duiker <[email protected]> * spelling-fix: kubernetes-persisting-scheduler.md (#4566) instalation -> installation Signed-off-by: Jake Engelberg <[email protected]> * remove 3500, only use as an example in API docs Signed-off-by: Hannah Hunter <[email protected]> * Update kubernetes-persisting-scheduler.md (#4568) dapr / PVC uninstall specifics, about how a manual deletion of PVCs is required to define a new volume. Signed-off-by: Jake Engelberg <[email protected]> * Update sidecar.md (#4570) Add missing sample argument for Dapr sidecar app port config sample Signed-off-by: Jonel Dominic Tapang <[email protected]> Co-authored-by: Hannah Hunter <[email protected]> * Update v1.15.1 --> v1.15.2 (#4571) * update patch version to latest Signed-off-by: Hannah Hunter <[email protected]> * update shortcode Signed-off-by: Hannah Hunter <[email protected]> --------- Signed-off-by: Hannah Hunter <[email protected]> * update keys to items for consistency (#4565) Signed-off-by: Hannah Hunter <[email protected]> * update the docs Signed-off-by: msfussell <[email protected]> * Update multi-app template and arguments annotations for new configuration options (#4573) Signed-off-by: Anton Troshin <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * update author and manage workflow how-tos Signed-off-by: Hannah Hunter <[email protected]> * Added .NET streaming subscription example to pubsub page Signed-off-by: Whit Waldo <[email protected]> * Added double quotes around .NET in the tabs markup Signed-off-by: Whit Waldo <[email protected]> * Fixed spelling mistake in secret-scope.md (#4593) "Scop" fixed to "Scope" Signed-off-by: James Pegg <[email protected]> * Update self-hosted-with-docker.md - make `scheduler` running (#4599) * Update self-hosted-with-docker.md - make scheduler running Signed-off-by: Mathieu Benoit <[email protected]> * Update self-hosted-with-docker.md - --scheduler-host-address Signed-off-by: Mathieu Benoit <[email protected]> * Update self-hosted-with-docker.md - Use smaller container images for placement and scheduler Signed-off-by: Mathieu Benoit <[email protected]> --------- Signed-off-by: Mathieu Benoit <[email protected]> * Update actors-quickstart.md (#4601) Update to .NET 8 runtime Signed-off-by: Alice Gibbons <[email protected]> * Upped stalebot period from 5 to 30 days (#4610) Signed-off-by: Whit Waldo <[email protected]> * Added troubleshooting step to resolve port conflicts during `dapr init` on Windows (#4602) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * change application insights example from insights key to connection string (#4598) Signed-off-by: fabistb <[email protected]> Co-authored-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * docs: bindings.cron every 15m (#4605) Signed-off-by: Joey Freeland <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> * fix: broken link due to typo (#4604) Signed-off-by: thrubovc <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Updated .NET workflow method names (#4586) * Updated .NET workflow method names Signed-off-by: Whit Waldo <[email protected]> * Fixed incorrect .NET method name for purging workflow instances Signed-off-by: Whit Waldo <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update documentation for GCP Secret Manager and Object Store support of implicit authentication (#4592) Signed-off-by: Anton Troshin <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Adds Warning that Actor Reminder Partition is not relevant by default (#4561) * Adds Warning that Actor Reminder Partition is not relevant by default Updates the Actor Reminder Partition config page with a Warning that the feature is only relevant when using state store Actor Reminders which are no longer used by default. De-references this page from the actor rutime config page to softly hide it. Updates some verbiage around using Scheduler reminders & the feature gate as it's on by default. This should be merged in dapr/[email protected]. Signed-off-by: joshvanl <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors-partitioning.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors-partitioning.md Signed-off-by: Mark Fussell <[email protected]> * Update kubernetes-persisting-scheduler.md Co-authored-by: Cassie Coyle <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors-partitioning.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: joshvanl <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> Co-authored-by: Hannah Hunter <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> * add conversation API to allow list (#4581) Signed-off-by: Fabian Martinez <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Added local echo conversation component (#4587) * Added local echo conversation component Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/reference/components-reference/supported-conversation/local-echo.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update local-echo.md Fixed repeated text Signed-off-by: Mark Fussell <[email protected]> * Update generic.yaml Marking Echo stable, since it is only used for local testing Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Alice Gibbons <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update conversation_api.md (#4589) Signed-off-by: Siri Varma Vegiraju <[email protected]> Co-authored-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Corrected typo namepsace to namespace (#4613) Signed-off-by: Martin Cambal <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Fixed typo => "loggings" to "logging" (#4619) Signed-off-by: Whit Waldo <[email protected]> * Fixed typo -> "Fleuntd" to "Fluentd" (#4618) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * On the page covering binding inputs (triggers), the text erroneously suggested that the following examples demonstrated output bindings. (#4620) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update kubernetes-production.md (#4616) Signed-off-by: Joe Bowbeer <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Added .NET SDK examples to serialization document (#4596) * Added .NET SDK examples to serialization document + modernized it some Signed-off-by: Whit Waldo <[email protected]> * Update sdk-serialization.md Updated formatting and grammar Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Updated serialization package links + added reference to actor serialization documentation Signed-off-by: Whit Waldo <[email protected]> * Added input binding examples for .NET Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/local-development/sdk-serialization.md Signed-off-by: Mark Fussell <[email protected]> * Updated to use the correct method for service invocation Signed-off-by: Whit Waldo <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Alice Gibbons <[email protected]> * apache ignite description on cassandra (#4630) Signed-off-by: Fernando Rocha <[email protected]> * Updating AKS Cluster creation command (#4632) * updating aks cluster creation command Signed-off-by: Fernando Rocha <[email protected]> * adding missing space Signed-off-by: Fernando Rocha <[email protected]> --------- Signed-off-by: Fernando Rocha <[email protected]> * Argo CD Integration docs (#4629) * Argo CD Integration docs Signed-off-by: Fernando Rocha <[email protected]> * page weight Signed-off-by: Fernando Rocha <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/argo-cd.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/argo-cd.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/argo-cd.md Signed-off-by: Mark Fussell <[email protected]> * Update daprdocs/content/en/developing-applications/integrations/argo-cd.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: Fernando Rocha <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Added tags example (#4635) Signed-off-by: adam6878 <[email protected]> * v1.15- update supported release versions (#4639) Signed-off-by: joshvanl <[email protected]> * chore: update stale bot duration to 90D (#4628) Signed-off-by: Mike Nguyen <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Nelson Parente <[email protected]> * Adds a new component config option for Redis PubSub (#4591) * Adds a new component config option for Redis PubSub Signed-off-by: Elena Kolevska <[email protected]> * Updates for dynamic ttl Signed-off-by: Elena Kolevska <[email protected]> --------- Signed-off-by: Elena Kolevska <[email protected]> Co-authored-by: Whit Waldo <[email protected]> Co-authored-by: Nelson Parente <[email protected]> * Update Dapr Slide deck (#4641) Signed-off-by: Marc Duiker <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Modified all the C# examples through the configuration document (#4638) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Fix broken .yml link in conversation-quickstart.md (#4642) Corrected the file extension in the documentation link from .yml to .yaml to fix a broken link. Replaced: https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yml with: https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yaml Signed-off-by: tommygood <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Updated to reflect a modern .NET example for retrieving secrets from Dapr Secret Management (#4636) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Modernized .NET examples for binding inputs and outputs (#4621) * Modernized .NET example to include modern syntax for controller example and add a minimal API version for completeness Signed-off-by: Whit Waldo <[email protected]> * Removed //dependencies text as no one does this Signed-off-by: Whit Waldo <[email protected]> * Modernized example for binding outputs in .NET Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Whit Waldo <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Updated to modernize .NET examples (#4631) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Fix for workflow mgmt api call rendering (#4652) Signed-off-by: Bilgin Ibryam <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Fix links to durabletask-go: point to dapr org (#4654) Signed-off-by: Bilgin Ibryam <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Correcting .NET examples in the workflow docs (#4627) Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Modernized the .NET examples for interacting with state in Dapr (#4622) * Modernized the .NET examples for interacting with state in Dapr Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Whit Waldo <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update to v1.15.5 (#4656) * dapr-latest-version.html: update to v1.15.4 Signed-off-by: joshvanl <[email protected]> * Update release to 1.15.5 Signed-off-by: joshvanl <[email protected]> * Update daprdocs/content/en/operations/support/support-release-policy.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: joshvanl <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update subscription-schema.md (#4658) Signed-off-by: Joe Bowbeer <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update PubSub Raw doc (#4659) * Update pubsub-raw.md Updating Raw PubSub doc to be more specific about content type and delivery details. Signed-off-by: Alice Gibbons <[email protected]> * Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md Signed-off-by: Mark Fussell <[email protected]> --------- Signed-off-by: Alice Gibbons <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Azure Application Insights fixes (#4660) Signed-off-by: Alice Gibbons <[email protected]> * style: fix typo in word for conversation api (#4672) Signed-off-by: Samantha Coyle <[email protected]> * Add workflow slide deck, fix hugo version (#4677) Signed-off-by: Marc Duiker <[email protected]> * Add additional behavior of failing App Health Checks - as explained by @JoshVanL (#4667) Signed-off-by: Oliver Tomlinson <[email protected]> Co-authored-by: Marc Duiker <[email protected]> * Update workflow diagrams (#4682) * Update workflow pattern diagrams Signed-off-by: Marc Duiker <[email protected]> * Update workflow diagrams to new style Signed-off-by: Marc Duiker <[email protected]> * Update diagrams Signed-off-by: Marc Duiker <[email protected]> * Update workflow k8s diagram Signed-off-by: Marc Duiker <[email protected]> --------- Signed-off-by: Marc Duiker <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update to latest Hugo version, move Hugo config to yaml, update folder structure, update partials. Signed-off-by: Marc Duiker <[email protected]> * Site is working Signed-off-by: Marc Duiker <[email protected]> * update developing-applications folder links (#4705) Signed-off-by: Arhell <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update md formatting, remove backup files Signed-off-by: Marc Duiker <[email protected]> * Keep using old public target. add search back Signed-off-by: Marc Duiker <[email protected]> * Add script to update sdk docs Signed-off-by: Marc Duiker <[email protected]> * Update update sdk docs script to be more robust Signed-off-by: Marc Duiker <[email protected]> * Update LICENSE (#4712) Updates license to Apache 2.0 Signed-off-by: Yaron Schneider <[email protected]> * Update GH action versions and Hugo version Signed-off-by: Marc Duiker <[email protected]> * Update paths and remove unused files Signed-off-by: Marc Duiker <[email protected]> * Update env setup Signed-off-by: Marc Duiker <[email protected]> * Update submodule refs (#4715) * update sdk do and zh lang submodule refs Signed-off-by: Marc Duiker <[email protected]> * Add missing tab header values Signed-off-by: Marc Duiker <[email protected]> * Add Dash0 to tracing-overview.md (#4713) This PR adds Dash0 to the list of supported OTEL observability tools. Signed-off-by: Kasper Borg Nissen <[email protected]> Co-authored-by: Mark Fussell <[email protected]> * Update script to update docs Signed-off-by: Marc Duiker <[email protected]> * Updated docs-zh submodule Signed-off-by: Marc Duiker <[email protected]> * Update pluggable components for .NET Signed-off-by: Marc Duiker <[email protected]> * docs: update gcp firestore docs (#4723) Signed-off-by: nelson.parente <[email protected]> * update python and java submodules Signed-off-by: Marc Duiker <[email protected]> * Update submodules Signed-off-by: Marc Duiker <[email protected]> * Update app and output locations Signed-off-by: Marc Duiker <[email protected]> * Update app and output locations Signed-off-by: Marc Duiker <[email protected]> * Downgrade go dependency to be compatible with SWA/Oryx Signed-off-by: Marc Duiker <[email protected]> * Revert back to correct hugo dependency Signed-off-by: Marc Duiker <[email protected]> * The site is already built so revert the app_location folder Signed-off-by: Marc Duiker <[email protected]> * Use separate build step to avoid incompatible Hugo version with Oryx Signed-off-by: Marc Duiker <[email protected]> * Add Node and Hugo Signed-off-by: Marc Duiker <[email protected]> * Fix baseUrl typo Signed-off-by: Marc Duiker <[email protected]> * Update to latest Hugo version, move Hugo config to yaml, update folder structure, update partials. Signed-off-by: Marc Duiker <[email protected]> * Fix tabpane Signed-off-by: Marc Duiker <[email protected]> * Fix tabpane shortcode Signed-off-by: Marc Duiker <[email protected]> * Fix Youtube embed style Signed-off-by: Marc Duiker <[email protected]> * Fix footer size Signed-off-by: Marc Duiker <[email protected]> * Fix nav styling Signed-off-by: Marc Duiker <[email protected]> --------- Signed-off-by: Hannah Hunter <[email protected]> Signed-off-by: Hannah Hunter <[email protected]> Signed-off-by: joshvanl <[email protected]> Signed-off-by: Marc Duiker <[email protected]> Signed-off-by: Jake Engelberg <[email protected]> Signed-off-by: Jonel Dominic Tapang <[email protected]> Signed-off-by: msfussell <[email protected]> Signed-off-by: Anton Troshin <[email protected]> Signed-off-by: Whit Waldo <[email protected]> Signed-off-by: James Pegg <[email protected]> Signed-off-by: Mathieu Benoit <[email protected]> Signed-off-by: Alice Gibbons <[email protected]> Signed-off-by: fabistb <[email protected]> Signed-off-by: Joey Freeland <[email protected]> Signed-off-by: thrubovc <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Signed-off-by: Josh van Leeuwen <[email protected]> Signed-off-by: Fabian Martinez <[email protected]> Signed-off-by: Siri Varma Vegiraju <[email protected]> Signed-off-by: Martin Cambal <[email protected]> Signed-off-by: Joe Bowbeer <[email protected]> Signed-off-by: Fernando Rocha <[email protected]> Signed-off-by: adam6878 <[email protected]> Signed-off-by: Mike Nguyen <[email protected]> Signed-off-by: Elena Kolevska <[email protected]> Signed-off-by: tommygood <[email protected]> Signed-off-by: Bilgin Ibryam <[email protected]> Signed-off-by: Samantha Coyle <[email protected]> Signed-off-by: Oliver Tomlinson <[email protected]> Signed-off-by: Arhell <[email protected]> Signed-off-by: Yaron Schneider <[email protected]> Signed-off-by: Kasper Borg Nissen <[email protected]> Signed-off-by: nelson.parente <[email protected]> Co-authored-by: Hannah Hunter <[email protected]> Co-authored-by: Hannah Hunter <[email protected]> Co-authored-by: Josh van Leeuwen <[email protected]> Co-authored-by: Jake Engelberg <[email protected]> Co-authored-by: Jonel Dominic Tapang <[email protected]> Co-authored-by: msfussell <[email protected]> Co-authored-by: Anton Troshin <[email protected]> Co-authored-by: Whit Waldo <[email protected]> Co-authored-by: James Pegg <[email protected]> Co-authored-by: Mathieu Benoit <[email protected]> Co-authored-by: Alice Gibbons <[email protected]> Co-authored-by: Fabian Steinbach <[email protected]> Co-authored-by: Joey Freeland <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> Co-authored-by: thrubovc <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> Co-authored-by: Cassie Coyle <[email protected]> Co-authored-by: Fabian Martinez <[email protected]> Co-authored-by: Alice Gibbons <[email protected]> Co-authored-by: Siri Varma Vegiraju <[email protected]> Co-authored-by: Martin Cambal <[email protected]> Co-authored-by: Joe Bowbeer <[email protected]> Co-authored-by: Fernando Rocha <[email protected]> Co-authored-by: Adam shamis <[email protected]> Co-authored-by: Mike Nguyen <[email protected]> Co-authored-by: Nelson Parente <[email protected]> Co-authored-by: Elena Kolevska <[email protected]> Co-authored-by: tommygood <[email protected]> Co-authored-by: Bilgin Ibryam <[email protected]> Co-authored-by: Sam <[email protected]> Co-authored-by: Oliver Tomlinson <[email protected]> Co-authored-by: Ihor Sychevskyi <[email protected]> Co-authored-by: Kasper Borg Nissen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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