-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Proper support for multiline messages #9699
Proper support for multiline messages #9699
Commits on Mar 21, 2024
-
Adding proper support for multiline messages (with indentation). Remo…
…ved project name from message line.
Configuration menu - View commit details
-
Copy full SHA for 8494aeb - Browse repository at this point
Copy the full SHA 8494aebView commit details -
Configuration menu - View commit details
-
Copy full SHA for f857e4d - Browse repository at this point
Copy the full SHA f857e4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for de2d3db - Browse repository at this point
Copy the full SHA de2d3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0e772a - Browse repository at this point
Copy the full SHA e0e772aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36f3155 - Browse repository at this point
Copy the full SHA 36f3155View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf8171 - Browse repository at this point
Copy the full SHA adf8171View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa06f25 - Browse repository at this point
Copy the full SHA aa06f25View commit details -
The most significant change is in the
TerminalLogger
class, where t……he logic for appending a string to a `StringBuilder` object has been modified. The change corrects a potential issue where `endColumnNumber` was being used instead of `columnNumber` when `endLineNumber` is 0. Changes: 1. In the `TerminalLogger` class, the logic for appending a string to a `StringBuilder` object has been updated. Previously, if `endLineNumber` was 0, a string formatted with `lineNumber` and `endColumnNumber` would be appended. Now, a string formatted with `lineNumber` and `columnNumber` is appended instead. This change corrects a potential issue where `endColumnNumber` was being used instead of `columnNumber` when `endLineNumber` is 0.
Configuration menu - View commit details
-
Copy full SHA for 6e7ab56 - Browse repository at this point
Copy the full SHA 6e7ab56View commit details -
Update src/MSBuild/TerminalLogger/TerminalLogger.cs
Co-authored-by: Ladi Prosek <laprosek@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 92678b3 - Browse repository at this point
Copy the full SHA 92678b3View commit details -
Adding proper support for multiline messages (with indentation). Remo…
…ved project name from message line.
Configuration menu - View commit details
-
Copy full SHA for 8e9f8f4 - Browse repository at this point
Copy the full SHA 8e9f8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7990ec5 - Browse repository at this point
Copy the full SHA 7990ec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75abae0 - Browse repository at this point
Copy the full SHA 75abae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa081a4 - Browse repository at this point
Copy the full SHA fa081a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e51f567 - Browse repository at this point
Copy the full SHA e51f567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8454b2c - Browse repository at this point
Copy the full SHA 8454b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31fe460 - Browse repository at this point
Copy the full SHA 31fe460View commit details -
The most significant change is in the
TerminalLogger
class, where t……he logic for appending a string to a `StringBuilder` object has been modified. The change corrects a potential issue where `endColumnNumber` was being used instead of `columnNumber` when `endLineNumber` is 0. Changes: 1. In the `TerminalLogger` class, the logic for appending a string to a `StringBuilder` object has been updated. Previously, if `endLineNumber` was 0, a string formatted with `lineNumber` and `endColumnNumber` would be appended. Now, a string formatted with `lineNumber` and `columnNumber` is appended instead. This change corrects a potential issue where `endColumnNumber` was being used instead of `columnNumber` when `endLineNumber` is 0.
Configuration menu - View commit details
-
Copy full SHA for d52e04e - Browse repository at this point
Copy the full SHA d52e04eView commit details -
Update src/MSBuild/TerminalLogger/TerminalLogger.cs
Co-authored-by: Ladi Prosek <laprosek@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 75584c0 - Browse repository at this point
Copy the full SHA 75584c0View commit details -
The most significant change is the addition of a new feature to the `…
…_featureStatusMap` dictionary in the `Features` class. This feature, named `"TerminalLogger_MultiLineHandler"`, is set to `FeatureStatus.Available`, indicating that the TerminalLogger now has improved support for handling multi-line messages. List of Changes: 1. A new feature `"TerminalLogger_MultiLineHandler"` was added to the `_featureStatusMap` dictionary in the `Features` class within the `Microsoft.Build.Framework` namespace. This feature is set to `FeatureStatus.Available`, suggesting enhanced support for multi-line messages in TerminalLogger. Reference to Code Changes: - Addition of `"TerminalLogger_MultiLineHandler"` feature to `_featureStatusMap` dictionary in `Features` class.
Configuration menu - View commit details
-
Copy full SHA for 9b6e5ae - Browse repository at this point
Copy the full SHA 9b6e5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for de9bacd - Browse repository at this point
Copy the full SHA de9bacdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c5abcf - Browse repository at this point
Copy the full SHA 6c5abcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for eba58e6 - Browse repository at this point
Copy the full SHA eba58e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 600b8f2 - Browse repository at this point
Copy the full SHA 600b8f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87548f9 - Browse repository at this point
Copy the full SHA 87548f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e42cea0 - Browse repository at this point
Copy the full SHA e42cea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a97190 - Browse repository at this point
Copy the full SHA 2a97190View commit details