Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chucker/vboptionstrictanalyzer
https://github.com/chucker/vboptionstrictanalyzer
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chucker/vboptionstrictanalyzer
- Owner: chucker
- License: mit
- Created: 2023-08-18T08:01:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-18T16:56:07.000Z (over 1 year ago)
- Last Synced: 2024-11-01T03:08:51.178Z (2 months ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.