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

Fix bug: Terminal logger Copy task retries #10296

Merged
merged 8 commits into from
Jun 27, 2024

Conversation

surayya-MS
Copy link
Member

@surayya-MS surayya-MS commented Jun 26, 2024

Fixes #9658

Old behavior

TerminalLoggerCopyRetry_OldBehavior

New behavior

TerminalLoggerCopyRetry_NewBehavior

Copy link
Member

@rainersigwald rainersigwald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me! @baronfel this is going with the "special-case this code and punt the logging-API question" approach, which feels right to me at the moment.

src/MSBuild/TerminalLogger/TerminalLogger.cs Outdated Show resolved Hide resolved
@baronfel
Copy link
Member

This is fine to fix the immediate problem, but I would like us to log an item to push for a 'full' fix - these messages looks noisy with the shared file prefix, and could overall do with a bit of cleanup presentation-wise when rendering in Terminal Logger. They look dated compared to how we render the project-specific errors.

@surayya-MS surayya-MS enabled auto-merge (squash) June 27, 2024 12:31
@surayya-MS surayya-MS merged commit c9e2fad into dotnet:main Jun 27, 2024
10 checks passed
@surayya-MS surayya-MS deleted the terminal-logger-copy-task branch June 27, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Copy Task retries aren't useful in Terminal Logger
4 participants