It really seems to me that the VS 2010 IDE is not barking at me, trying to pass Nothing through a method parameter that accepts a user-defined enumeration. Instead, it goes from 0 to the method. C # would never allow this. Can I add a module level modifier, for example option strict, that will force the IDE to prevent these types of implicit conversions?
source
share