...
This and all the following analysis types are performed with a built-in or user-defined test configuration; see Configuring Test Configurations.
Info |
---|
icon | false |
---|
title | Support for .NET |
---|
|
...
|
dotTEST can perform pattern-based analysis on .NET projects, but some rules are not supported. See .NET Core Supported Rules for the list of rules that are available when you run analysis on .NET projects. |
Info |
---|
icon | false |
---|
title | Running Roslyn Analyzer Rules with dotTEST |
---|
|
Anchor |
---|
| Roslyn_analyzers |
---|
| Roslyn_analyzers |
---|
| Roslyn analyzers are code analyzers for Microsoft Visual Studio that check your code for defects and security vulnerabilities. You can run Roslyn analyzer rules and include the analysis results in the dotTEST report by:- running the Roslyn .NET Analyzers Default Rules built-in test configuration (see Built-in Test Configurations for details).
- adding selected rules from the ROSLYN category to your custom test configuration.
|
Code Duplication Analysis
...