You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On Windows platforms the message "dotnet list Errors: {errorOutputBuilder}" is incorrectly output to the console window due the a blank line being 2 chars (CR and LF) instead of just 1.
To Reproduce
Steps to reproduce the behavior:
Run the CLI on a Windows machine
Expected behavior
The message is only output when the process error output is > Environment.NewLine.Length rather than a hard coded 1
The text was updated successfully, but these errors were encountered:
Describe the bug
On Windows platforms the message "
dotnet list
Errors: {errorOutputBuilder}" is incorrectly output to the console window due the a blank line being 2 chars (CR and LF) instead of just 1.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The message is only output when the process error output is > Environment.NewLine.Length rather than a hard coded 1
The text was updated successfully, but these errors were encountered: