Description

After the analysis of a DOTNet application, open the analysis log and verify the existence of the following warning(s)

2018-08-13 22:23:00.115 Warning MODULMSG ; Job execution C:\CASTMS\Deploy\website_with_dot\WEBSITE_CODE\Website.UI\Home.aspx.vb(56,92): error CS0246: The type or namespace name 'XXXX' could not be found (are you missing a using directive or an assembly reference?)

2018-08-13 22:13:55.445151 Warning MODULMSG ; Job execution C:\CASTMS\Deploy\website_with_dot\WEBSITE_CODE\Website.UI\PoleAvailabilityManager.cs(25,17): error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)

The above warning messages are produced by the .NET compiler, which is run by the .NET analyzer in order to validate the existence of libraries and dependencies in the source code.

The warnings indicate that either the reference cannot be found in the .csproj or .vbproj file or there is some missing source code yet to be delivered.