[PR #622] [MERGED] Net461 tests #1131

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/622
Author: @adamhathcock
Created: 10/2/2021
Status: Merged
Merged: 10/2/2021
Merged by: @adamhathcock

Base: masterHead: net461-tests


📝 Commits (6)

📊 Changes

12 files changed (+30 additions, -35 deletions)

View changed files

📝 .github/workflows/dotnetcore.yml (+1 -5)
📝 build/Program.cs (+5 -5)
📝 build/build.csproj (+1 -1)
📝 src/SharpCompress/Archives/Rar/RarArchive.cs (+1 -1)
📝 src/SharpCompress/Common/ExtractionMethods.cs (+1 -1)
📝 src/SharpCompress/Common/Zip/SeekableZipHeaderFactory.cs (+6 -6)
📝 src/SharpCompress/SharpCompress.csproj (+3 -3)
📝 src/SharpCompress/Utility.cs (+2 -2)
📝 tests/SharpCompress.Test/SharpCompress.Test.csproj (+4 -5)
📝 tests/SharpCompress.Test/Tar/TarReaderTests.cs (+1 -1)
📝 tests/SharpCompress.Test/Zip/ZipArchiveTests.cs (+1 -1)
📝 tests/SharpCompress.Test/Zip/ZipReaderTests.cs (+4 -4)

📄 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/622 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 10/2/2021 **Status:** ✅ Merged **Merged:** 10/2/2021 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `net461-tests` --- ### 📝 Commits (6) - [`3cdc4b3`](https://github.com/adamhathcock/sharpcompress/commit/3cdc4b38a64ce292e8def28c5bcf8008b14a4e4a) Test 461 on github actions - [`2745bfa`](https://github.com/adamhathcock/sharpcompress/commit/2745bfa19b2fe1d22f7ddd13c39d557638ffac05) Minor SDK update - [`b6e0ad8`](https://github.com/adamhathcock/sharpcompress/commit/b6e0ad89cea1a9458d50310b9b8a9378735c8233) Remove duplicated artifact step - [`ce5432e`](https://github.com/adamhathcock/sharpcompress/commit/ce5432ed731c1229daf01a94dd90fdab1570984d) Fix tests for multi-targetting - [`ec2be28`](https://github.com/adamhathcock/sharpcompress/commit/ec2be2869f01a8585380c8a6b498fcb035ffd5d5) Fix whitespace from dotnet format - [`e6bec19`](https://github.com/adamhathcock/sharpcompress/commit/e6bec19946195d9d5a5ba81bc544f53f254851ae) Mark for 0.30 ### 📊 Changes **12 files changed** (+30 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dotnetcore.yml` (+1 -5) 📝 `build/Program.cs` (+5 -5) 📝 `build/build.csproj` (+1 -1) 📝 `src/SharpCompress/Archives/Rar/RarArchive.cs` (+1 -1) 📝 `src/SharpCompress/Common/ExtractionMethods.cs` (+1 -1) 📝 `src/SharpCompress/Common/Zip/SeekableZipHeaderFactory.cs` (+6 -6) 📝 `src/SharpCompress/SharpCompress.csproj` (+3 -3) 📝 `src/SharpCompress/Utility.cs` (+2 -2) 📝 `tests/SharpCompress.Test/SharpCompress.Test.csproj` (+4 -5) 📝 `tests/SharpCompress.Test/Tar/TarReaderTests.cs` (+1 -1) 📝 `tests/SharpCompress.Test/Zip/ZipArchiveTests.cs` (+1 -1) 📝 `tests/SharpCompress.Test/Zip/ZipReaderTests.cs` (+4 -4) </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:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1131