[PR #715] [MERGED] Update to dotnet 7. Change net461 to net462. Remove netcoreapp3.1 #1179

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/715
Author: @adamhathcock
Created: 12/20/2022
Status: Merged
Merged: 12/20/2022
Merged by: @adamhathcock

Base: masterHead: net7


📝 Commits (7)

📊 Changes

392 files changed (+54422 additions, -46092 deletions)

View changed files

📝 .config/dotnet-tools.json (+3 -3)
📝 .editorconfig (+29 -15)
📝 .github/workflows/dotnetcore.yml (+8 -3)
Directory.Build.props (+14 -0)
📝 build/Program.cs (+59 -60)
📝 build/build.csproj (+3 -3)
📝 global.json (+2 -2)
📝 src/SharpCompress/Algorithms/Adler32.cs (+362 -296)
📝 src/SharpCompress/Archives/AbstractArchive.cs (+126 -119)
📝 src/SharpCompress/Archives/AbstractWritableArchive.cs (+128 -116)
📝 src/SharpCompress/Archives/ArchiveFactory.cs (+177 -171)
📝 src/SharpCompress/Archives/ArchiveVolumeFactory.cs (+20 -19)
📝 src/SharpCompress/Archives/GZip/GZipArchive.cs (+159 -147)
📝 src/SharpCompress/Archives/GZip/GZipArchiveEntry.cs (+18 -22)
📝 src/SharpCompress/Archives/GZip/GZipWritableArchiveEntry.cs (+43 -39)
📝 src/SharpCompress/Archives/IArchive.cs (+43 -44)
📝 src/SharpCompress/Archives/IArchiveEntry.cs (+18 -19)
📝 src/SharpCompress/Archives/IArchiveEntryExtensions.cs (+57 -50)
📝 src/SharpCompress/Archives/IArchiveExtensions.cs (+15 -13)
📝 src/SharpCompress/Archives/IArchiveExtractionListener.cs (+8 -9)

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

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/715 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 12/20/2022 **Status:** ✅ Merged **Merged:** 12/20/2022 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `net7` --- ### 📝 Commits (7) - [`18336c2`](https://github.com/adamhathcock/sharpcompress/commit/18336c2b8e7e0a5e4685e18edb30683aa44fe8a7) Update to dotnet 7. Change net461 to net462. Remove netcoreapp3.1 - [`d6ac9a0`](https://github.com/adamhathcock/sharpcompress/commit/d6ac9a03634905fc9d1cd214e489903a2ccff1a2) Fix build - [`2dae2b7`](https://github.com/adamhathcock/sharpcompress/commit/2dae2b798449b8c2506b1041e1e1a9b5d25c2200) update build targets and CI - [`970e31a`](https://github.com/adamhathcock/sharpcompress/commit/970e31a1b12e575fa3ef5f9fdaaaad9d640bd417) cleanup and run csharpier - [`959bbdc`](https://github.com/adamhathcock/sharpcompress/commit/959bbdcf1b83ff616280eaa17ecb08da3df4521e) big clean up - [`7da1079`](https://github.com/adamhathcock/sharpcompress/commit/7da10795a12f007ef847078af94b59a300f79c44) csharpier - [`b01e97b`](https://github.com/adamhathcock/sharpcompress/commit/b01e97b16869d1f3f16e77f94a128a2415752897) more clean up ### 📊 Changes **392 files changed** (+54422 additions, -46092 deletions) <details> <summary>View changed files</summary> 📝 `.config/dotnet-tools.json` (+3 -3) 📝 `.editorconfig` (+29 -15) 📝 `.github/workflows/dotnetcore.yml` (+8 -3) ➕ `Directory.Build.props` (+14 -0) 📝 `build/Program.cs` (+59 -60) 📝 `build/build.csproj` (+3 -3) 📝 `global.json` (+2 -2) 📝 `src/SharpCompress/Algorithms/Adler32.cs` (+362 -296) 📝 `src/SharpCompress/Archives/AbstractArchive.cs` (+126 -119) 📝 `src/SharpCompress/Archives/AbstractWritableArchive.cs` (+128 -116) 📝 `src/SharpCompress/Archives/ArchiveFactory.cs` (+177 -171) 📝 `src/SharpCompress/Archives/ArchiveVolumeFactory.cs` (+20 -19) 📝 `src/SharpCompress/Archives/GZip/GZipArchive.cs` (+159 -147) 📝 `src/SharpCompress/Archives/GZip/GZipArchiveEntry.cs` (+18 -22) 📝 `src/SharpCompress/Archives/GZip/GZipWritableArchiveEntry.cs` (+43 -39) 📝 `src/SharpCompress/Archives/IArchive.cs` (+43 -44) 📝 `src/SharpCompress/Archives/IArchiveEntry.cs` (+18 -19) 📝 `src/SharpCompress/Archives/IArchiveEntryExtensions.cs` (+57 -50) 📝 `src/SharpCompress/Archives/IArchiveExtensions.cs` (+15 -13) 📝 `src/SharpCompress/Archives/IArchiveExtractionListener.cs` (+8 -9) _...and 80 more files_ </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:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1179