Visual Studio warning level meanings?

前端 未结 6 1350
清歌不尽
清歌不尽 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:29

    Higher is stricter. It can be annoying to see all the warnings that may or may not mean much to your app, but taking the time to clear them up can teach you a lot.

提交回复
热议问题