maui icon indicating copy to clipboard operation
maui copied to clipboard

Content page databinding bug

Open candinho1987 opened this issue 3 years ago • 2 comments

Hi, i just got a bug, when i add:

<ContentPage.BindingContext>
        <local:UsuariosViewModel x:Name="ViewUsers"/>
    </ContentPage.BindingContext>

And i get the error: erro maui android and on windows machine it work: work on windows

Steps to reproduce: create a maui project, add <PackageReference Include="CommunityToolkit.Maui" Version="1.2.0" /> <PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0-preview4" />, contentpage.datacontext.

candinho1987 avatar Aug 07 '22 02:08 candinho1987

Hi @candinho1987. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

ghost avatar Aug 08 '22 14:08 ghost

Hi @candinho1987. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

https://github.com/candinho1987/MAUI-DataBinding-Bug-Repl

candinho1987 avatar Aug 09 '22 01:08 candinho1987

Any news on this? Really needs attention as we can't use data bindings on Android

candinho87 avatar Aug 13 '22 02:08 candinho87