Beta dependecy in v2.6.0 #999
-
I recently needed to update NPOI version from 2.5.6 to 2.6.0 due to a vulnerability. However, the use of 2.5.6 was in a web project, in .NET Framework 4.7.2. The problem is that 2.6.0 version brings with SixLabors.Font dependency, which is still in beta. My deployment doesn't allow installation of beta packages (or prerelease), which made me question: should NPOI release 2.6.0 version with reference of something still in beta? I was forced to downgrade. Is this dependency really necessary in 2.6.0? Wouldn't it be better to wait to use the SixLabors.Fonts feature only when it was actually ready? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yeah, it's necessary. Please read #656. |
Beta Was this translation helpful? Give feedback.
Yeah, it's necessary. Please read #656.