xaml-math
xaml-math copied to clipboard
Is it possible to get a signed version of this package?
My Project has to be signed with a public key. Is it possible to get a signed version of this package? Without signed copy of this package VS is allowing me to include it in my project.
You could sign arbitrary assemblies yourself with something like https://github.com/brutaldev/StrongNameSigner
I am not against publishing a signed version in principle, but this usually comes at a cost (especially w.r.t. the Avalonia version we'll get… one day 😅).
Seeing the signed assemblies are .NET Framework-only thing (or are they really?), I am not super motivated to do it on our infrastructure. Especially since there are many modes of signing I am not very knowledgeable of.
I'll mark this as "help-wanted": if anyone here wants to implement signing on our GitHub Actions infrastructure, go ahead and send a PR. I am ready to provide all the support to such attempts.