QRCoder
QRCoder copied to clipboard
A pure C# Open Source QR Code implementation
## Type of issue [x] Bug [ ] Question (e.g. about handling/usage) [ ] Request for new feature/improvement ## Expected Behavior A new instance of **Girocode** should not throw a...
## Type of issue [x] Bug [ ] Question (e.g. about handling/usage) [ ] Request for new feature/improvement ## Expected Behavior The `QRCode` class should be found and usable after...
Profiling showed that there are some allocations in `QRCodeGenerator` that can be quite easily avoided. simple console app for profiling ```c# using System.Diagnostics; using QRCoder; string payload = $""" Time...
Prerequisites (to reduce diff): - #590 Status: - All generated micro QR codes are scannable - Most QR codes match the output of the segno python library - Need to...
Updates CI scripts as follows: - Bumps windows-2019 to windows-latest due to: - https://github.com/actions/runner-images/issues/12045 - Changes expected folder from `D:\a\qrcoder\qrcoder` to `${{ github.workspace }}` (due to it actually being `C:\a\qrcoder\qrcoder`...
I'm a bit confused, but it seems when the OneTimePassword payload is created, and the AuthAlgorithm is set to OneTimePasswordAuthAlgorithm.SHA256 .... this doesn't seem to actually get read in by...
## Type of issue [ ] Bug [X ] Question (e.g. about handling/usage) [ ] Request for new feature/improvement ## Expected Behavior ## Current Behavior Trying to load a QR...
## Type of issue [ ] Bug [X] Question (e.g. about handling/usage) [ ] Request for new feature/improvement ## Expected Behavior Hi, I just have question for how to generate...
## Type of issue [x ] Bug [ ] Question (e.g. about handling/usage) [ ] Request for new feature/improvement ## Expected Behavior I'm trying to generate a version 8 QR...
Per CodeRabbit: > _⚠️ Potential issue_ | _🔴 Critical_ > > **PDF Pages/Kids must reference an indirect Page object (not an inline dictionary).** > > Kids arrays shall contain indirect...