question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support watching multiple projects from command-line

See original GitHub issue

Make 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:closed
  • Created 6 years ago
  • Comments:22 (14 by maintainers)

github_iconTop GitHub Comments

3reactions
natemcmastercommented, Jul 23, 2018

It’s in our backlog. We would consider a well-written PR to address this feature.

3reactions
muratgcommented, Nov 15, 2017

ping

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found