mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[GH-ISSUE #65] Satellite assemblies located with other files #57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mklemarczyk on GitHub (Oct 14, 2021).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/65
Originally assigned to: @brutaldev on GitHub.
Hello, I got an issue when using console for signing files.
The output directory was in flat structure. I needed to recreate the file structure of the original release.
The satellite assemblies usually have specific structure for example for resource assemblies.
I created Pull Request #64 to address this issue, it introduces new option that allows preserve file structure in output directory.
More info about satellite assemblies can be found:
https://docs.microsoft.com/en-us/dotnet/core/extensions/create-satellite-assemblies
@brutaldev commented on GitHub (Oct 14, 2021):
PR accepted.