-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
QRCode class is not visible on net6.0 targeted web app projects #366
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
Comments
run into the same error... |
Same here |
Same error in dotnet6 using the GoogleAuthenticator lib. It runs into an error because QRCoder does not support dotnet6 in no windows environments |
It's because of #315 |
Targeted on Console App or Worker cause same error because of QRCode class is not visible using 1.4.3 and .NET6.0 |
Ya man the NET6_0_WINDOWS bricked the class from being visible in NET6 projects. the same for like SVG. Luckily I can just copy pasta it and it will for for the next 3 years until i have to update this package. -_EDIT - FYI Thanks friends |
I ran into the same problem and i used 1.4.1 QrCoder instead of 1.4.3 and things worked normally |
Dec 22 is one year anniversary of this bug xD |
QRCode class is not visible on net6.0 targeted web app projects
Type of issue
[x] Bug
Possible Solution (optional)
QRCoder/QRCoder/QRCode.cs
Line 1 in cecf206
#if NETFRAMEWORK || NETSTANDARD2_0 || NET5_0 || NET6_0_WINDOWS || NET6_0
The text was updated successfully, but these errors were encountered: