Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RambaaZambaa opened this issue Jun 30, 2017 · 2 comments
Open

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

RambaaZambaa opened this issue Jun 30, 2017 · 2 comments

Comments

@RambaaZambaa
Copy link

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants