[GH-ISSUE #18] Signed DLL that I can't reference anymore. #17

Closed
opened 2026-02-25 21:30:28 +03:00 by kerem · 2 comments
Owner

Originally created by @dretax on GitHub (Dec 25, 2015).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/18

Originally assigned to: @brutaldev on GitHub.

Hello @brutaldev

If I sign a dll, I can't reference It in my visual studio anymore. What's the problem?

https://db.tt/LEmyvmWO

Originally created by @dretax on GitHub (Dec 25, 2015). Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/18 Originally assigned to: @brutaldev on GitHub. Hello @brutaldev If I sign a dll, I can't reference It in my visual studio anymore. What's the problem? https://db.tt/LEmyvmWO
kerem 2026-02-25 21:30:28 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@brutaldev commented on GitHub (Dec 26, 2015):

Hi @dretax

Other assemblies that reference UnityEngine need to have their references fixed. When you sign UnityEngine, any assemblies that reference it will still reference the unsigned version unless you include them in the process to have their references "fixed" to point to the newly signed version.

Refer to the docs on how to deal with dependencies here: https://github.com/brutaldev/StrongNameSigner#dealing-with-dependencies

<!-- gh-comment-id:167278259 --> @brutaldev commented on GitHub (Dec 26, 2015): Hi @dretax Other assemblies that reference `UnityEngine` need to have their references fixed. When you sign `UnityEngine`, any assemblies that reference it will still reference the unsigned version unless you include them in the process to have their references "fixed" to point to the newly signed version. Refer to the docs on how to deal with dependencies here: https://github.com/brutaldev/StrongNameSigner#dealing-with-dependencies
Author
Owner

@dretax commented on GitHub (Dec 26, 2015):

Cheers

<!-- gh-comment-id:167309454 --> @dretax commented on GitHub (Dec 26, 2015): Cheers
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/StrongNameSigner#17
No description provided.