Support watching multiple projects from command-line
See original GitHub issueMake it possible to watch multiple csproj files that may not be connected in the P2P graph without having to create a “watch.proj” file.
Usage: add -p|--project
that takes multiple files.
dotnet watch -p Web/web.csproj -p Test/test.csproj
Issue Analytics
- State:
- Created 6 years ago
- Comments:22 (14 by maintainers)
Top Results From Across the Web
TypeScript tsc: How to watch multiple projects at the same ...
From the root, I can to run tsc -w or tsc -w --project test for watching file changes. How can I run them...
Read more >How to Use .NET Core CLI to Create a Multi-Project Solution
NET Core is a robust Command Line Interface (CLI) that allows a user to create a multi-project solution with very minimal overhead.
Read more >dotnet watch command - .NET CLI
The dotnet watch command is a file watcher that runs a dotnet command when changes in source code are detected.
Read more >Working with Multiple Projects in VS Code - YouTube
We'll go through the different tools that help work with multiple projects in VS Code. These are ways to quickly switch between projects...
Read more >One Command to Run Multiple Tasks in Parallel - Nx - YouTube
Starting with Nx 15.4 you can run multiple targets in a single command. Here's now! ▭▭▭▭▭▭ Links ▭▭▭▭▭▭ Run-many command : ...
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 Free
Top 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
It’s in our backlog. We would consider a well-written PR to address this feature.
ping