You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[X] Bug
[ ] Question (e.g. about handling/usage)
[ ] Request for new feature/improvement
Expected Behavior
.NET 5.0 project with QRCoder assembly reference compiles without error.
.NET 6.0 project with QRCoder assembly reference does not compile : The type or namespace name 'QRCode' does not exist in the namespace 'QRCoder'
Current Behavior
Possible Solution (optional)
Steps to Reproduce (for bugs)
Include library in .NET 5.0 assembly project
Include QRCoder (sth like this):
QRCoder.QRCodeGenerator qrGenerator = new QRCoder.QRCodeGenerator();
QRCoder.QRCodeData qrCodeData = qrGenerator.CreateQrCode(payloadMessage, eccLevel);
QRCoder.QRCode qrCode = new QRCoder.QRCode(qrCodeData);
Compile : will work
Switch target of project to .NET 6.0 : error
Compilation: VS2022
Your Environment
danielhw2, ahmed-abdelrazek, jawand, MarkStaffArgentex, IgorWolbers and 10 more