Few people on the planet this is useful for, but here’s a #RoslynAnalyzer for when you have VB legacy code and want compiler warnings if it had Option Strict Off:
https://www.nuget.org/packages/VbOptionStrictAnalyzer
It’s OSS at https://github.com/chucker/VbOptionStrictAnalyzer
Credit for the code really goes to https://johnkoerner.com/csharp/code-analyzers-they-arent-just-for-c/; I mostly just made it easy to install.
#roslynanalyzer #dotnet #visualbasic