Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TerminalLogger overwrites "attempting to cancel the build" message #8983

Closed
rainersigwald opened this issue Jun 30, 2023 · 0 comments · Fixed by #10055
Closed

TerminalLogger overwrites "attempting to cancel the build" message #8983

rainersigwald opened this issue Jun 30, 2023 · 0 comments · Fixed by #10055
Assignees
Labels
Area: Terminal Logger Problems with the livelogger/fancylogger/terminallogger -tl functionality. triaged
Milestone

Comments

@rainersigwald
Copy link
Member

When you cancel command-line MSBuild, we send the cancellation signal through the API and also writes status to stdout. But it does so directly:

Console.WriteLine(ResourceUtilities.GetResourceString("AbortingBuild"));

And terminallogger tends to immediately overwrite that message with status updates, so it's not obvious whether cancellation is in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Terminal Logger Problems with the livelogger/fancylogger/terminallogger -tl functionality. triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants