[PR #478] [MERGED] Use System.Buffers Nuget package #1043

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/478
Author: @Bond-009
Created: 9/11/2019
Status: Merged
Merged: 9/17/2019
Merged by: @adamhathcock

Base: masterHead: buffers


📝 Commits (2)

📊 Changes

8 files changed (+21 additions, -428 deletions)

View changed files

📝 src/SharpCompress/Archives/Rar/FileInfoRarArchiveVolume.cs (+3 -2)
src/SharpCompress/Buffers/ArrayPool.cs (+0 -119)
src/SharpCompress/Buffers/DefaultArrayPool.cs (+0 -144)
src/SharpCompress/Buffers/DefaultArrayPoolBucket.cs (+0 -111)
src/SharpCompress/Buffers/Utilities.cs (+0 -38)
📝 src/SharpCompress/SharpCompress.csproj (+3 -1)
📝 src/SharpCompress/Utility.cs (+14 -12)
📝 tests/SharpCompress.Test/SharpCompress.Test.csproj (+1 -1)

📄 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/478 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 9/11/2019 **Status:** ✅ Merged **Merged:** 9/17/2019 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `buffers` --- ### 📝 Commits (2) - [`cfb1421`](https://github.com/adamhathcock/sharpcompress/commit/cfb14213670485e37f0383d948b286fa998ddec5) Use System.Buffers Nuget package - [`4b54187`](https://github.com/adamhathcock/sharpcompress/commit/4b54187b4cef9c3192d060f5d24ca25fabb22c78) Fix build ### 📊 Changes **8 files changed** (+21 additions, -428 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Archives/Rar/FileInfoRarArchiveVolume.cs` (+3 -2) ➖ `src/SharpCompress/Buffers/ArrayPool.cs` (+0 -119) ➖ `src/SharpCompress/Buffers/DefaultArrayPool.cs` (+0 -144) ➖ `src/SharpCompress/Buffers/DefaultArrayPoolBucket.cs` (+0 -111) ➖ `src/SharpCompress/Buffers/Utilities.cs` (+0 -38) 📝 `src/SharpCompress/SharpCompress.csproj` (+3 -1) 📝 `src/SharpCompress/Utility.cs` (+14 -12) 📝 `tests/SharpCompress.Test/SharpCompress.Test.csproj` (+1 -1) </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:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1043