Strong names for Orleans Binaries #7012
Unanswered
nickshrayer
asked this question in
Q&A
Replies: 1 comment
-
Orleans DLLs are signed by Microsoft, but they are not strong-named. There is a tool called StrongNamer which will add strong names to assemblies which do not yet have them. It may be suitable for your needs. Guidance states that we should not add a strong naming key to a library which is not already strong-named:
Given that, I believe we need other solutions, such as tooling to strong-name the published assemblies. Other options include rebuilding from source and including a strong-name key. |
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
-
Hello,
our application DLLs are all strongly-named. Thus they only can use other DLLs which have strong names. Unfortunately Orleans DLLs are not like those. How could I get Orleans binaries signed and with strong names?
Beta Was this translation helpful? Give feedback.
All reactions