Info
Version: | 1.0.1.6 |
Author(s): | haoersheng, atalent, rmbgame |
Last Update: | Friday, August 28, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitee.com/atalent/ThoughtWorks.QRCode |
NuGet Url: | https://www.nuget.org/packages/ThoughtWorks.QRCode.Standard |
Install
Install-Package ThoughtWorks.QRCode.Standard
dotnet add package ThoughtWorks.QRCode.Standard
paket add ThoughtWorks.QRCode.Standard
ThoughtWorks.QRCode.Standard Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Drawing.Common(>= 4.5.0)
Tags
ThoughtWorks.QRCode很好用,但是该类库不支持标准库
于是我通过反编译dll,做了个标准版,并依赖引用了System.Drawing.Common
另外我发现当解析数据过长,或者QRCodeVersion>=30时,会抛出异常,
这个我做了修复,使用自动QRCodeVersion,也就是这个属性无需赋值,可以参考readme里面的使用示例
作者haoersheng没有留联系方式,如有侵权请联系我删除!!!.