Adam Hathcock
2a3086a0d7
Merge pull request #1060 from HeroponRikiBestest/rar-7z-password
2025-12-03 19:58:47 +00:00
HeroponRikIBestest
41c3cc1a18
Csharpier
2025-12-03 12:05:16 -05:00
HeroponRikIBestest
1b1df86a11
Improve logic
2025-12-02 10:02:49 -05:00
HeroponRikIBestest
e0660e7775
Add tests
2025-12-02 09:55:24 -05:00
HeroponRikIBestest
99a6c4de88
Add archive-level IsEncrypted flag
2025-12-02 09:47:06 -05:00
Adam Hathcock
ffa765bd97
Merge pull request #1057 from adamhathcock/adam/add-copilot-instructions
2025-11-30 13:48:55 +00:00
Adam Hathcock
b1696524b3
Merge pull request #1058 from adamhathcock/copilot/sub-pr-1057
2025-11-30 13:48:31 +00:00
copilot-swe-agent[bot]
14d432e22d
Pass progress as parameter to WriteTo/WriteToAsync instead of storing on archive
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-30 13:04:40 +00:00
copilot-swe-agent[bot]
6a37c55085
Consolidate agent instructions into AGENTS.md
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-30 12:52:22 +00:00
copilot-swe-agent[bot]
9c1c6fff9f
Initial plan
2025-11-30 12:49:36 +00:00
Adam Hathcock
db8c6f4bcb
first pass of instructions...consolidate?
2025-11-30 12:47:57 +00:00
Adam Hathcock
ff17ecda7d
Merge pull request #1055 from adamhathcock/adam/vscode-fixes
...
add vscode config
2025-11-30 12:47:16 +00:00
Adam Hathcock
692058677c
Merge pull request #1056 from adamhathcock/copilot/sub-pr-1055
...
Fix launch.json debug configurations to use net10.0
2025-11-30 12:41:38 +00:00
copilot-swe-agent[bot]
1e90d69912
Update launch.json to use net10.0 instead of net8.0
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-30 12:22:31 +00:00
copilot-swe-agent[bot]
64a1cc68e1
Initial plan
2025-11-30 12:20:37 +00:00
copilot-swe-agent[bot]
0fdf9c74a8
Address code review: Replace dynamic with IArchiveProgressInfo interface
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-30 12:07:17 +00:00
Adam Hathcock
20353f35ff
add vscode config
2025-11-30 12:05:08 +00:00
copilot-swe-agent[bot]
e2df7894f9
Remove IArchiveExtractionListener and add IProgress support to Archive Entry extraction
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-30 12:00:54 +00:00
copilot-swe-agent[bot]
7af029b5de
Address code review: properly handle zero-sized entries in progress reporting
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 17:48:50 +00:00
copilot-swe-agent[bot]
8fc5ca5a71
Unify progress reporting: remove IExtractionListener and add IProgress support for reading
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 17:40:10 +00:00
copilot-swe-agent[bot]
aa0356de9f
Changes before error encountered
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 15:55:21 +00:00
Adam Hathcock
e44a43d2b1
Merge pull request #1054 from adamhathcock/copilot/fix-zipreader-directory-entry
...
Document ZipReader DirectoryEntry behavior and add verification test
2025-11-29 15:46:51 +00:00
Adam Hathcock
8997f00b9b
Merge pull request #1049 from adamhathcock/copilot/drop-dotnet-6-support
...
Drop .NET 6, .NET Standard 2.0, .NET 4.8.1, add .NET 10 support
2025-11-29 15:46:27 +00:00
copilot-swe-agent[bot]
c5da416764
Apply code review feedback: improve documentation structure and add explicit DirectoryEntry case
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 15:39:36 +00:00
Adam Hathcock
840e58fc03
Update tests/SharpCompress.Test/Zip/ZipReaderTests.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-29 15:36:46 +00:00
copilot-swe-agent[bot]
7f911c5219
Add documentation about ZipReader directory and central directory handling
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 15:29:07 +00:00
copilot-swe-agent[bot]
a887390c23
Add multi-volume ZIP documentation to FORMATS.md
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 15:25:35 +00:00
copilot-swe-agent[bot]
f4dddcec8e
Changes before error encountered
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 14:06:03 +00:00
copilot-swe-agent[bot]
0d9d82d7e6
Initial plan
2025-11-29 13:42:43 +00:00
copilot-swe-agent[bot]
3a6d24b1d9
Add ZStandard frame and dictionary types
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 13:36:01 +00:00
copilot-swe-agent[bot]
b9b159be4c
Add ZStandard compression parameter types and enums
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 13:34:18 +00:00
copilot-swe-agent[bot]
40212083a5
Add core ZStandard infrastructure: UnsafeHelper, ThrowHelper, and Unsafe Methods
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 13:28:16 +00:00
copilot-swe-agent[bot]
d3428b066e
Fix XML documentation comments in buffer structs
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 13:14:52 +00:00
copilot-swe-agent[bot]
94c64b2a45
Add initial ZStandard infrastructure types for ZstdSharp integration
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 13:11:19 +00:00
copilot-swe-agent[bot]
0d671a0bb2
Initial plan
2025-11-29 13:03:20 +00:00
Adam Hathcock
d34a47c148
update dependencies
2025-11-29 11:56:20 +00:00
copilot-swe-agent[bot]
5aa216bd21
Remove netstandard2.0 and net481 targets, keep net48, net8.0, net10.0
...
- Updated target frameworks to net48;net8.0;net10.0 only
- Removed netstandard2.0 and net481 package conditions
- Updated conditional compilation to use NETFRAMEWORK only
- Updated package description and README
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 11:42:05 +00:00
copilot-swe-agent[bot]
8af47548fe
Fix .NET 10.0 formatting in README
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 11:04:54 +00:00
copilot-swe-agent[bot]
131bd2b7b8
Drop .NET 6 support and add .NET 10 support
...
- Updated SharpCompress.csproj target frameworks from net48;net481;netstandard2.0;net6.0;net8.0 to net48;net481;netstandard2.0;net8.0;net10.0
- Updated test and build projects to use .NET 10
- Updated global.json to .NET 10 SDK
- Updated CI workflow to use .NET 10
- Fixed deprecated Rfc2898DeriveBytes constructor for .NET 10 (SYSLIB0060)
- Updated package description and README to reflect new supported frameworks
- Updated package versions for .NET 10 compatibility
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-29 11:03:48 +00:00
copilot-swe-agent[bot]
1993673a22
Initial plan
2025-11-29 10:42:07 +00:00
Adam Hathcock
30e036f9ec
Mark for 0.42.0
0.42.0
2025-11-28 13:24:03 +00:00
copilot-swe-agent[bot]
0f374b27cf
Address code review: ProgressReportingStream now throws on writes
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-27 19:17:10 +00:00
copilot-swe-agent[bot]
0d487df61b
Add IProgress support for compression operations with tests
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-27 19:15:10 +00:00
copilot-swe-agent[bot]
c082d4203b
Changes before error encountered
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-27 16:58:32 +00:00
copilot-swe-agent[bot]
d4380b6bb6
Initial plan
2025-11-27 16:48:09 +00:00
Adam Hathcock
095c871174
Merge pull request #1043 from adamhathcock/copilot/fix-divide-by-zero-exception
...
Fix DivideByZeroException when compressing empty files with BZip2
2025-11-27 16:47:39 +00:00
copilot-swe-agent[bot]
6d73c5b295
Fix DivideByZeroException when using BZip2 with empty files
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-11-27 15:59:39 +00:00
copilot-swe-agent[bot]
cc4d28193c
Initial plan
2025-11-27 15:53:13 +00:00
Adam Hathcock
fb76bd82f2
first commit of async reader
2025-11-26 08:09:20 +00:00
Adam Hathcock
3bdaba46a9
fmt
2025-11-25 15:39:43 +00:00