Here are the known limitations of Parasoft dotTEST:

Code Analysis Rules

Unit Testing

Collecting Coverage

Static coverage will be collected for all supported file formats, while dynamic coverage will only be reported for files in the .cs or .vb format. In cases where static coverage is collected from files other than .cs or .vb, achieving 100% coverage may not be possible.

Calculating Metrics

dotTEST cannot calculate metrics for websites written in mixed C# and VB code.

LLM Integration

LLM integration does not support the CDD and METRIC rules, as well as .xml files. The Generate Suggested Fix for [rule] option is not available for these items; see Generating a Suggested Fix.

Razor and Blazor Files Support

To analyze Razor and Blazor files (files with the .cshtml, .razor and .vbhtml extensions) you need to use .NET 5.0 SDK or later. Also, the analyzed project must target .NET 5.0 or later framework.

Other

See Application Coverage for Web Applications for limitations for collecting coverage from web applications.