-
Notifications
You must be signed in to change notification settings - Fork 49
Type androidx.lifecycle.DispatchQueue is defined multiple times #742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the feedback. Update all your nugets to latest version and report if that solves the issue, please. |
Duplicate: |
OK. You cannot bump MAUI dependencies. As temp workaround try explicitly adding following PackageReferences:
and yes - please report here if workaround works. |
@moljac Adding the
My packages before update and before the error showed up.
My packages after full update to latest versions:
|
This is completely different issue: We provided fix few days ago.
Any package[s] referencing older AX or GPS-FB-MLKit packages could be source of "duplicate classes". We did and will provide "alignment bumps" of nugets, so we ensure that published packages reference only the newest/latest in order to reduce this issue, but we cannot influence various libraries/packages we do not maintain. Those could be problematic in the future. |
Android application type
Android for .NET (net6.0-android, etc.)
Affected platform version
VS 2022, MAUI .Net 7.0
Description
I try to add GooglePlayService and firebase service to the MAUI project but got the error. I found that the error is on package xamarin.androidx.lifecycle.common version 2.6.1.2
i also tray the older verions but no one solve the issue.
Steps to Reproduce
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: