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.

Fix version/verbosity confusion.

See original GitHub issue
λ dotnet --version
2.0.0-preview2-006391
λ dotnet -v | grep -e "-v"
Unknown option: -v
  -v|--version     Display .NET Core SDK version.
  -v|--verbosity        Set the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic].
...

I dont care the argue, pick one, stick to it.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
livarcocccommented, Jun 16, 2017

This is what I see now:

$ dotnet -v | grep -e "-v"
Unknown option: -v
  -v|--verbose          Enable verbose output
  --version             Display .NET CLI Version Number

It is usually helpful to add information about which CLI you are using when you file an issue and it is in the repo’s guideline on filing issues.

Also, please, let’s keep the tone civil.

0reactions
livarcocccommented, Jul 24, 2017

You can download from the release/2.0.0 branch.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Painless Configuration — Confuse 1.7.0 documentation
Confuse is a straightforward, full-featured configuration system for Python. ... Views also solve an important problem with overriding collections.
Read more >
Dialog confused by ease of access settings
A fix for this issue is now available in preview release. Try out the fix by installing the most recent preview from https://visualstudio....
Read more >
Jest somehow running in wrong context within pnpm ...
Jest somehow running in wrong context within pnpm workspaces (causing dependency confusion) · Steps to Reproduce · Expected Result · Actual Result ·...
Read more >
LNK2019 error when using #pragma comment, confused ...
This thinks that the first parameter to LogiLcdInit is an unsigned int whereas in the working version: bool __cdecl LogiLcdInit(wchar_t * ...
Read more >
on the impact of atoms of confusion on novices' code ...
We ensured that each program contains exactly one or zero instances of one atom, whether the obfuscated or clarified version. Each program ...
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