remove warning messages on build
when i run sty开发者_如何学编程lecop on a file it displays warning messages along with other warning messages of other files... can we refresh the warning screen to display only stylecop warnings
Setting the warning level to 0 in the build options should help. Of course, it would be better to fix the warnings :)
The build options can be found by right clicking your project in the Solution Explorer and choosing Properties. Then select the Build tab on the left.
精彩评论