You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the end we couldn't get strong naming working properly. It's something that is necessary but it's a really difficult thing to get right. We didn't quite achieve it. The problem with strong naming is that all your dependencies must be strong named. This is hard to do when using nuget packages that are not strong named. We tried a hack where we would recursively open dlls, resign then and then load them. It almost worked but we kept getting problems. Anyway we stopped working on it and the code got stale.
I think the above error is that the key file required for strong naming is missing. I probably deleted it from the repo when I stopped working on it.
Currently we don't strong name. We may come back around to working on the problem another time closer to when we release our product to our customers.
Can you show an example of how you run the strongnamer.ps1 script? I tried running this from the powershell editor but I get a bunch of errors:
The text was updated successfully, but these errors were encountered: