jamesmontemagno / StoreReviewPlugin

Request app store reviews across Xamarin and Windows applications
MIT License
184 stars 24 forks source link

The managed type `Xamarin.Google.Android.Play.Core.Listener.IStateUpdatedListener` exists in multiple assemblies: Xamarin.Google.Android.Play.Core, Xamarin.Google.Android.Play.Core.Common #52

Open amahera opened 1 month ago

amahera commented 1 month ago

Conflict with Xamarin.Google.Android.Play.Core.Common package

warning XA4214: The managed type Xamarin.Google.Android.Play.Core.Listener.IStateUpdatedListener exists in multiple assemblies: Xamarin.Google.Android.Play.Core, Xamarin.Google.Android.Play.Core.Common. Please refactor the managed type names in these assemblies so that they are not identical. warning XA4214: References to the type Xamarin.Google.Android.Play.Core.Listener.IStateUpdatedListener will refer to Xamarin.Google.Android.Play.Core.Listener.IStateUpdatedListener, Xamarin.Google.Android.Play.Core. warning XA4214: The managed type Xamarin.Google.Android.Play.Core.Listener.IStateUpdatedListenerImplementor exists in multiple assemblies: Xamarin.Google.Android.Play.Core, Xamarin.Google.Android.Play.Core.Common. Please refactor the managed type names in these assemblies so that they are not identical. warning XA4214: References to the type Xamarin.Google.Android.Play.Core.Listener.IStateUpdatedListenerImplementor will refer to Xamarin.Google.Android.Play.Core.Listener.IStateUpdatedListenerImplementor, Xamarin.Google.Android.Play.Core. warning XA4214: The managed type Xamarin.Google.Android.Play.Core.Common.IIntentSenderForResultStarter exists in multiple assemblies: Xamarin.Google.Android.Play.Core, Xamarin.Google.Android.Play.Core.Common. Please refactor the managed type names in these assemblies so that they are not identical. warning XA4214: References to the type Xamarin.Google.Android.Play.Core.Common.IIntentSenderForResultStarter will refer to Xamarin.Google.Android.Play.Core.Common.IIntentSenderForResultStarter, Xamarin.Google.Android.Play.Core. error XA4215: The Java type com.google.android.play.core.listener.StateUpdatedListener is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. error XA4215: com.google.android.play.core.listener.StateUpdatedListener generated by: Xamarin.Google.Android.Play.Core.Listener.IStateUpdatedListener, Xamarin.Google.Android.Play.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null error XA4215: com.google.android.play.core.listener.StateUpdatedListener generated by: Xamarin.Google.Android.Play.Core.Listener.IStateUpdatedListener, Xamarin.Google.Android.Play.Core.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null error XA4215: The Java type mono.com.google.android.play.core.listener.StateUpdatedListenerImplementor is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. error XA4215: mono.com.google.android.play.core.listener.StateUpdatedListenerImplementor generated by: Xamarin.Google.Android.Play.Core.Listener.IStateUpdatedListenerImplementor, Xamarin.Google.Android.Play.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null error XA4215: mono.com.google.android.play.core.listener.StateUpdatedListenerImplementor generated by: Xamarin.Google.Android.Play.Core.Listener.IStateUpdatedListenerImplementor, Xamarin.Google.Android.Play.Core.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null error XA4215: The Java type com.google.android.play.core.common.IntentSenderForResultStarter is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. error XA4215: com.google.android.play.core.common.IntentSenderForResultStarter generated by: Xamarin.Google.Android.Play.Core.Common.IIntentSenderForResultStarter, Xamarin.Google.Android.Play.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null error XA4215: com.google.android.play.core.common.IntentSenderForResultStarter generated by: Xamarin.Google.Android.Play.Core.Common.IIntentSenderForResultStarter, Xamarin.Google.Android.Play.Core.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null

Version Number of Plugin:

6.2.0

Expected Behavior

Actual Behavior