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.

Output of .NET Core CLI is not displayed

See original GitHub issue

When running the “dotnet” (by simply typing dotnet in the diagnostics console, CMD or PowerShell), the output briefly flashes on the screen and disappears.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
ahmelsayedcommented, Jan 12, 2017

yep, tested curl with

curl -o file.zip https://functionsbay.blob.core.windows.net/public/1.0.0.beta.9/Azure.Functions.Cli.zip

and dotnet just by listing the help.

0reactions
watashiSHUNcommented, Jan 15, 2017

it looks like the fix is checking (current line ends with "\r" && last line equals "\r\n"), if the condition is true, we will not skip current line This will not work for tsc --version since it output like this: capture

I used another command line exe to test (youtube-dl…a little tool that I used to download video, of cause with the progress indication) since curl does not hit the line being changed: rather than outputing "progress 10%\r" "progress 11%\r" it is doing this "progress 10%" "\r" "progress 11%" "\r"

Read more comments on GitHub >

github_iconTop Results From Across the Web

Asp.net 5 logging not displayed in output window
In this case I am looking for logging information in regards to what Entity Framework is doing i.e. Which command it is running....
Read more >
Troubleshoot .NET tool usage issues
A common reason for failure is that the tool name isn't correct. This can happen because of mistyping, or because the tool has...
Read more >
How do I get debug messages to show up in the output of ...
The output of my "dotnet run" command in PowerShell only includes the information message. I've tried using "dotnet run -v d" and "dotnet...
Read more >
.NET Core Command-line Interface
NET Core command-line interface (CLI) is a new cross-platform tool for creating, restoring packages, building, running and publishing .NET applications.
Read more >
NET Core Test Explorer
We can only navigate to symbols which are in the currently selected workspace. Test result is not shown in CodeLens / tree. Try...
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