Assessment Mode

As part of the funcionalities of the WebMap Silverlight migration tool, it can run in assessment mode. When running in assessment mode it won't generate any migrated code, it will only analyze the input code and generate an assessment report based on information gathered during the execution. The following sections will detail the information given in the report.

Assessment Summary

The assessment summary has the basic information from the project

Name

Description

C# Silverlight Projects

The amount of .csproj files found.

Controls

How many different controls are used in the project.

Lines of code

The total sum of the lines of code.

CS Files

How many .cs files are contained in the project.

XAML Files

How many .xaml files are contained in the project.

External Libraries

The number of external libraries referenced in the project.

UI Controls

This table shows the components found by the assessment tool. These components are from the native Silverlight or from 3rd party libraries. Also, it shows the number of references each control has in the code, this includes the .xaml files.

External Libraries

The libraries shown here are 3rd party libraries that are referenced in the project. These libraries are not defined in the source code.

Last updated

Was this helpful?