QRCoder
QRCoder copied to clipboard
A pure C# Open Source QR Code implementation
## Type of issue: Request for new feature/improvement It will be good if can have an option to define the time zone as well while creating the calender event.
Hello, I noticed one problem. The library does not indicate any limitations or requirements. You can understand this only if you open the code like here.  I suggest that...
## Summary This PR implements 'ByteMatrixQRCode', which allows a byte matrix representation of the generated QR Code data. I found this to be a very portable format for writing pixels...
I am trying to generate QRCode in .Net 6 but get a error Tell me where is my code wrong QRCodeGenerator qrCodeGenerator = new(); string data = "Name : "...
## Type of issue [ ] Bug [X] Question (e.g. about handling/usage) [ ] Request for new feature/improvement ## Question As the title depicts, is this library still maintained? Last...
## Summary Updates Url Payload Generator to better handle when a given url includes HTTP/HTTPS. This PR fixes/implements the following **bugs/features**: * [x] Bug: URL Payload Generator incorrectly prefixes `http://`...
From `./Readme.md`: > It hasn't any dependencies to other libraries In `./QRCoder/QRCoder.csproj`: ```xml ``` I was surprised, but I can totally see that above dependencies with their conditions don't count...
## 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. ##...
Faster generation of QRCode using StringBuilder
Dear All I am using QRCoder C# library with DLL version 1.3.7 NET 4.5, when printing the QR code the QR image is printed without the position finder squares (inner...