BrandonPotter/GoogleAuthenticator

Dependency QRCoder no longer supports .NET 6 on UNIX platforms

devji79 opened this issue · 1 comments

QRCoder references System.Drawing.Common which is no longer supported in non-Windows platforms.
https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only

ahwm commented

Are you encountering an error? Which version are you using?

Beginning with version 3.0 the GoogleAuthenticator library is not using any methods of QRCoder that rely on System.Drawing. Tests pass on Linux (generating a QR code with QRCoder). You can see the discussion of this in #69, #102, and #105.