mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #789] [MERGED] Dotnet8 #1230
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/789
Author: @adamhathcock
Created: 12/18/2023
Status: ✅ Merged
Merged: 12/18/2023
Merged by: @adamhathcock
Base:
master← Head:dotnet8📝 Commits (10+)
c0e01acUse dotnet 8 and update depsea3a96eupdate and rerun csharpier4f7a0d3CI to dotnet 8e4c4db5build for dotnet 830a31deadd lock filesb78643fupdate upload artifactcee3a9cRevert "add lock files"32aa987remove caching2d14ecfadd readme80718a4fix readme?📊 Changes
17 files changed (+63 additions, -81 deletions)
View changed files
📝
.config/dotnet-tools.json(+1 -1)📝
.github/workflows/dotnetcore.yml(+2 -9)📝
build/Program.cs(+1 -1)📝
global.json(+1 -1)📝
src/SharpCompress/Archives/ArchiveFactory.cs(+1 -2)📝
src/SharpCompress/Archives/Rar/RarArchive.cs(+3 -3)📝
src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs(+5 -7)📝
src/SharpCompress/Common/Zip/WinzipAesEncryptionData.cs(+3 -3)📝
src/SharpCompress/Common/Zip/ZipHeaderFactory.cs(+3 -3)📝
src/SharpCompress/Compressors/Rar/UnpackV1/Unpack.cs(+3 -4)📝
src/SharpCompress/SharpCompress.csproj(+6 -6)📝
src/SharpCompress/Writers/WriterFactory.cs(+1 -3)📝
tests/SharpCompress.Test/SharpCompress.Test.csproj(+5 -5)📝
tests/SharpCompress.Test/Tar/TarArchiveTests.cs(+3 -3)📝
tests/SharpCompress.Test/Tar/TarReaderTests.cs(+9 -14)📝
tests/SharpCompress.Test/TestBase.cs(+4 -4)📝
tests/SharpCompress.Test/Zip/ZipArchiveTests.cs(+12 -12)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.