Visual Studio 2010: Unit test results with "jump to file at line/col" links -
i'm unit testing compiler , provide unit test result can clicked , bring visual studio specified test input file cursor @ specified line/col. possible?
i've tried format outlined @ http://blogs.msdn.com/b/msbuild/archive/2006/11/03/msbuild-visual-studio-aware-error-messages-and-message-formats.aspx
for example:
main.cs(17,20): warning cs0168: variable 'foo' declared never used
afaik, visual studio doesn't columns. have built own vs error formatter , sytex goes this:
%file%(%line%): error %specific error%: %error text%
that appears work fine vs 2008 , 2010.
the link provided has more details can use format error or warning string.
Comments
Post a Comment