Javier Suárez
Javier Suárez
Could be related? https://github.com/dotnet/maui/issues/19882
> Needs rebase Done. Waiting build.
I have to reviewed it, the Shadow is rendered but without setting the Background property the opacity seems to be higher.  Workaround, set the Border Background.
> > Workaround, set the Border Background. > > Where are you setting the Background? Is this on the Shadow? Do you have a snippet for the workaround? In the...
After debugging a little bit, we have indeed gone from an average of 182fps (for 30s), to 0.65fps, a drastic drop in performance. This is a regression, introduced at https://github.com/dotnet/maui/commit/3f417755ea47b82b7daec807e723ea2bf6fa597d#diff-61362aac9bd0efecc45f0aec6d7c8c6d55758504c003e1109e7b4da0940b...
Could be related with: https://github.com/microsoft/microsoft-ui-xaml/issues/2527 Can reproduce the issue even with the changes: - SwipeControl without SwipeItems. - SwipeControl wrapped by a Container. - Setting default initial size, delay measuring...
Could you share the output, or some logs to get more information?
The failing Windows Device Test is not related with the PR changes 
Alternative PR https://github.com/dotnet/maui/pull/21883