View Issue Details

IDProjectCategoryView StatusLast Update
0001957NoesisGUIC++ SDKpublic2024-06-14 20:18
Reporternikobarli Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status assignedResolutionopen 
Product Version3.0.11 
Target Version3.1 
Summary0001957: TemplateBinding generates assertion for assignable types
Description

Using TemplateBinding for binding assignable (but not identical) types will generate an assertion for missing converter.
NS_ASSERT(mConverter != 0);

https://www.noesisengine.com/forums/viewtopic.php?f=3&t=2249#p12399

Steps To Reproduce

Use XAML expression
A = {TemplateBinding B}
when the type of A is not identical but assignable from the type of B

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-04-01 15:11 satorp New Issue
2021-04-01 15:11 satorp Tag Attached: C++
2021-04-01 16:15 sfernandez Assigned To => sfernandez
2021-04-01 16:15 sfernandez Status new => assigned
2021-04-01 16:15 sfernandez Target Version => 3.1
2024-06-14 20:18 jsantos Reporter satorp => nikobarli