Tony Q.
Tony Q.
I comment on dotnet runtime repo to complain about the retiring of System.Drawing. If you have the same option, please comment in [this issue](https://github.com/dotnet/runtime/issues/64732).
@jaklithn Yep, I'm actually planning this because I don't think I have the power to change decision from .NET team. But migration to one of these library may take at...
@Xenoage Can you create a PR? So that it's easy for me to compare and review the code. Thank you!
@beaver316 The new fix will not release very soon. What I suggest is to enable System.Drawing.EnableUnixSupport according to [MS Doc](https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only).
> > @beaver316 The new fix will not release very soon. What I suggest is to enable System.Drawing.EnableUnixSupport according to [MS Doc](https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only). > > What is meant by "not releasing...
@flq ImageSharp looks to be a good candidate. The only problem I'm thinking is that if I should totally get rid of System.Drawing for any .NET version (including versions before...
@ligg 其实我感觉社区里用.NET 6的人不太多,只是某些MVP在强推而已,NPOI的用量可以间接反映.NET版本的使用情况,如果.NET 6用的人多的话,这个帖子早炸了,我目前也就接到10个以内的complaint,也就是说全球范围内.NET 6的装机量并不高,大家都在观望。实际上我之前做自由职业的时候,涉及的项目包含多家公司,有相当一部分还在使用.NET core 2.2/3.1,.NET 5的都很少。 It looks .NET 6 is not so popular in the community so far. Only a few Microsoft MVPs are pushing this to...
@flq Don't worry. Support for .NET 6 is on NPOI's roadmap. It will not be later than Oct, 2020. The .NET market in China is a bit different from global...
According to [SixLabor nuget](https://www.nuget.org/packages/SixLabors.ImageSharp/#supportedframeworks-body-tab), this library only support .net framework 4.7.2. That means NPOI have to give up support of .NET framework 4.5. Any concern on this?
#894 PR created