ehn-dcc-development / hcert-dotnet

C# /.NET port of hcert-java, Gunnar Ingi Friðriksson
Apache License 2.0
15 stars 14 forks source link

ZXING should not be included due to system.drawing dependencies #9

Open Theoistic opened 3 years ago

Theoistic commented 3 years ago

until now we've used this library as a direct git submodule .. to keep the integration clean, but adding dependencies on system.drawing breaks our implementation. since the library is used in our PWA (WebAssembly does not support this due to glibc and other dependencies which system.drawing requires.) our QR's are generated from PNG or SVG sources natively, this should also be an opt-in service. or split it in two separate assembly at the very least..