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

Base64QRCode Type load fail using .net 6 #442

Closed
csutorasbalazs opened this issue Jan 20, 2023 · 2 comments
Closed

Base64QRCode Type load fail using .net 6 #442

csutorasbalazs opened this issue Jan 20, 2023 · 2 comments
Labels

Comments

@csutorasbalazs
Copy link

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

  • Version used: 1.4.3
  • Compiled from source or NuGet package?: nuget
  • Used renderer class: Base64QRCode
  • Environment (.NET 3.5, .NET 4.X, .NETCore, ...): .net 6

image

@Shane32
Copy link
Contributor

Shane32 commented Apr 13, 2024

@codebude
Copy link
Owner

This is fixed with #495 and will be part of QRCoder 1.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants