-
*__Note__: This issue is part of the planning of version 2 of the QRCoder. The [meta-issue can be found here](https://github.com/codebude/QRCoder/issues/512). These comments have been copied into this…
-
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 : " + employeeSalaryGetDeta…
-
QRCode class is not visible on net6.0 targeted web app projects
## Type of issue
[x] Bug
## Possible Solution (optional)
https://github.com/codebude/QRCoder/blob/cecf2066d3f3a74b142aaa7c8d9…
-
*__Note__: This issue is part of the planning of version 2 of the QRCoder. The [meta-issue can be found here](https://github.com/codebude/QRCoder/issues/512). These comments have been copied into this…
-
Hi!
I noticed some problem in returned Barcode object after qr-code recognizing.
Barcode object had valueFormate equal to TEXT, but In fact the qr-code contains VCard with single field "Email". Also …
-
**Is your feature request related to a problem? Please describe.**
Right now we are generating the QR-code serverside by implementing `IBankIdQrCodeGenerator`, by default that is done using the QRCod…
-
Is it possible to crate a qr Code with FNC1 Type to build it as a QR CODE GS-1 Type?
_Originally posted by @msWP in https://github.com/codebude/QRCoder/discussions/483_
-
hey, recently I have used the qrcoder in my rails project and I got the error said that file save error and My code is
```
if !Dir.exists?("public/qrcode")
Dir.mkdir(File.join('public', '…
-
That would be great if/when I only want to view link on my phone
-
Would love to have a QR code for the ShortUrl which can be shared / published.
I did some first tests and implemented this in an Azure Function: https://github.com/heyAyushh/qrfn (Site: https://medium…