suiranfes / shop.suiranfes.blue

shop.suiranfes.blue | Suiran Shop System - Application for accounting of the Suiran Festival.
https://shop.suiranfes.blue/
MIT License
2 stars 1 forks source link

Change library for generating QR Code #54

Closed mint73 closed 4 months ago

mint73 commented 4 months ago

The last update of QRCoderNetCore is 2019 (five years ago). I think it is better to change it to QRCoder.

mint73 commented 4 months ago

or ZXing

yogendrasgautam commented 4 months ago

@mint73 Please let me know if I can take this issue?

mint73 commented 4 months ago

@yogendrasgautam Yes, of course. Thanks for your interest in contributing!

Description of this issue We are currently using [QRCoderNetCore](https://www.nuget.org/packages/QRCoderNetCore/) as a library for creating QR codes. However, this has not been updated since 2019 and we would like to switch to the forked original [QRCoder](https://github.com/codebude/QRCoder/pkgs/nuget/QRCoder). The changes are as follows. ```diff .xml - + ```