Skip to content

Conversation

@SingleAccretion
Copy link
Contributor

@SingleAccretion SingleAccretion commented Sep 2, 2025

This changes the output from:

  Some/long/path/that
  /gets/broken/up

To:

  Some/long/path/that/gets/broken/up

Leaving wrapping up to the terminal and making C&P much easier.

See also dotnet/msbuild#10578.

@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Sep 2, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Sep 2, 2025
This changes the output from:
```
  Some/long/path/that
  /gets/broken/up
```
To:
```
  Some/long/path/that/gets/broken/up
```
Leaving wrapping up to the terminal and making C&P much easier.
@SingleAccretion SingleAccretion removed the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Sep 2, 2025
@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

@MichalStrehovsky
Copy link
Member

With this, can we remove this line?

set __ConsoleLoggingParameters=/clp:ForceNoAlign;Summary

@jakobbotsch
Copy link
Member

This also used to be old behavior before a random dependency update (I bisected it back to #67771 years ago). I'm all for this change, the default wrapping behavior is really annoying.

@agocke agocke enabled auto-merge (squash) September 3, 2025 17:44
@agocke
Copy link
Member

agocke commented Sep 3, 2025

/ba-g dead letter

@agocke agocke merged commit 96ff164 into dotnet:main Sep 3, 2025
150 of 152 checks passed
@SingleAccretion SingleAccretion deleted the ForceNoAlign branch September 3, 2025 17:46
filipnavara pushed a commit to filipnavara/runtime that referenced this pull request Sep 5, 2025
This changes the output from:
```
  Some/long/path/that
  /gets/broken/up
```
To:
```
  Some/long/path/that/gets/broken/up
```
Leaving wrapping up to the terminal and making C&P much easier.
@github-actions github-actions bot locked and limited conversation to collaborators Oct 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructure community-contribution Indicates that the PR has been added by a community member

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants