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

Return of a strong name #373

Closed patrik-pis closed 1 year ago

patrik-pis commented 1 year ago

It would be possible to bring back a strong name. We have several projects that are strong name type and we also need to install assembly into GAC. Without strong name we can't update from version 3.9.0. Removing strong name from projects is not possible on our side.

Sicos1977 commented 1 year ago

Sorry but that is almost impossible todo. I always used strong named assemblies but since Microsoft made this more or less obsolete there are more and more nuget packages that don't implement this anymore. Because of this is is very hard to find strong named packages to use in MSGReader. That is also one of the main reasons I also dropped support for this.

Sicos1977 commented 1 year ago

You could try this to see if you still get the non signed assemblies loaded --> https://learn.microsoft.com/en-us/dotnet/standard/assembly/disable-strong-name-bypass-feature