Matthieu Barthelemy
Matthieu Barthelemy
I was having the exact same issue. To reproduce, create an entity with a composite primary key of 2 strings properties: class MyObject() { public string StringA { get; set;...
@lusson-luo could you share your solution, I am not having success: https://github.com/mydumper/mydumper/discussions/754
@Karmey I was having the same issue. Look like on CrossGeeks other package, someone figure out how to fix it : https://github.com/CrossGeeks/FirebasePushNotificationPlugin/issues/284 He said that you have to add Xamarin.Firebase.Common...