Tools to convert option strict off code into option strict on?

Posted by deerchao on Stack Overflow See other posts from Stack Overflow or by deerchao
Published on 2010-03-28T08:50:52Z Indexed on 2010/03/28 8:53 UTC
Read the original article Hit count: 248

Filed under:
|

I have to take over a project written in vb.net, which more than 400k lines of code written in option strict off mode. I want to build it under option strict on first before I do anything else -- which maybe converting it into C#. I found there's thousands of lines of code raises compilation error, mostly are about implicit type casts. Is there any tool would help to make it compile under option strict on mode if I don't want to correct every single line manually?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about option-strict