Replies: 1 comment
-
Hello, I think you miss to declare "features" viewmodel path as namespace, could you try to add this line:
Where "Test.ViewModels.Features" is the path of your MainViewModel viewmodel. To help you with binding errors you could add this to your csproj in order to see errors:
You can reffer to this page for more details: https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/data-binding/compiled-bindings?view=net-maui-9.0 Regards. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am confused on how to use
CompiledBinding
with Xaml that have list items. Lets say I have this Pagethis is working in debug. But when it release if I am using XAMLCompilation I got this error
Beta Was this translation helpful? Give feedback.
All reactions