Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 DateTime/DateTimeOffset 或 int/decimal 变量时的隐式转换可能会在运行时导致意外行为,因此我希望在检测到此类转换时在编译时发出警告或错误。
如何在 Visual Studio 2010 中实现这一点?
在 C# 中无法禁用隐式转换。
但是,Visual Basic 可以使用Option Strict On.
Option Strict On