ALX
Well-known member
I have recently changed my vb2005 project to include 'implicit conversions' in the warning list and was amazed by the number of warnings generated. So I started cleaning up my code to get rid of all these warnings. I came across a piece of code that was copied verbatim from the MSDN website, and noticed that there were several implicit conversion warnings in it also. If there are these warnings in the code written by Microsoft's pro's, maybe I'm just beating myself up by trying to get rid of all of these 'implicit conversion warnings' in my code. Should I be concerned about these warnings? Do most vb.NET programmers leave the switch to list these warnings turned off?