Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upWhen using XAML compilation, binding to command whose class definition is in external project generates an error #2518
Comments
This comment has been minimized.
This comment has been minimized.
that's an issue in the BindingsCompiler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When using compile time data bindings, binding a button's command to a command whose class definition is in another project generates:
Member '<class name>' is declared in another module and needs to be imported
Steps to Reproduce
Expected Behavior
The project should compile successfully
Actual Behavior
An error is returned:
Member 'ViewModel.DelegateCommand' is declared in another module and needs to be imported
Basic Information
Reproduction Link
XamarinStaticBinding.zip