[PR #421] [CLOSED] Remove unsafe code #1020

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/421
Author: @jackfagner
Created: 10/29/2018
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 Changes

2 files changed (+59 additions, -893 deletions)

View changed files

📝 src/SharpCompress/Converters/DataConverter.cs (+57 -891)
📝 src/SharpCompress/SharpCompress.csproj (+2 -2)

📄 Description

I made some changes to DataConverter to allow compilation without /unsafe flag.


🔄 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/421 **Author:** [@jackfagner](https://github.com/jackfagner) **Created:** 10/29/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`bd5e3b2`](https://github.com/adamhathcock/sharpcompress/commit/bd5e3b2d58d9804ebfc06b8f264ebfa3e347e655) Update DataConverter.cs - [`ecff082`](https://github.com/adamhathcock/sharpcompress/commit/ecff08283fedbed34516548e6244fec1410014fa) Update SharpCompress.csproj - [`e9b7aa6`](https://github.com/adamhathcock/sharpcompress/commit/e9b7aa62d359f1e4cfa79a5aa9f64626d33a6850) Update DataConverter.cs ### 📊 Changes **2 files changed** (+59 additions, -893 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Converters/DataConverter.cs` (+57 -891) 📝 `src/SharpCompress/SharpCompress.csproj` (+2 -2) </details> ### 📄 Description I made some changes to DataConverter to allow compilation without /unsafe flag. --- <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:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1020