-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.net core 3.1 can not use System.Drawing.Common on docker #227
Comments
This seems like a general problem with netcore. Let's see what the outcome of the following discussion will be: dotnet/runtime#1011 |
I was able to get the library to work on a Linux container running netcoreapp3.1 based on the guidance from this answer. Summary: |
@a57571735 does @pwninstein 's solution solve your problem? |
I am considering this package and saw this discussion. I would be interested in knowing as well @a57571735 . |
Can you try this:
|
@pwninstein answer worked for me. Just adding a sample dockerfile which shows how it need to be defined.
|
So this seems to be more a Docker/image problem (lib gdi missing), than a problem with QRCoder itself. Thus I'll close the issue. I you have a good idea how to integrate this information into the Wiki pages, let me know. |
System.Windows.Extensions types are not supported on this platform.
The text was updated successfully, but these errors were encountered: