[PR #947] [MERGED] Update dependencies and csharpier #1360

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/947
Author: @adamhathcock
Created: 10/13/2025
Status: Merged
Merged: 10/13/2025
Merged by: @adamhathcock

Base: masterHead: adam/update-deps


📝 Commits (6)

  • fc2462e Update dependencies and csharpier
  • d1e1a65 add agents file
  • 7b7aa2c Merge remote-tracking branch 'origin/master' into adam/update-deps
  • 4dab1df adjust usage of sourcelink
  • 6ed60e4 adjust Microsoft.NETFramework.ReferenceAssemblies
  • 89a565c format

📊 Changes

10 files changed (+2800 additions, -2781 deletions)

View changed files

📝 .config/dotnet-tools.json (+1 -1)
📝 Directory.Packages.props (+5 -4)
📝 build/packages.lock.json (+0 -20)
📝 src/SharpCompress/SharpCompress.csproj (+2 -9)
📝 src/SharpCompress/packages.lock.json (+75 -19)
📝 tests/SharpCompress.Test/Filters/BranchExecTests.cs (+1136 -1136)
📝 tests/SharpCompress.Test/SharpCompress.Test.csproj (+1 -0)
📝 tests/SharpCompress.Test/Streams/LzmaStreamTests.cs (+486 -486)
📝 tests/SharpCompress.Test/Xz/XZTestsBase.cs (+1058 -1058)
📝 tests/SharpCompress.Test/packages.lock.json (+36 -48)

📄 Description

Minor updates for deps and styling


🔄 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/947 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 10/13/2025 **Status:** ✅ Merged **Merged:** 10/13/2025 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `adam/update-deps` --- ### 📝 Commits (6) - [`fc2462e`](https://github.com/adamhathcock/sharpcompress/commit/fc2462e2810f8c0625c41c58064c52c4922f5aba) Update dependencies and csharpier - [`d1e1a65`](https://github.com/adamhathcock/sharpcompress/commit/d1e1a65f328755005cbae08781f4f71a4a478fa1) add agents file - [`7b7aa2c`](https://github.com/adamhathcock/sharpcompress/commit/7b7aa2cdf00bb104e131e4e533ac05929291a980) Merge remote-tracking branch 'origin/master' into adam/update-deps - [`4dab1df`](https://github.com/adamhathcock/sharpcompress/commit/4dab1df3aea590d09e580ec0bd8a2cd0fbe0014b) adjust usage of sourcelink - [`6ed60e4`](https://github.com/adamhathcock/sharpcompress/commit/6ed60e4d5f3aeaeb311edeb5ddd6659f9c2964fb) adjust Microsoft.NETFramework.ReferenceAssemblies - [`89a565c`](https://github.com/adamhathcock/sharpcompress/commit/89a565c6c424366996200dfd24b17ea71ec0f4da) format ### 📊 Changes **10 files changed** (+2800 additions, -2781 deletions) <details> <summary>View changed files</summary> 📝 `.config/dotnet-tools.json` (+1 -1) 📝 `Directory.Packages.props` (+5 -4) 📝 `build/packages.lock.json` (+0 -20) 📝 `src/SharpCompress/SharpCompress.csproj` (+2 -9) 📝 `src/SharpCompress/packages.lock.json` (+75 -19) 📝 `tests/SharpCompress.Test/Filters/BranchExecTests.cs` (+1136 -1136) 📝 `tests/SharpCompress.Test/SharpCompress.Test.csproj` (+1 -0) 📝 `tests/SharpCompress.Test/Streams/LzmaStreamTests.cs` (+486 -486) 📝 `tests/SharpCompress.Test/Xz/XZTestsBase.cs` (+1058 -1058) 📝 `tests/SharpCompress.Test/packages.lock.json` (+36 -48) </details> ### 📄 Description Minor updates for deps and styling --- <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:20:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1360