[PR #789] [MERGED] Dotnet8 #1230

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

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


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/789 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 12/18/2023 **Status:** ✅ Merged **Merged:** 12/18/2023 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `dotnet8` --- ### 📝 Commits (10+) - [`c0e01ac`](https://github.com/adamhathcock/sharpcompress/commit/c0e01ac13201493bceacb8683291b907e4cf627d) Use dotnet 8 and update deps - [`ea3a96e`](https://github.com/adamhathcock/sharpcompress/commit/ea3a96eead729e694ecd82be5642bad650434b5f) update and rerun csharpier - [`4f7a0d3`](https://github.com/adamhathcock/sharpcompress/commit/4f7a0d3ad00f06f1b34e2cdb460eaf3fccbec7c8) CI to dotnet 8 - [`e4c4db5`](https://github.com/adamhathcock/sharpcompress/commit/e4c4db534cfed188d31ad2c3f6b08c75194e0d24) build for dotnet 8 - [`30a31de`](https://github.com/adamhathcock/sharpcompress/commit/30a31de45b33d09e3d0744ed76abdccb1771a21b) add lock files - [`b78643f`](https://github.com/adamhathcock/sharpcompress/commit/b78643f2d8d09a799bdba4592851bc39897c15b8) update upload artifact - [`cee3a9c`](https://github.com/adamhathcock/sharpcompress/commit/cee3a9c11de6605fdf4f218191cba759924d97ea) Revert "add lock files" - [`32aa987`](https://github.com/adamhathcock/sharpcompress/commit/32aa9877c0ff3e384fe62c564db16d476e458218) remove caching - [`2d14ecf`](https://github.com/adamhathcock/sharpcompress/commit/2d14ecf58b1089f56810750a3796c1b0492879f9) add readme - [`80718a4`](https://github.com/adamhathcock/sharpcompress/commit/80718a461b5022d16e5948bca2e7401956560506) fix readme? ### 📊 Changes **17 files changed** (+63 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `.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) </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:19:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1230