Sicos1977 / MSGReader

C# Outlook MSG file reader without the need for Outlook
http://sicos1977.github.io/MSGReader
MIT License
489 stars 168 forks source link

Strong Naming needed #392

Closed Christian-Fenzl closed 9 months ago

Christian-Fenzl commented 9 months ago

I'm using MSGReader within a MS Office AddIn which requires that the referenced assemblies all are using strong naming. Since version 4.5.5 of MSGReader this has been dropped.

Are there any chances to support strong naming again and why has it been dropped?

Sicos1977 commented 9 months ago

I'm not adding back strong naming. It told other people that also raised an issue for this what the reason is not doing it.

More and more nuget packages don't support strong names anymore. If you support strong names then you also need packages from nuget that support it.