Does anyone know of a way to view all compiler warnings for a VB.NET project?

前端 未结 4 1524
渐次进展
渐次进展 2021-01-02 11:39

VB.NET has this rather annoying limitation which caps compiler warnings reported at 100.

vbc : warning BC42206: Maximum number of warnings has been exceeded.         


        
4条回答
  •  情歌与酒
    2021-01-02 12:08

    The official answer is apparently "No." From Microsoft: "While this issue does exist, the Visual Basic Compiler Team has decided to leave the hard limit to the reported errors because it helps with performance."

提交回复
热议问题