This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.

1.4.1

WPF 1.4.1 has been released as an LTS (Long Term Support).

Resolved issues

Internal IDCall IDDescription

APLWPF-165

17315

Permanent Fix - Running plugin com.castsoftware.wpf... -WARNING MODULMSG ; plugin has encountered the following error: Traceback (most recent call last)

1.4.0-funcrel

Resolved issues

Internal IDCall IDDescription
APLWPF-162-

No links between property and the xaml control

1.4.0-beta1

New features

  • Object icons used to depict XAML Controls and XAML Custom Controls have been updated.
  • XAML Source Files are now considered as the entry point for transactions. This has no impact on analysis results after an upgrade to this new release of the extension, however, CAST Transaction Configuration Center will report different results.

Resolved issues

Internal IDCall IDDescriptionNotes
APLWPF-24

Create Link from WPF Control to Event Handler (Delegate holds a Property instead of Function)

In previous releases of the extension, links were shown between control and event handler if the event handler is a function in code behind a class. No links were shown between control and event handler if the event handler is a property. This issue has now been resolved and links are correctly resolved and displayed. Therefore after an upgrade to this release of the extension and the generation of a new snapshot on unchanged source code, results may differ.

1.4.0-alpha3

Resolved issues

Internal IDCall IDDescription
APLWPF-13

None of the links have bookmarks from the links for WPF.

APLWPF-50
Binding Links should be handled correctly when we have same Property name in different classes. Binding links now take the full object name (i.e. object path) into account instead of just the object name.
APLWPF-128
Handled exceptions of the type 'list index out of range'.
APLWPF-151
Exception thrown if xaml file has commented code

1.4.0-alpha2

New features

  • New links are created between WPF controls and C# command delegate methods in case of command bindings.
  • New links are resolved where inheritance is involved: between the command object and the method passed to the command constructor.

Resolved issues

Internal IDCall IDDescription
APLWPF-142-Links from command to delegate methods are not created in base classes for datacontext

1.4.0-alpha1

New features

  • UserControls are now detected and saved as objects.
  • New BelongsTo link between UserControls and XAML Source Files.
  • Links will no longer be created from the XAML control to the Data Context.