SQLiteAsyncConnection (sqlite-net-pcl) System.AggregateException: ‘One or more errors occurred. (Cannot compile: Invoke)’
I’m using sqlite-net-pcl package (1.9.172) and when running the android version of the .Net MAUI application, I get an unsupported exception “Cannot compile: Invoke” when passing the filter lambda to a firstordefault method as per below.