I am working on upgrading a linux container that uses Aspose.Cells to .NET 6. I get the exception below
System.Net.WebException : System.TypeInitializationException: The type initializer for '\u000f ’ threw an exception.
284 —> System.TypeInitializationException: The type initializer for ‘Gdip’ threw an exception.
285 —> System.PlatformNotSupportedException: System.Drawing.Common is not supported on non-Windows platforms. See https://aka.ms/systemdrawingnonwindows for more information.
Other than the temporary workaround stated by Microsoft is the path to just stay in .NET Core 3 until the rewrite of the graphics library implementation is done (hopefully before .NET 3 EOS)?