rickyah / ini-parser

Read/Write an INI file the easy way!
MIT License
971 stars 241 forks source link

Signing issues in v2.5.0 #151

Closed rickyah closed 7 years ago

rickyah commented 7 years ago

ini-parser 2.5.0 seems to have some signage issues. Strong-name verification fails on my end, with this exception. I don't think the problem is on my end since 2.4.0 works just fine.

"Could not load file or assembly 'INIFileParser' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)"

yuuhhe commented 7 years ago

crash on web application only

rickyah commented 7 years ago

A new nuget version 2.5.2 with strongname signing is available https://www.nuget.org/packages/ini-parser/2.5.2

flmontpetit commented 7 years ago

Thanks a lot for this

rickyah commented 7 years ago

Thank you for letting me know!

Seems like a bug in VS, or a problem when I migrated from xamarin studio to the new "version" visual studio mac. The project is actually configured to sign the library's dll, but it does not work. It just skips it. So I had no idea I pushed the library without a strong name (signed)

Fortunately the feedback was quick! ;)

yuuhhe commented 7 years ago

well done