Page 1 of 1

Azure functions v2 (.netCore)

Posted: Thu Jun 06, 2019 2:25 pm
by shazam
Hi,

We tried to publish an azure function generating a pdf file.
With azure function v2 we get an error involving System.Drawing which is not supported in v2 sandox:
https://stackoverflow.com/questions/519 ... 4#51907024

My question is : Do you plan to replace System.Drawing by an other library like ImageSharp to ensure a better compatibilty?

Best regards

Re: Azure functions v2 (.netCore)

Posted: Thu Jun 06, 2019 5:56 pm
by Lech Kulikowski
Hello,

Unfortunately, at the current moment, we do not have plans to replace it. Sorry.

Thank you.