LibraryManager
LibraryManager copied to clipboard
Code cleanup: Use LogMessageGenerator.GetErrorsHeaderString() for logging errors
We should use this method in all clients when possible for logging errors. There is duplication of code in the different clients (CLI, MSBuild, and .vsix) and we should avoid it.