Redth / ZXing.Net.Maui

Barcode Scanning for MAUI?
MIT License
460 stars 151 forks source link

net8 and Comet #143

Closed kfrancis closed 8 months ago

kfrancis commented 11 months ago

When attempting to use this in net8 RCs, the Comet project is really unhappy. Builds, but when you attempt to run it can't find the handlers for DI.

kfrancis commented 10 months ago

Eh, this might be harder. Any chance the comet-generated stuff can be replaced with something else?

dgerding commented 8 months ago

The release .net8 with "add-net8" branch and .net8 targets etc now builds and runs with Android and Windows devices for me. Can't test Apple platform but interested if anyone has had luck there.

kfrancis commented 8 months ago

Yea, the only thing that I needed to do with that branch was not include the comet project - which isn't needed any longer but was still included there. We're using this in net8 just fine now.