Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chucker/vboptionstrictanalyzer


https://github.com/chucker/vboptionstrictanalyzer

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# VbOptionStrictAnalyzer

An analyzer heavily derived from https://johnkoerner.com/csharp/code-analyzers-they-arent-just-for-c/, but ready to install via NuGet.

Write a VB file that has

```vb
Option Strict Off
```

, and you get a compiler warning.