We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[ ] Bug
I have used the Base64QRCode type in a netstandard2.0 class lib with asp.net core app 3.1 successfully so far.
Just moved to asp.net 6 and can not instantiate Base64QRCode anymore.
Just create a .net 6 project add a package reference 1.4.3 and the type Base64QRCode is simply not listed in the namespace.
VS 2022
The text was updated successfully, but these errors were encountered:
Fixed by:
Sorry, something went wrong.
This is fixed with #495 and will be part of QRCoder 1.5.0.
No branches or pull requests
Type of issue
[ ] Bug
Expected Behavior
I have used the Base64QRCode type in a netstandard2.0 class lib with asp.net core app 3.1 successfully so far.
Current Behavior
Just moved to asp.net 6 and can not instantiate Base64QRCode anymore.
Steps to Reproduce (for bugs)
Just create a .net 6 project add a package reference 1.4.3 and the type Base64QRCode is simply not listed in the namespace.
Your Environment
VS 2022
The text was updated successfully, but these errors were encountered: