ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.05k stars 234 forks source link

PdfSharpCore Not Signed #360

Open PondPackMan2023 opened 1 year ago

PondPackMan2023 commented 1 year ago

Hi, I am using TeeChart which has a NuGet package reference to PdfSharpCore. However, the assemblies in the NuGet package are not signed which interferes with the deserialization of their settings (they use .NET serialization which requires dependencies to be signed).

It would be nice if the NuGet package included signed assemblies going forward so their deserialization can work properly.

Kris