-
Notifications
You must be signed in to change notification settings - Fork 64
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
[Question] dotnet watch #87
Comments
Honestly, the reasoning is just that I was unaware that |
# [1.3.0](v1.2.0...v1.3.0) (2021-08-23) ### Bug Fixes * display project tag instead of [object Object] ([2dea7fc](2dea7fc)) * **core:** use fully qualified project name in msbuild task ([2c54310](2c54310)) ### Features * **core:** pickup `global.json` overrides at the project level ([49ce6bc](49ce6bc)), closes [#87](#87) [#86](#86) Aug 23, 2021, 7:06 PM
🎉 This issue has been resolved in version 1.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I've a question.
Why it doesn't use the
dotnet watch run
command to run the project instead ofchokidar
?Using dotnet give the command the responsibility for refresh the project, and it could remove a dependency.
The text was updated successfully, but these errors were encountered: