Issue Description:
I'm encountering an issue with Pixelnetica.DocScanSDK.Xamarin.Forms NuGet when using Xamarin.Forms version 5.0.0.2612. The problem is that I'm getting a "System.MissingFieldException" exception. It specifically mentions the missing field "Xamarin.Forms.SolidColorBrush Xamarin.Forms.Brush.Blue" in the code.
System.MissingFieldException: Field not found: Xamarin.Forms.SolidColorBrush Xamarin.Forms.Brush.Blue Due to: Could not find field in class at ImageSdkWrapper.Forms.PxlScannerView..ctor () [0x0000b] in <b4fd1a4cfc344ffba73b5323291ef7fe>:0
Additional Information:
- Xamarin.Forms version: [e.g., 5.0.0.2612]
- Xamarin.Forms project type: Xamarin.Android
@DmitryH Can you please help on this?