Skip to content

Possibility to rewrite dependencies to a signed version of the assemblies #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
TFTomSun opened this issue Aug 29, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@TFTomSun
Copy link

TFTomSun commented Aug 29, 2020

I can successfully delay sign a bunch of assemblies which dependend on each other. The problem I face now, is that the dependencies are not rewritten to the new signed versions.

Is there a possiblity to rewrite the dependencies during the signing process to a signed version of the dependency, too?

Maybe I should explain a bit more about the background of my requirement:
I try to create a build package. The build package has some tasks that depend on 3rd Party assemblies. Other build packages could of course depend on the same 3rd party assemblies, but on different versions. Since both build packages could be loaded in the same MSBuild process, the first loaded 3rd party assembly version would win. To make sure that the version I depend on is loaded, I want to strong name the build package assemblies and all of it's depenedencies.

@prochnowc
Copy link
Contributor

This is currently not possible but should be easy to add.

@prochnowc prochnowc added the enhancement New feature or request label Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants