We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Demo should work as expected.
As reported by a user in the Discord channel, the WorkflowConsoleApp quickstart is not working properly and showing the following error:
Unable to resolve service for type Microsoft.DurableTask.Client.DurableTaskClient while attempting to activate Dapr.Workflow.DaprWorkflowClient.
Microsoft.DurableTask.Client.DurableTaskClient
Dapr.Workflow.DaprWorkflowClient
Regression thought to be due to #1363
Should also update the integration test as it isn't demonstrating any issue with this.
Start quickstart app from latest bits in master.
RELEASE NOTE: FIX Bug during workflow client registration
The text was updated successfully, but these errors were encountered:
WhitWaldo
Successfully merging a pull request may close this issue.
Expected Behavior
Demo should work as expected.
Actual Behavior
As reported by a user in the Discord channel, the WorkflowConsoleApp quickstart is not working properly and showing the following error:
Regression thought to be due to #1363
Should also update the integration test as it isn't demonstrating any issue with this.
Steps to Reproduce the Problem
Start quickstart app from latest bits in master.
Release Note
RELEASE NOTE: FIX Bug during workflow client registration
The text was updated successfully, but these errors were encountered: