Replies: 1 comment
-
Hi @plrusek thanks for your note. I find that the signing introduces more problems than benefits and relies only on a key on my local machine. I've stopped signing my packages as a result, since this key shouldn't be published to Github. If you have an alternative solution I'm open to it. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I discovered that PublicKeyToken=null for any version of WatsonTcp since 6.0.8. I had to do some assembly binding since one of my dependencies still required 6.0.6, which is apparently the last version of this package that was signed.
6.0.6:

6.0.8+:

Beta Was this translation helpful? Give feedback.
All reactions