mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 03:16:10 +03:00
[PR #64] [MERGED] Introduce a new option -sk, to keep files struture in output directory. #97
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?
📋 Pull Request Information
Original PR: https://github.com/brutaldev/StrongNameSigner/pull/64
Author: @mklemarczyk
Created: 10/14/2021
Status: ✅ Merged
Merged: 10/14/2021
Merged by: @brutaldev
Base:
master← Head:bugfix/same-folder-issue📝 Commits (2)
504b8b6Introduce a new option -sk, to keep files struture in output directory.495d7c6Adjust output location of library for fixing references.📊 Changes
2 files changed (+26 additions, -3 deletions)
View changed files
📝
src/Brutal.Dev.StrongNameSigner.Console/Options.cs(+15 -1)📝
src/Brutal.Dev.StrongNameSigner.Console/Program.cs(+11 -2)📄 Description
Fixed wrong documentation, as option -o does not exists.
Added new option -sk, designed to keep file structure in output directory.
Added exception if key is not specified for console.
It allows the translated resources assemblies and satellite assemblies to be located in proper directory.
https://docs.microsoft.com/en-us/dotnet/core/extensions/create-satellite-assemblies
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.