invertedtomato / crc

A flexible CRC implementation supporting most major algorithms. Also includes ability to support custom implementations.
MIT License
29 stars 10 forks source link

delay signed but not fully signed #16

Closed joebetmutia closed 4 months ago

joebetmutia commented 4 months ago

anyone also experiencing this?

Could not load file or assembly 'InvertedTomato.Crc' 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)

invertedtomato commented 4 months ago

I haven't but feel free to remove the strong signing. It was a box-ticketing exercise to help some users of the package, however adds no value really.

joebetmutia commented 4 months ago

hi @invertedtomato yes i figured it out yesterday when i downloaded the full repo.. seems like i just needed to comment something out and create a build out of it..

its just weird that it doesnt work out of the box so i was startled

all works afterwards.

and awesome library thank you