[PR #234] [CLOSED] Dotnet tool #914

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/234
Author: @adamhathcock
Created: 5/19/2017
Status: Closed

Base: masterHead: dotnet-tool


📝 Commits (3)

  • 723f4dc Start making a dotnet tool
  • e7720cc small refactor
  • 9d24c53 Intermediate commit. Was trying out a progress bar

📊 Changes

7 files changed (+199 additions, -0 deletions)

View changed files

📝 SharpCompress.sln (+7 -0)
src/dotnet-sharpcompress/BaseOptions.cs (+32 -0)
src/dotnet-sharpcompress/ConsoleHelper.cs (+32 -0)
src/dotnet-sharpcompress/ExtractOptions.cs (+37 -0)
src/dotnet-sharpcompress/InfoOptions.cs (+56 -0)
src/dotnet-sharpcompress/Program.cs (+16 -0)
src/dotnet-sharpcompress/dotnet-sharpcompress.csproj (+19 -0)

📄 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/234 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 5/19/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dotnet-tool` --- ### 📝 Commits (3) - [`723f4dc`](https://github.com/adamhathcock/sharpcompress/commit/723f4dc83fd9a180239100a2a5c9d51eb0b1204a) Start making a dotnet tool - [`e7720cc`](https://github.com/adamhathcock/sharpcompress/commit/e7720ccc4e111f242f1dab577d7d8da313052a4f) small refactor - [`9d24c53`](https://github.com/adamhathcock/sharpcompress/commit/9d24c53cfd49850c8b312706d3aefbf07017f38f) Intermediate commit. Was trying out a progress bar ### 📊 Changes **7 files changed** (+199 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `SharpCompress.sln` (+7 -0) ➕ `src/dotnet-sharpcompress/BaseOptions.cs` (+32 -0) ➕ `src/dotnet-sharpcompress/ConsoleHelper.cs` (+32 -0) ➕ `src/dotnet-sharpcompress/ExtractOptions.cs` (+37 -0) ➕ `src/dotnet-sharpcompress/InfoOptions.cs` (+56 -0) ➕ `src/dotnet-sharpcompress/Program.cs` (+16 -0) ➕ `src/dotnet-sharpcompress/dotnet-sharpcompress.csproj` (+19 -0) </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:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#914