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

Fix 'watch' Task #4932

Merged
merged 1 commit into from
Dec 9, 2021
Merged

Conversation

gregg-miskelly
Copy link
Contributor

In .NET 6 (and I am not sure how long before?), the 'watch' task wasn't working --

  1. It was missing the '--project' arg before the path to the project
  2. It included extra args, which don't appear to have an effect, but which caused hot reload to not be enabled

In .NET 6 (and I am not sure how long before?), the 'watch' task wasn't working --
1. It was missing the '--project' arg before the path to the project
2. It included extra args, which don't appear to have an effect, but which broke hot reload
Copy link
Member

@JoeRobich JoeRobich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@gregg-miskelly gregg-miskelly merged commit 30990ae into dotnet:master Dec 9, 2021
@gregg-miskelly gregg-miskelly deleted the FixWatchTask branch December 9, 2021 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants