Allena

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
-
Allena created a post, CompletedOption to not break line if the line break does not actually shorten the line.
I'm seeing this issue with interpolated strings mostly, as they can be long. But, what I see is this: this.logger.LogInfo($"Some long text that goes past the line break margin"); Turns into: this...