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.

"dotnet build" should show build result and timing information at default verbosity level

See original GitHub issue

Moved from https://github.com/dotnet/sdk/issues/483 filed by @DamianEdwards


It seems that dotnet build is running at a quieter than normal/default MSBUILD verbosity level, meaning usual output like the build result and timing information (like below) isn’t shown:

image

I think it would be better to stick to the defaults or if possible tune the output to display the information we want for a great default CLI experience.


Comment by @rainersigwald

Note that this is independently controllable from overall verbosity via /consoleloggerparameters:Summary.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
livarcocccommented, Jan 6, 2017

Just update the msbuild number in the CLI. The change is a subset of https://github.com/dotnet/cli/pull/5199.

0reactions
krwqcommented, Jan 11, 2017

This is not closed yet, the update of MSbuild was to unblock the fixing. I will send a PR today with the actual fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"dotnet build" should show build result and timing ...
It seems that dotnet build is running at a quieter than normal/default MSBUILD verbosity level, meaning usual output like the build result ......
Read more >
dotnet build command - .NET CLI
The default is minimal . By default, MSBuild displays warnings and errors at all verbosity levels. To exclude warnings, use /property: ...
Read more >
dotnet clean command - .NET CLI
The default is normal . For more information, see LoggerVerbosity. Examples. Clean a default build of the project: .NET CLI
Read more >
dotnet command - .NET CLI
The dotnet command has two functions: It provides commands for working with .NET projects. For example, dotnet build builds a project.
Read more >
dotnet test command - .NET CLI
The dotnet test command builds the solution and runs a test host application for each test project in the solution. The test host...
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