john-h-k / MathSharp

A vector and matrix library written in C# using hardware intrinsics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feasiblity of remove strong-name signing?

Perksey opened this issue · comments

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?

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

commented

Definitely remove it. Apparently causes issues with GLControl too.