You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.


title: VB.NET

url: /analysis/languages/vbnet/

Language-Specific Properties

Discover and update the VB.NET-specific properties in: Project Administration > General Settings > VB.NET

Analyze Generated Code

To analyze tool-generated code (e.g. WCF code generated by SvcUtil.exe) for a specific VB.NET project, enable the “Analyze generated code” setting inside Project > Administration > General Settings > VB.NET. By default, tool-generated code files are skipped from analysis.

Known Limitations

Currently an error will be thrown when an issue is raised on a line of code containing the following pattern \s+error\s*: (i.e. one or more spaces, the string ‘error’, zero or more spaces and a ‘:’ ) . This is a well known problem on the Microsoft side (see issue). In order to work around this problem, our analyzer will skip issues reported on any line where the pattern is detected.