Option Strict [On|Off|SortOf]
Posted by: The Visual Basic Team,
on 25 Sep 2007 |
View original | Bookmarked: 0 time(s)
Yesterday I got a question from a developer asking whether or not we could add something called "Option Strict Warn" to the language. This would give a developer a warning when using something like late binding or an implicit conversion, rather than disabling it altogether (through an error).
As it turns out the ability to set custom custom values for Option Strict is actually already in Visual Studio. To test this out double click on "My Project" and click on the Compile tab of the Application...