Alex141 / CalcBinding

Advanced WPF Binding which supports expressions in Path property and other features
Apache License 2.0
638 stars 79 forks source link

Error in WPF-Xaml Editor, binding is working though #48

Open RambaaZambaa opened 7 years ago

RambaaZambaa commented 7 years ago

Hi, the following Tooltip-Binding is throwing an xaml-error in visual-studio:

ToolTip="{c:Binding '(myValue>0 ? \'sentence one\' : \'sentence two\')'}"

"markup extension is not properly closed".

It's working fine in the app at runtime though.

How do i fix that? Thanks!

Aurumaker72 commented 2 years ago

IntelliSense isn't aware of CalcBinding intrinsics and marks this as invalid syntax. As this library isn't part of the Microsoft-lead C# ecosystem, IntelliSense won't be internally updated to accomodate to this syntax.

ylyuanlei0110 commented 10 months ago

IntelliSense isn't aware of CalcBinding intrinsics and marks this as invalid syntax. As this library isn't part of the Microsoft-lead C# ecosystem, IntelliSense won't be internally updated to accomodate to this syntax.

sound cool