DLL dosn't have a digital signaure

Hi,

We where wondering why none of the dll files have a digital signature?
Following files are included in our project from the Monogame Nuget package:

MonoGame.FrameWork.dll
OpenXmlPowerTools.dll
SharpDX.Direct2D1.dll
SharpDX.Direct3D9.dll
SharpDX.Direct3D11.dll
SharpDX.dll
SharpDX.DXGI.dll
SharpDX.MediaFoundation.dll
SharpDX.RawInput.dll
SharpDX.XAudio2.dll
SharpDX.XInput.dll
Spire.Doc.dll
Spire.License.dll
Spire.Pdf.dll

We always sign our files to prevent anti-virus program to erase them. Normaly we just sign .exe files but to be “sure” have we also started to sign dll files. Nuget from Microsoft is always signed, so I guess its not a bad ide to sign dll files aswell. Any thoughts about this?

I just saw this issue on Github. It’s discussed there.

1 Like