mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #483] [MERGED] Use nameof for param names #1051
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/483
Author: @Bond-009
Created: 9/17/2019
Status: ✅ Merged
Merged: 9/17/2019
Merged by: @adamhathcock
Base:
master← Head:nameof📝 Commits (1)
637223aUse nameof for param names📊 Changes
12 files changed (+36 additions, -36 deletions)
View changed files
📝
src/SharpCompress/Archives/ArchiveFactory.cs(+4 -4)📝
src/SharpCompress/Archives/GZip/GZipArchive.cs(+4 -4)📝
src/SharpCompress/Archives/Rar/RarArchive.cs(+6 -6)📝
src/SharpCompress/Archives/Tar/TarArchive.cs(+4 -4)📝
src/SharpCompress/Archives/Zip/ZipArchive.cs(+4 -4)📝
src/SharpCompress/Common/FilePart.cs(+2 -2)📝
src/SharpCompress/Readers/GZip/GZipReader.cs(+2 -2)📝
src/SharpCompress/Readers/Rar/RarReader.cs(+3 -3)📝
src/SharpCompress/Readers/ReaderFactory.cs(+2 -2)📝
src/SharpCompress/Readers/Tar/TarReader.cs(+2 -2)📝
src/SharpCompress/Readers/Zip/ZipReader.cs(+2 -2)📝
src/SharpCompress/Utility.cs(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.