You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: