toumir
toumir
**FYI ; it worked well for me(Android 9.0/Android 10)** maybe you haven't registered a fingerprint on the device (**Settings->Security-> ...** ) if this is the case nothing is displayed.
@shaneh20 let me know if @mfidemraizer's answer helps
Does this do the trick ? change the TestData to OC ``` public class ViewModel { public ObservableCollection TestData { get; set; } public ViewModel(IList data) { TestData = new...
Great job **Nice to add this feature, it will bring a lot :) especially UI notification** : Please Support ObservableCollection Properties ``` public class Order { public virtual int Id...
I'm still encountering the error described in the issue, any additional advice or workarounds would be greatly appreciated
Hi @brianlagunas, Thanks for the tip on disabling strong name validation. **Unfortunately**, I'm still encountering the System.IO.FileLoadException even after turning it off. The issue seems to be related to using...