When I create my solution from the command line using msbuild , I do not get any output from the csharp (Csc) compiler, as visual studio does.
For example, if I create my solution in Visual Studio, I get:
warning CS0162: Unreachable code detected
When I build from the command line using msbuild I don't get any warning (I want the warning to appear!)
Edit: / verbosity flag doesn't do the trick
source share