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

No support for .Net8 #156

Open
shikha-shriya opened this issue Jan 4, 2024 · 10 comments
Open

No support for .Net8 #156

shikha-shriya opened this issue Jan 4, 2024 · 10 comments

Comments

@shikha-shriya
Copy link

I updated my solution to .net8 & ZXing is still not supporting to .net8. Can you please publish to .Net8?

https://www.nuget.org/packages/ZXing.Net.Maui.Controls

@trivalik
Copy link

trivalik commented Jan 5, 2024

I changed all 7.0 to 8.0 in csproj-files by search and replace and added <PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" /> into an ItemGroup, then all works.

@std66
Copy link

std66 commented Jan 7, 2024

Until it is released, checkout branch "add-net8".

@trivalik
Copy link

trivalik commented Jan 8, 2024

Are you sure this branch builds because no <PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" /> is in csproj-Files, because it was required when I was tring it. See upgrade guide: https://github.com/dotnet/maui/wiki/Upgrading-.NET-MAUI-from-.NET-7-to-.NET-8

@std66
Copy link

std66 commented Jan 8, 2024

You'll receive a compiler warning for the UseMaui, otherwise it compiles.

@dgerding
Copy link

fwiw, I can confirm the "add-net8" branch works for me on Windows and Android with .net8 target app.

@kfrancis
Copy link
Contributor

It works here as well, though the Comet project should be removed entirely. We're modifying the FrameAnalyzer to use with https://github.com/henrivain/TesseractOcrMaui

@Arieldelossantos
Copy link

hi @Redth, are you planning to update this soon??

@eli191
Copy link

eli191 commented Jan 30, 2024

I have it in my .NET MAUI 8.0 application and it is working.

@IrynaDoroshenkoDev
Copy link

for my app .NET MAUI 8.0 it is working

@eliberi
Copy link

eliberi commented Apr 24, 2024

To use the "add-net8" branch, do you just have to add it to your project manually, not using NuGet?

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

9 participants