libgdiplus icon indicating copy to clipboard operation
libgdiplus copied to clipboard

Question: will this library continue to be supported given GDI+ is no longer supported on non-windows platforms with .NET 7.0?

Open siddjain opened this issue 2 years ago • 4 comments

Hello,

I just want to know if this library will continue to have bug fixes given GDI+ is no longer supported on non-windows platforms with .NET 7.0? Thanks.

siddjain avatar Jan 01 '23 16:01 siddjain

It's no longer supported since .NET 6 actually. This library is effectively no longer maintained.

filipnavara avatar Jan 01 '23 17:01 filipnavara

But why doesn't Microsoft put some efforts on this? I mean it should NOT be maintained by open source community. But Microsoft team should take over this maintainence task.

My project NPOI is deeply impact by this decision that .NET 6 will no longer support System.Drawing.Common on Linux. We have switch to an alternative library called SixLabors.Fonts. Unfortunately, this library doesn't work as expected. It caused NPOI lose the ability to autosize columns. You can check https://github.com/nissl-lab/npoi/issues/1022 for detail.

tonyqus avatar Jun 21 '23 21:06 tonyqus

Someone can probably rip the old libgdiplus S.D.C assemblies out and make it a separate package...

Artoria2e5 avatar Aug 05 '23 06:08 Artoria2e5

https://github.com/mono/mono/issues/20931#issuecomment-1890031693 The whole mono project has been actually discontinued since a few of years

mirh avatar May 25 '24 17:05 mirh