[PR #884] [MERGED] Exports unclutter #1301

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/884
Author: @YoshiRulz
Created: 12/18/2024
Status: Merged
Merged: 12/19/2024
Merged by: @adamhathcock

Base: masterHead: exports-unclutter


📝 Commits (2)

  • f8e8273 Move utility classes to new namespace
  • e492025 Replace ReadOnlyCollection with the one in the BCL

📊 Changes

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

View changed files

📝 src/SharpCompress/Archives/Rar/FileInfoRarArchiveVolume.cs (+1 -0)
📝 src/SharpCompress/BufferPool.cs (+1 -1)
📝 src/SharpCompress/LazyReadOnlyCollection.cs (+1 -1)
📝 src/SharpCompress/NotNullExtensions.cs (+1 -1)
src/SharpCompress/ReadOnlyCollection.cs (+0 -30)
📝 src/SharpCompress/Utility.cs (+4 -2)
📝 tests/SharpCompress.Test/TestBase.cs (+1 -0)

📄 Description

Moves some types from the SharpCompress namespace to SharpCompress.Helpers, so they won't be used accidentally by consumers. (Builds upon #579.) And removes the redundant ReadOnlyCollection<T>.


🔄 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/884 **Author:** [@YoshiRulz](https://github.com/YoshiRulz) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 12/19/2024 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `exports-unclutter` --- ### 📝 Commits (2) - [`f8e8273`](https://github.com/adamhathcock/sharpcompress/commit/f8e8273d39698ca91e324b07a0b020bc42f72935) Move utility classes to new namespace - [`e492025`](https://github.com/adamhathcock/sharpcompress/commit/e4920255f0c66e61783b3a69912f437e194b186f) Replace `ReadOnlyCollection` with the one in the BCL ### 📊 Changes **7 files changed** (+9 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Archives/Rar/FileInfoRarArchiveVolume.cs` (+1 -0) 📝 `src/SharpCompress/BufferPool.cs` (+1 -1) 📝 `src/SharpCompress/LazyReadOnlyCollection.cs` (+1 -1) 📝 `src/SharpCompress/NotNullExtensions.cs` (+1 -1) ➖ `src/SharpCompress/ReadOnlyCollection.cs` (+0 -30) 📝 `src/SharpCompress/Utility.cs` (+4 -2) 📝 `tests/SharpCompress.Test/TestBase.cs` (+1 -0) </details> ### 📄 Description Moves some types from the `SharpCompress` namespace to `SharpCompress.Helpers`, so they won't be used accidentally by consumers. (Builds upon #579.) And removes the redundant `ReadOnlyCollection<T>`. --- <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:19:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1301