afriscic / BarcodeScanning.Native.Maui

Barcode scanning library for .NET MAUI
https://www.nuget.org/packages/BarcodeScanning.Native.Maui
MIT License
162 stars 31 forks source link

Is .NET 7 supported? #35

Closed thdigalakis closed 5 months ago

thdigalakis commented 6 months ago

Hello and thanks a lot for your library. I want to ask if there is a chance to use it with .NET 7?

Thanks in advance!

afriscic commented 6 months ago

Hello. I think it could be done, but it would require more testing. No ETA for now.

sbricchi commented 5 months ago

I vote for this too! It would be great to make it work in NET 7. I've tried myself but I got stuck with some dependencies error. On the first place, there are some C# 12 minor features that needs to be taken back to C# 11. After that I have some java compiler error with "androidx.lifecycle.lifecycle-common" that is out of my reach... Thanks in advance in case you ever have the time to try!