What is the best way to mix VB.NET's Option Strict and the new Option Infer directives?
Option Strict and Option Infer do not conflict, so I see no harm in having both on.
As a style guide, I prefer to put Option Strict, Explicit, and Infer at the top of each class file - this prevents differences in project or IDE settings from causing issues, and makes it clear what settings are used.