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.

vbnet.md 1.5KB

123456789101112131415161718192021222324252627
  1. ---
  2. title: VB.NET
  3. url: /analysis/languages/vbnet/
  4. ---
  5. <!-- static -->
  6. <!-- update_center:vbnet -->
  7. <!-- /static -->
  8. ## Language-Specific Properties
  9. Discover and update the VB.NET-specific [properties](/analysis/analysis-parameters/) in: <!-- sonarcloud -->Project <!-- /sonarcloud --> **[Administration > General Settings > VB.NET](/#sonarqube-admin#/admin/settings?category=vb.net)**
  10. ### Analyze Generated Code
  11. 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.
  12. ## Known Limitations
  13. 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](https://github.com/dotnet/roslyn/issues/5724/)). In order to work around this problem, our analyzer will skip issues reported on any line where the pattern is detected.
  14. ## Related Pages
  15. * [Importing External Issues](/analysis/external-issues/) (VSTest, NUnit, MSTest, xUnit)
  16. * [Test Coverage & Execution](/analysis/coverage/) (Visual Studio Code Coverage, dotCover, OpenCover, Coverlet, NCover 3)
  17. * [SonarScanner for MSBuild](/analysis/scan/sonarscanner-for-msbuild/)
  18. * [SonarScanner for Azure DevOps](/analysis/scan/sonarscanner-for-azure-devops/)