Strong-name the assemblies
This strong-names the assemblies so that applications which are themselves strong-named can use these libraries.
The snk file was generated by running: sn -k StrongName.snk
@dfederm Are we okay to still merge this, even if we're blocked with upstream dependencies?
EDIT: Nope! Moving this to draft for now.
I opened a PR upstream https://github.com/dotnet/Docker.DotNet/pull/567
PR merged upstream. Waiting for a release now.
Version 3.125.13 was released upstream with the required strong-naming 🎉
See #453
@dfederm can you rebase this branch please? I don't have permissions to push to your fork, but I've created a branch you can reset to: strong-naming.
We're getting closer, but the build still fails due to a lack of strong named assemblies for Tomlyn and Valleysoft.DockerfileModel. I've created issues upstream:
- https://github.com/xoofx/Tomlyn/issues/56
- https://github.com/mthalman/DockerfileModel/issues/101
I'll also create pull requests when I have time.