Here are the known limitations of Parasoft dotTEST:
VStest adapters fail to provide information about source code location when the full format of PDB files is selected in .NET. As a result:
- Test execution with dotTEST can only be applied to the entire assembly (running tests on selected files is not available).
- dotTEST reports may include information about projects that are "unknown".
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.
AI recommendations generated for CDD and METRIC rules, as well as .xml files, may not be accurate and should not be relied upon. See Generating a Suggested Fix.
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.
project.json
file are not resolved during analysis, which may impact results.See Application Coverage for Web Applications for limitations for collecting coverage from web applications.