Related to issue #1455 (message is truncated in the output window).
After building the project, the Error List contains two items for each error or warning, one with the full message and the other with the truncated message.
Example:
The analyzer message is:
MessageFormat = "First line of message. " + System.Environment.NewLine + "Second line of message. ";
Error list shows:
The tooltip also shows two messages
Related to issue #1455 (message is truncated in the output window). After building the project, the Error List contains two items for each error or warning, one with the full message and the other with the truncated message. Example: The analyzer message is: MessageFormat = "First line of message. " + System.Environment.NewLine + "Second line of message. "; Error list shows: The tooltip also shows two messages