CMS Snapshot Analysis - Run Analyzer - Warnings - DOTNet with extension - DotNet Analyzer - Unrecognized format of project file
Problem Description
While running .NET analysis you may get the below type of warnings in your analysis log:
Line 2107: DOTNET.0155: Unrecognized format of project file S:\Tests\Assemblies_Source\TestWebLogon.vbproj . This project is then excluded from analysis.
Line 2108: DOTNET.0155: Unrecognized format of project file S:\Tests\Source\TestWebLogonImport.vbproj . This project is then excluded from analysis.
Line 2111: DOTNET.0155: Unrecognized format of project file S:\Tests\Assemblies_Source\WebTest.vbproj . This project is then excluded from analysis.
Observed in CAST Extension Version
| Release | Yes/No |
|---|---|
| 1.2 | ✅ |
Observed in RDBMS
| RDBMS | Yes/No |
|---|---|
| CSS3 | ✅ |
| CSS2 | ✅ |
Step by Step Scenario
- Package the source code
- Run the analysis
Action Plan
Perform the below actions
- Check in the analysis log to find out in which project (analysis unit) the warnings are coming.
- Go to that analysis unit and navigate to the corresponding project file in the deploy folder and check the structure of the project file.
- If the project file used is of the format .NET 1.0/1.1, see Test_project.vbproj for example, then it is expected and is not supported till dotnet 1.2.3 funcrel. Hence, the analyzer did not recognize these project files and ignored them.
- This issue is fixed in 1.2.4 funcrel and above see below link:
.NET Analyzer - 1.2 - Release Notes - If even after using the above version, you get the same issue then contact CAST Technical Support. with the Relevant Input for the reproduction of the issue
Notes/comments
Tickets # 22403 , 21482
Related Pages
,