xaml-math icon indicating copy to clipboard operation
xaml-math copied to clipboard

Is it possible to get a signed version of this package?

Open memukesh opened this issue 2 years ago • 2 comments

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.

memukesh avatar May 26 '22 17:05 memukesh

You could sign arbitrary assemblies yourself with something like https://github.com/brutaldev/StrongNameSigner

ygra avatar May 28 '22 07:05 ygra

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.

ForNeVeR avatar May 28 '22 08:05 ForNeVeR