How do I stop the C# compiler output from wrapping in the Visual Studio 2015 output window? -


when build c# code in visual studio 2015 using default compiler (nothing unusual project), output in output window looks bit this. (the actual width isn't representative, i've replaced rather long path xxx.)

1>xxx(402,13,402,16): error cs1955: non-invocable member 'lo 1>g' cannot used method. 1>xxx(424,25,424,28): error cs1955: non-invocable member 'lo 1>g' cannot used method.

presumably compiler printing non-invocable member 'log' cannot used method, , something, somewhere, stepping in , popping newlines in (at column 120 in practice - mentioned, column counts in example output unrepresentative).

can stop this? if so, how?

i'd prefer messages printed out newlines in natural places, can use output window's word wrap functionality.

after open package manager console, build output starts become wrapped above.

the fix appears to restart visual studio.


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -