Skip to content
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

Which ZXing package to use on Android Application template? #171

Open
ThysBrits opened this issue Feb 15, 2024 · 0 comments
Open

Which ZXing package to use on Android Application template? #171

ThysBrits opened this issue Feb 15, 2024 · 0 comments

Comments

@ThysBrits
Copy link

We are updating our mobile app originally developed in Xamarin, but the Upgrade Assistant is of no use, and moving to MAUI and Blazor is a big move instead of just staying with our XAML forms. We have thus created a new project in VS2022 using the Android Application template and .Net 8, and then adding all the existing classes to this project. Most of it is working well so far, the biggest issues being finding NuGet packages that are ready for .Net 8. One of them being the ZXing.Net.Mobile package. We cannot use this package, as it also brings along the V4.Support package, which causes build errors and duplicate declarations for some JAVA classes. Is there a version that we can use in this project? Can we use ZXing.Net.Maui in this project, as it doesn't implement the MauiApp, but still uses the old Xamarin style startup on an Activity?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant