Derek Foulk

Results 3 comments of Derek Foulk

@KevinH404 Thanks for the tip! In my case- I'm just an idiot... I was using `` for my buttons. It was scrolling to the top of the page because the...

Added the workaround to my XUnit test project (.NET 6.0) and my build is still failing... Am I doing something wrong? Xamarin.Forms 5.0.0.2545 Xamarin.CommunityToolkit 2.0.5 ``` net6.0 enable enable false...

Hey @AxelBaron - I ended up using the inline ignore. Just slap this at the top of each file that you wish to ignore: /* jshint ignore:start */ I don't...