Closed
Description
This is related to forward support for .net 6 as added in #636.
The issue is that System.Drawing.Common isn't fully cross platform supported so while it won't break on every system its not stable for all use-cases. The issue is described by Microsoft here
This issue doesn't really present within the .net 5 ecosystem but will likely cause issues going forward. Microsoft recommends the following alternatives.
We need to use one of these repos or a suitable equivalent as appropriate and update usages within NativeImage.cs as appropriate.
Feedback on replacements welcome.