Skip to content
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

Command for running Actor sample is not up to date #450

Closed
cmendible opened this issue Oct 25, 2020 · 0 comments · Fixed by #451
Closed

Command for running Actor sample is not up to date #450

cmendible opened this issue Oct 25, 2020 · 0 comments · Fixed by #451
Assignees
Labels
kind/bug Something isn't working

Comments

@cmendible
Copy link
Member

cmendible commented Oct 25, 2020

Command shown for running the Actor sample is not up to date:

dapr run --dapr-http-port 3500 --app-id demo_actor --app-port 5000 dotnet run

should be:

dapr run --port 3500 --app-id demo_actor --app-port 5000 dotnet run

RELEASE NOTE: FIX documentation for Actor sample in .Net.

@cmendible cmendible added the kind/bug Something isn't working label Oct 25, 2020
@vinayada1 vinayada1 added this to To do in 1.0.0 Milestone 1 via automation Oct 27, 2020
@artursouza artursouza added this to To do in 1.0.0 Milestone Oct 27, 2020
@vinayada1 vinayada1 linked a pull request Nov 2, 2020 that will close this issue
1.0.0 Milestone 1 automation moved this from To do to Review Nov 2, 2020
1.0.0 Milestone automation moved this from To do to Done Nov 2, 2020
@artursouza artursouza moved this from Review to Done in 1.0.0 Milestone 1 Nov 4, 2020
@artursouza artursouza moved this from Done to Release in 1.0.0 Milestone 1 Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants