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
Should be able to use 5 argument version of constructor
Current Behavior
The 5 argument version of the constructor does not exist in Nuget package v 1.5.1
Possible Solution (optional)
Update the Nuget package with current version of code
Steps to Reproduce (for bugs)
Create a new C# console solution with .NET 8.0
Add QRCode 1.5.1 with Nuget
Try to call the 5 argument version of QRCode constructor to make an QR with an embedded image.
Get compile error