79284753

Date: 2024-12-16 13:01:54
Score: 0.5
Natty:
Report link

Finally i was able to solve this problem.

The problem was in some of these packages versions:

    <PackageReference Include="CommunityToolkit.Maui" Version="7.0.1" />
    <PackageReference Include="CommunityToolkit.Maui.Core" Version="7.0.1" />
    <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
    <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.7" />
    <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.7" />
    <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.7" />

I updated them all to the latest at once, this is the reason why I'm not sure exactly at which is the problem.

Hope this should help someone.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: furybg