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.

Standardize usage of globbing across CLI verbs

See original GitHub issue

dotnet build supports globbing pattern inputs, while publish, pack, test do not. We need to decide the intended usage of globbing and standardize it across verbs.

/cc @pakrym who added globbing to build for thoughts on why we only added globbing in build

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:6
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
mwijnandscommented, Mar 4, 2017

But dotnet test does not accept a sln file.

0reactions
CoskunSunalicommented, Jun 17, 2017

May I ask why is this issue closed? Is it already implemented, being tracked in another issue or will not be implemented at all?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Standardize usage of globbing across CLI verbs #6334
globbing is no longer accepted as an input to CLI commands. Instead, if wanting to act on multiple projects then a sln file...
Read more >
Is it better to specify source files with GLOB or each ...
file(glob) gives a hint for developers that all files from a directory have the same conceptual meaning and any files placed to this...
Read more >
Bash Globbing Tutorial
The Bash shell feature that is used for matching or expanding specific types of patterns is called globbing. Globbing is mainly used to...
Read more >
verb-cli | Yarn - Package Manager
Install globally with npm $ npm i -g verb-cli. Usage. Run verb in the command line to run the default tasks. Specific tasks....
Read more >
TSConfig Reference - Docs on every TSConfig option
This is useful when you only have a small number of files and don't need to use a glob to reference many files....
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