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.