Shane Krueger

Results 854 comments of Shane Krueger

> If the user passes the payload object to `CreateQrCode`, then the values from the payload are automatically pulled in. Right, just a check here in case someone tries to...

> Let me know what you think. Honestly, I think it's overcomplicated. One of the benefits to QRCoder is its simplicity. I don't see a benefit to separating payload settings...

I suggest one main tracking issue (this one?), with lists of related issues, PRs, or discussions at the top of the issue, like this: - [ ] #512 - [...

Before starting any work on v2, I would like to add another PR (after the above PRs are merged) that will: 1. Add editorconfig with standards for naming, etc, including...

> Has the support for .net8 been added? Nothing has changed, if that's what you're asking. .NET 8 support is available for specific renderers as listed [here](https://github.com/codebude/QRCoder/wiki/Advanced-usage---QR-Code-renderers) under the .NET...

Versions (sizes) 38, 39, and 40 of QR codes support more than 2,600 bytes of content when using the low (L) ECC level. A "version 38" QR code has 169x169...

Sample code: ```cs using QRCoder; using System; using System.IO; class Program { static void Main() { // Example content with 2600 characters (this will need to be replaced by your...

I want to think about it some more, but generally I'm thinking: 1. Don't make any (or few) changes for v1.x. (Consider if any changes are straight bugfixes or are...

Yeah; I’ll mark it WIP. I’d rather have a consensus before we merge anything.

> > netstandard2.0 > > but the consumers of shoudly are test apps. which have to target a runtime. for example nunit has dropped support for netstandard. and the v3...