Closed
Description
Type of issue
Request for new feature/improvement
Expected Behavior
QRCoder can be run in a linux docker container
Current Behavior
QRCoder can only be run in a windows docker container
- Version used: 1.4.2
As specified here:
https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only
System.Drawing.Common is only supported on Windows which is referenced by QRCoder.
We want to be able to run our service using QRCoder in our Kubernetes Cluster using linux containers. This cannot be done with this depencency.