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

前端 未结 4 1556
渐次进展
渐次进展 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:17

    As of VB11, in VS2012, vbc no longer has a maximum error limit when called from the command line.

    There's probably a better link for this now, but this will do until I find one.

    UPDATE: new link

提交回复
热议问题