[PR #64] [MERGED] Introduce a new option -sk, to keep files struture in output directory. #97

Closed
opened 2026-02-25 21:30:41 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: bugfix/same-folder-issue


📝 Commits (2)

  • 504b8b6 Introduce a new option -sk, to keep files struture in output directory.
  • 495d7c6 Adjust 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.

## 📋 Pull Request Information **Original PR:** https://github.com/brutaldev/StrongNameSigner/pull/64 **Author:** [@mklemarczyk](https://github.com/mklemarczyk) **Created:** 10/14/2021 **Status:** ✅ Merged **Merged:** 10/14/2021 **Merged by:** [@brutaldev](https://github.com/brutaldev) **Base:** `master` ← **Head:** `bugfix/same-folder-issue` --- ### 📝 Commits (2) - [`504b8b6`](https://github.com/brutaldev/StrongNameSigner/commit/504b8b61bca3f7d187b1307d5559997068837a36) Introduce a new option -sk, to keep files struture in output directory. - [`495d7c6`](https://github.com/brutaldev/StrongNameSigner/commit/495d7c6f5d4e37e6b7f7d4c07fbc1d07e70c4065) Adjust output location of library for fixing references. ### 📊 Changes **2 files changed** (+26 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/Brutal.Dev.StrongNameSigner.Console/Options.cs` (+15 -1) 📝 `src/Brutal.Dev.StrongNameSigner.Console/Program.cs` (+11 -2) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:30:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/StrongNameSigner#97
No description provided.