Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Add dotnet-watch to the templates #157

Closed
empz opened this issue Jul 1, 2016 · 2 comments
Closed

Add dotnet-watch to the templates #157

empz opened this issue Jul 1, 2016 · 2 comments

Comments

@empz
Copy link

empz commented Jul 1, 2016

Since we already have HMR for the client side source files it would be good if we also have dotnet-watch for the server ones so we don't need to stop and re-run dotnet run ever again during a development session.

@SteveSandersonMS
Copy link
Member

Sounds great. Would definitely take a pull request for that :)

@empz
Copy link
Author

empz commented Jul 1, 2016

@SteveSandersonMS I can submit a PR if you want but it's just a one liner.

Just add the package inside the tools section in project.json

"tools": {
  "Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
},

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants