rudyspano

Results 3 comments of rudyspano

Not optimal, but you can use both VS external tool feature and a script Script example to adapt: ``` #!/usr/bin/env bash xaml_styler=$HOME/.nuget/packages/xamlstyler.console/3.0.0/tools/xstyler.exe filename=$1 if [ ! -f $xamlstyler ]; then...

Hi. We have implemented the workaround proposed by @adam-russell and now our app is fixed in Prod. I think you should all give it a try. Nothing complicated and that's...

@tamasszadvari , as a workaround, you can apply a platform effect to fix the issue: ``` public class FixiOSCollectionViewCellShiftPlatformEffect : PlatformEffect { protected override void OnAttached() { if (Element !=...