We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I imported a ViewCell from a Xamarin.Forms Project into a .net MAUI project The Message is "ViewCell does not support direct content"
The content between and should be taken as the Content <ViewCell.View></ViewCell.View> should not be necesary. Just like <ContentPage.Content>
Error is shown(screenshot below)
VS2022 - MAUI project
VS2019 - XF Project
I had to add <ViewCell.View> and </ViewCell.View>
The text was updated successfully, but these errors were encountered:
It was always compiling. But the issue was shown. Among others like attached properties. Might be an issue related to visual studio
Sorry, something went wrong.
No branches or pull requests
Description
I imported a ViewCell from a Xamarin.Forms Project into a .net MAUI project
The Message is "ViewCell does not support direct content"
Steps to Reproduce
Expected Behavior
The content between and should be taken as the Content
<ViewCell.View></ViewCell.View> should not be necesary. Just like <ContentPage.Content>
Actual Behavior
Error is shown(screenshot below)
Basic Information
Screenshots
VS2022 - MAUI project
VS2019 - XF Project
Workaround
I had to add <ViewCell.View> and </ViewCell.View>
The text was updated successfully, but these errors were encountered: