New to Telerik UI for WPF? Download free 30-day trial

Automatic Dependency Resolving

To improve the experience of your clients and reduce your application’s size it is crucial to use only the subset of Telerik UI for WPF assemblies you really need.

Some controls require multiple assemblies and mistakes are likely to happen. For example, in the urge to optimize, you could remove an assembly the project needs, thus breaking the application compilation.

When using the New Project Wizard or Project Configuration Wizard, the possibility to make such mistakes is lowered to a minimum, thanks to the dependency analysis in the Progress Telerik UI for WPF Extension.

Project Configuration Wizard

The Progress Telerik UI for WPF Extension assembly list control is controlled by the dependency analyzer, which will not let you select Telerik UI for WPF assemblies without selecting the assemblies they depend on. Both aspects are covered:

  • Selecting a Telerik UI assembly will also select the additional assemblies it depends on as well.

  • Deselecting a Telerik UI assembly will also deselect assemblies depending on it along with it.

Note that not all assemblies are listed.

See Also

In this article