[PR #433] [CLOSED] Changed interface collections to ICollection #1021

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/433
Author: @adamhathcock
Created: 1/2/2019
Status: Closed

Base: masterHead: issue_432


📝 Commits (2)

  • f3ed8f7 Changed interface collections to ICollection
  • 08117d6 Dropped support for NET35…doesn’t seem right

📊 Changes

9 files changed (+14 additions, -88 deletions)

View changed files

📝 SharpCompress.sln.DotSettings (+1 -0)
📝 src/SharpCompress/Archives/AbstractArchive.cs (+5 -5)
📝 src/SharpCompress/Archives/AbstractWritableArchive.cs (+1 -1)
📝 src/SharpCompress/Archives/IArchive.cs (+2 -2)
📝 src/SharpCompress/Archives/Rar/FileInfoRarArchiveVolume.cs (+1 -0)
📝 src/SharpCompress/LazyReadOnlyCollection.cs (+2 -24)
src/SharpCompress/ReadOnlyCollection.cs (+0 -55)
📝 src/SharpCompress/SharpCompress.csproj (+1 -1)
📝 src/SharpCompress/Utility.cs (+1 -0)

📄 Description

For https://github.com/adamhathcock/sharpcompress/issues/432


🔄 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/433 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 1/2/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `issue_432` --- ### 📝 Commits (2) - [`f3ed8f7`](https://github.com/adamhathcock/sharpcompress/commit/f3ed8f780bd779dd8ba8c287a13c04365b9a5ef0) Changed interface collections to ICollection - [`08117d6`](https://github.com/adamhathcock/sharpcompress/commit/08117d6230bf78e4d3da7ab3981436238bb5c879) Dropped support for NET35…doesn’t seem right ### 📊 Changes **9 files changed** (+14 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `SharpCompress.sln.DotSettings` (+1 -0) 📝 `src/SharpCompress/Archives/AbstractArchive.cs` (+5 -5) 📝 `src/SharpCompress/Archives/AbstractWritableArchive.cs` (+1 -1) 📝 `src/SharpCompress/Archives/IArchive.cs` (+2 -2) 📝 `src/SharpCompress/Archives/Rar/FileInfoRarArchiveVolume.cs` (+1 -0) 📝 `src/SharpCompress/LazyReadOnlyCollection.cs` (+2 -24) ➖ `src/SharpCompress/ReadOnlyCollection.cs` (+0 -55) 📝 `src/SharpCompress/SharpCompress.csproj` (+1 -1) 📝 `src/SharpCompress/Utility.cs` (+1 -0) </details> ### 📄 Description For https://github.com/adamhathcock/sharpcompress/issues/432 --- <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:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1021