質問

I compile a library in C# and wonder whether I put the .snk file used to sign the library with a strong name in the .gitignore file or if I commit it to the repository?

役に立ちましたか?

解決

Your question:

Would it be better if others signed the lib with the same key and thus had the wery [sic] same keyfile?

That answer is subjective based on who has access to the code. Generally speaking, private keys should be kept private, so that one authoritative source is responsible for the "official" signed release, and I can't think of a good reason to violate this best-practice.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top