Hi,
seems the recent update to Xamarin Forms 4.4 caused crashes in my experimental version of BrickController for UWP platform.
I've reported bug https://github.com/xamarin/Xamarin.Forms/issues/9002, but when I see the number of issues, it's easier to apply a workaround here in your app. It's quite simply, passing sourceAssembly parameter for ImageSource.FromResource to prevent crashes when Xamarin Forms 4.4 for UWP is used.
Please consider to apply it even it does not affect neither Android nor iOS.
Hi, seems the recent update to Xamarin Forms 4.4 caused crashes in my experimental version of BrickController for UWP platform. I've reported bug https://github.com/xamarin/Xamarin.Forms/issues/9002, but when I see the number of issues, it's easier to apply a workaround here in your app. It's quite simply, passing
sourceAssembly
parameter forImageSource.FromResource
to prevent crashes when Xamarin Forms 4.4 for UWP is used. Please consider to apply it even it does not affect neither Android nor iOS.