-
-
Couldn't load subscription status.
- Fork 1.2k
Closed
Labels
bugBug or bug fixBug or bug fixenhancementA new feature or feature requestA new feature or feature request
Description
Type of issue
[X ] Bug
[ ] Question (e.g. about handling/usage)
[ ] Request for new feature/improvement
Expected Behavior
Should be able to create new QRCode Object by passing in QRCodeData.
Current Behavior
QRCode namespace doesn't exist.
Steps to Reproduce (for bugs)
Upgrade to .NET Core 8
Your Environment
Visual Studio 2022 latest version with .NET Core 8.
Code sample that works in .NET Core 5
QRCodeGenerator qrGenerator = new QRCodeGenerator();
QRCodeData qrCodeData = qrGenerator.CreateQrCode(PublicProfileURL, QRCodeGenerator.ECCLevel.Q);
QRCode qrCode = new QRCode(qrCodeData);
Bitmap qrCodeImage = qrCode.GetGraphic(20);
EzequielMoroni, RPM1984, pillepalle1, aligneddev and bokobza
Metadata
Metadata
Assignees
Labels
bugBug or bug fixBug or bug fixenhancementA new feature or feature requestA new feature or feature request