Skip to content

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

@TFTomSun

Description

@TFTomSun

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions