mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-11 13:35:00 +00:00
[PR #561] [MERGED] Use dotnet format to ensure some kind of code style #1094
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/561
Author: @adamhathcock
Created: 1/9/2021
Status: ✅ Merged
Merged: 1/9/2021
Merged by: @adamhathcock
Base:
master← Head:format📝 Commits (2)
8c0e2cbUse dotnet format5357bd0Let dotnet format do it’s thing📊 Changes
119 files changed (+5122 additions, -4993 deletions)
View changed files
➕
.config/dotnet-tools.json(+12 -0)📝
build/Program.cs(+18 -11)📝
src/SharpCompress/Archives/AbstractArchive.cs(+3 -3)📝
src/SharpCompress/Archives/AbstractWritableArchive.cs(+1 -1)📝
src/SharpCompress/Archives/IArchiveEntryExtensions.cs(+3 -3)📝
src/SharpCompress/Archives/Rar/RarArchive.cs(+1 -1)📝
src/SharpCompress/Archives/Rar/RarArchiveEntry.cs(+7 -7)📝
src/SharpCompress/Archives/Rar/RarArchiveVolumeFactory.cs(+1 -1)📝
src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs(+1 -1)📝
src/SharpCompress/Archives/Tar/TarArchive.cs(+1 -1)📝
src/SharpCompress/Archives/Zip/ZipArchive.cs(+3 -3)📝
src/SharpCompress/Common/EntryStream.cs(+2 -1)📝
src/SharpCompress/Common/ExtractionMethods.cs(+10 -10)📝
src/SharpCompress/Common/ExtractionOptions.cs(+1 -1)📝
src/SharpCompress/Common/Rar/Headers/AVHeader.cs(+2 -2)📝
src/SharpCompress/Common/Rar/Headers/ArchiveCryptHeader.cs(+6 -6)📝
src/SharpCompress/Common/Rar/Headers/ArchiveHeader.cs(+13 -10)📝
src/SharpCompress/Common/Rar/Headers/CommentHeader.cs(+2 -2)📝
src/SharpCompress/Common/Rar/Headers/EndArchiveHeader.cs(+4 -4)📝
src/SharpCompress/Common/Rar/Headers/FileHeader.cs(+66 -56)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.