awesome-inc / FontAwesome.Sharp

A library for using Font Awesome in WPF & Windows Forms applications
Apache License 2.0
382 stars 89 forks source link

Strong name signature not valid for this assembly FontAwesome.Sharp.dll #84

Closed Pherax closed 2 years ago

Pherax commented 2 years ago

Describe the bug I am trying to build my first application in visual studio 2022 using c# .net framework. The program runs fine in the IDE but when I publish it to run the .exe i get the following error.

ERROR DETAILS Following errors were detected during this operation.

Desktop (please complete the following information):

TapusAggarwal commented 2 years ago

I got the same issue suddenly. The way to fix is to uninstall FontAwesome.Sharp and install FontAwesome.Sharp.StrongName

mkoertgen commented 2 years ago

Hi @Pherax and @TapusAggarwal ,

Thanks for pointing that out. Strong naming should already have been addressed in

Let's have a look about what is missing.

mkoertgen commented 2 years ago

Verified current build. Strong name key present & valid

image

Verified against the latest package, net48-runtime. Looks good to me as well

image

Could you verify using the methods described in

Is it that in your deployment scenario you probably need a digitally verified signature using

FranRDev commented 2 years ago

Hi. I got the same issue.

mkoertgen commented 2 years ago

We will add strong name signing in v6+

mkoertgen commented 2 years ago

Fixed in 6