watch project changes
See original GitHub issueWhat should we add or change to make your life better?
It would be cool if we had hot reload, like dotnet watch run
when dependency type is project
Why is this important to you?
It is because it is easier to make changes on the fly. I always use donet watch
when running applications.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:13
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Setting up a watchOS project
Create a new watchOS project or add a watch target to an existing iOS project. ... If you change your iOS app's bundle...
Read more >watch-project | Watchman
Requests that the project containing the requested dir is watched for changes. Watchman will track all files and dirs rooted at the project...
Read more >Using watch mode
In some situations, the --changed-projects-only command can be combined with "watchForChanges" for even faster watching. The section Building changed projects ...
Read more >How to watch last project changes in eclipse?
You can easyly do that in Eclipse. Just right-click the file and select Team -> show in History to see what changed in...
Read more >Water and global Change | WATCH | Project | Fact sheet | FP6
WATCH project will: - analyse and describe the current global water cycle, especially causal chains leading to observable changes in ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I opened a PR that allows passing
--watch
to tye. This will calldotnet watch run
on all projects. I’d appreciate any feedback on it.Awesome. Thank you!
By the way, keep up the great work. Really liking the vision and direction of this project.