[PR #378] [MERGED] Fix namespaces to not interfere with bouncy castle users #997

Open
opened 2026-01-29 22:18:32 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/378
Author: @adamhathcock
Created: 5/6/2018
Status: Merged
Merged: 5/6/2018
Merged by: @adamhathcock

Base: masterHead: fix_crypto_namespace


📝 Commits (2)

  • 9f89a08 Fix namespaces to not interfere with bouncy castle users
  • 7471802 Rider isn’t quite good enough in refactoring

📊 Changes

7 files changed (+7 additions, -9 deletions)

View changed files

📝 src/SharpCompress/Common/Rar/RarRijndael.cs (+1 -2)
📝 src/SharpCompress/Crypto/CryptoException.cs (+1 -1)
📝 src/SharpCompress/Crypto/DataLengthException.cs (+1 -1)
📝 src/SharpCompress/Crypto/IBlockCipher.cs (+1 -1)
📝 src/SharpCompress/Crypto/ICipherParameters.cs (+1 -1)
📝 src/SharpCompress/Crypto/KeyParameter.cs (+1 -1)
📝 src/SharpCompress/Crypto/RijndaelEngine.cs (+1 -2)

📄 Description

Fixes https://github.com/adamhathcock/sharpcompress/issues/377


🔄 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/adamhathcock/sharpcompress/pull/378 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 5/6/2018 **Status:** ✅ Merged **Merged:** 5/6/2018 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `fix_crypto_namespace` --- ### 📝 Commits (2) - [`9f89a08`](https://github.com/adamhathcock/sharpcompress/commit/9f89a0844dc9d946ffd7d8b853aa248f407a81ed) Fix namespaces to not interfere with bouncy castle users - [`7471802`](https://github.com/adamhathcock/sharpcompress/commit/747180203cca3f7251525933378a59124c0a5861) Rider isn’t quite good enough in refactoring ### 📊 Changes **7 files changed** (+7 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Rar/RarRijndael.cs` (+1 -2) 📝 `src/SharpCompress/Crypto/CryptoException.cs` (+1 -1) 📝 `src/SharpCompress/Crypto/DataLengthException.cs` (+1 -1) 📝 `src/SharpCompress/Crypto/IBlockCipher.cs` (+1 -1) 📝 `src/SharpCompress/Crypto/ICipherParameters.cs` (+1 -1) 📝 `src/SharpCompress/Crypto/KeyParameter.cs` (+1 -1) 📝 `src/SharpCompress/Crypto/RijndaelEngine.cs` (+1 -2) </details> ### 📄 Description Fixes https://github.com/adamhathcock/sharpcompress/issues/377 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:18:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#997