[PR #483] [MERGED] Use nameof for param names #1051

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

📋 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: masterHead: nameof


📝 Commits (1)

  • 637223a Use 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/483 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 9/17/2019 **Status:** ✅ Merged **Merged:** 9/17/2019 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `nameof` --- ### 📝 Commits (1) - [`637223a`](https://github.com/adamhathcock/sharpcompress/commit/637223aa531c18b4a223a18a7a4be031f69905ed) Use nameof for param names ### 📊 Changes **12 files changed** (+36 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <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:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1051