mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #433] [CLOSED] Changed interface collections to ICollection #1021
Reference in New Issue
Block a user
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/adamhathcock/sharpcompress/pull/433
Author: @adamhathcock
Created: 1/2/2019
Status: ❌ Closed
Base:
master← Head:issue_432📝 Commits (2)
f3ed8f7Changed interface collections to ICollection08117d6Dropped 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.