Topic: System.Drawing not supported in ASP Net Core and Electron EdgeJS
We are trying to convert an Electron edge with ASP NET MVC project to Electron Edge with ASP Net core where we are facing an issue "System.Drawing not supported on this platform".
It doesn't throws any error when working with MVC but throws error in ASP NET CORE.
Author: KRISHNA SWAROOP
PARTH
The System.Drawing namespace is not recommended for new development, because it's not supported within Windows services, ASP.NET Core, and ASP.NET.
You can use ImageSharp, SkiaSharp instead.
SAI
The System.Drawing namespace is not recommended for new development, because it's not supported within Windows services, ASP.NET Core, and ASP.NET.
You can use ImageSharp, SkiaSharp instead.
You can check the documentation for more explanation about System.Drawing