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 ## Behavior System.TypeInitializationException: The type initializer for 'Gdip' threw an exception....
## Type of issue [X] Bug [ ] Question (e.g. about handling/usage) [ ] Request for new feature/improvement ## Expected Behavior Should load the assembly. ## Current Behavior Referencing the...
Bug #399 If BillInformation is empty, insert no linebreak ## Summary This PR fixes/implements the following **bugs/features**: * [x] Bug #399 ### What existing problem does the pull request solve?**...
I'm running into an issue trying to use this library. I made a brand new project and added the nuget and it won't compile. The results show: Found conflicts between...
## Type of issue [X] Bug [ ] Question (e.g. about handling/usage) [ ] Request for new feature/improvement ## Expected Behavior .NET 5.0 project with QRCoder assembly reference compiles without...
## Type of issue [ ] Bug [ ] Question (e.g. about handling/usage) [X] Request for new feature/improvement ## Expected Behavior - Modern/lean/minimal .NET QRCoder v2.0 library - Zero dependencies...
Fixed dot size calculation where the size is divided instead of multiplied.
Adds Support for ImageSharp and SkiaSharp using two independent projects for maximum compatibility
## Summary This PR brings support for ImageSharp and SkiaSharp in two different packages: QrCoder.ImageSharp and QrCoder.SkiaSharp It brings three new classes: `ImageSharpQrCode` `ArtQrCode` (but for ImageSharp), and `SkiaSharpQrCode`. Each...
Proposal for #242. This is just an example -- I didn't move everything that could be moved. For the most part I left the code as-is after moving it. I...
## Type of issue [ ] Bug [X ] Question (e.g. about handling/usage) [ ] Request for new feature/improvement ## Expected Behavior I'm looking to take 2 strings and put...