[PR #302] [MERGED] Netcore2 #955

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/302
Author: @adamhathcock
Created: 9/18/2017
Status: Merged
Merged: 12/8/2017
Merged by: @adamhathcock

Base: masterHead: netcore2


📝 Commits (10+)

📊 Changes

15 files changed (+124 additions, -115 deletions)

View changed files

.circleci/config.yml (+11 -0)
📝 .gitattributes (+1 -1)
.travis.yml (+0 -13)
📝 SharpCompress.sln.DotSettings (+1 -0)
📝 build.cake (+18 -13)
📝 build.sh (+1 -1)
📝 src/SharpCompress/SharpCompress.csproj (+1 -2)
📝 tests/SharpCompress.Test/Rar/RarArchiveTests.cs (+17 -17)
📝 tests/SharpCompress.Test/Rar/RarHeaderFactoryTest.cs (+5 -5)
📝 tests/SharpCompress.Test/Rar/RarReaderTests.cs (+16 -16)
📝 tests/SharpCompress.Test/SharpCompress.Test.csproj (+8 -11)
📝 tests/SharpCompress.Test/Tar/TarArchiveTests.cs (+14 -14)
📝 tests/SharpCompress.Test/TestBase.cs (+14 -5)
📝 tests/SharpCompress.Test/Zip/ZipArchiveTests.cs (+5 -5)
📝 tests/SharpCompress.Test/Zip/ZipReaderTests.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/302 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 9/18/2017 **Status:** ✅ Merged **Merged:** 12/8/2017 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `netcore2` --- ### 📝 Commits (10+) - [`7bcaaf7`](https://github.com/adamhathcock/sharpcompress/commit/7bcaaf7debd084ddf13990e6a7f93835bfd58784) Add netstandard 2.0 target and netcoreapp2.0 tests - [`7e4bfeb`](https://github.com/adamhathcock/sharpcompress/commit/7e4bfeb9a4dcb8f2dfba59a51b4d11a9dce22b45) Update xunit - [`1e51199`](https://github.com/adamhathcock/sharpcompress/commit/1e511992c2ff02cd7c1efaf70f1e5ca6ff76c80a) set tests explicitly to netcore2 - [`f6d4270`](https://github.com/adamhathcock/sharpcompress/commit/f6d42702580689ce687875bfa1f30aa16ad4d915) update travis - [`d318c58`](https://github.com/adamhathcock/sharpcompress/commit/d318c58a679fffbf7ec1135ca78bf954cdb693ce) Don't say build as netcoreapp1.0 - [`bb93617`](https://github.com/adamhathcock/sharpcompress/commit/bb936170cd38b6263788ecb95e812b920f6de099) try adding dotnet 1 too - [`3367a32`](https://github.com/adamhathcock/sharpcompress/commit/3367a321c2c28e813164780d1339a9a8e5da78f1) Remove .NET Core 1 support - [`77d5ad7`](https://github.com/adamhathcock/sharpcompress/commit/77d5ad746cfea107d35bfd1713b7981a851766e6) switch to circle - [`e646961`](https://github.com/adamhathcock/sharpcompress/commit/e64696176afe5d0d5edb264d8a332a45eab6ac7e) update cake - [`145bf02`](https://github.com/adamhathcock/sharpcompress/commit/145bf029eae8e50448744a5c921e06fcb00b2c88) fix circle build ### 📊 Changes **15 files changed** (+124 additions, -115 deletions) <details> <summary>View changed files</summary> ➕ `.circleci/config.yml` (+11 -0) 📝 `.gitattributes` (+1 -1) ➖ `.travis.yml` (+0 -13) 📝 `SharpCompress.sln.DotSettings` (+1 -0) 📝 `build.cake` (+18 -13) 📝 `build.sh` (+1 -1) 📝 `src/SharpCompress/SharpCompress.csproj` (+1 -2) 📝 `tests/SharpCompress.Test/Rar/RarArchiveTests.cs` (+17 -17) 📝 `tests/SharpCompress.Test/Rar/RarHeaderFactoryTest.cs` (+5 -5) 📝 `tests/SharpCompress.Test/Rar/RarReaderTests.cs` (+16 -16) 📝 `tests/SharpCompress.Test/SharpCompress.Test.csproj` (+8 -11) 📝 `tests/SharpCompress.Test/Tar/TarArchiveTests.cs` (+14 -14) 📝 `tests/SharpCompress.Test/TestBase.cs` (+14 -5) 📝 `tests/SharpCompress.Test/Zip/ZipArchiveTests.cs` (+5 -5) 📝 `tests/SharpCompress.Test/Zip/ZipReaderTests.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:18:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#955