john-h-k / MathSharp

A vector and matrix library written in C# using hardware intrinsics
MIT License
697 stars 49 forks source link

Feasiblity of remove strong-name signing? #8

Closed Perksey closed 5 years ago

Perksey commented 5 years ago

Strong-name signing isn't really used anymore and has caused a bunch of issues in OpenTK, thus we no longer recommend it. Plus, NuGet.org has it's own signature validation system so snk isn't really needed.

Consider removal?

john-h-k commented 5 years ago

This seems fine, I can get round to it at some point but it is a simple PR if anyone else is up to it

varon commented 5 years ago

Definitely remove it. Apparently causes issues with GLControl too.

john-h-k commented 5 years ago

38