Visual Studio warning level meanings?

前端 未结 6 1349
清歌不尽
清歌不尽 2020-12-08 18:24

On the build tab in a Web Application project I have a setting called \"Warning Level\". I can set a value from 0 to 4. What do these values mean? Will a value of 0 be more

6条回答
  •  温柔的废话
    2020-12-08 18:39

    0 turns off warnings completely, while 4 is the most verbose level. See the documentation here which has the same warning levels.

提交回复
热议问题