Adam Hathcock
31fcb8526c
add note about providers
2026-06-07 11:20:34 +01:00
Adam Hathcock
2c9f7650a0
updates docs for latest changes and ArchiveInfo
2026-06-06 15:50:49 +01:00
Adam Hathcock
f2c42487f3
use slnx
2026-06-02 09:06:18 +01:00
copilot-swe-agent[bot]
9699907289
test older consumer API compatibility
...
Agent-Logs-Url: https://github.com/adamhathcock/sharpcompress/sessions/3c4b9fc7-e75a-4e7a-97eb-491fc8d1e50c
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-05-20 15:13:04 +00:00
Adam Hathcock
472765b5e3
fix up overloads and usages
2026-04-27 17:17:31 +01:00
ぷこるふ
a351b56737
Apply suggestions from code review
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-04-21 10:26:31 +09:00
ぷこるふ
6a7e0b2f10
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-04-21 10:09:10 +09:00
ぷこるふ
f5e27faefc
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-04-21 09:48:34 +09:00
ぷこるふ
1bd7bf2169
Apply suggestions from code review
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-04-21 09:40:13 +09:00
Puk06
ea950457f5
fix(docs): clarify stream handling rules and ownership in AGENTS.md
2026-04-21 09:16:16 +09:00
Puk06
37c0f5aec5
fix: Change LeaveStreamOpen default from true to false
...
As of v0.21, the library is documented to close wrapped streams by default.
However, the ReaderOptions.LeaveStreamOpen property defaulted to true, which
contradicted the documented behavior and caused file locks when deleting
archives after extraction.
Changes:
- Set LeaveStreamOpen = false as the default (consistent with v0.21 design)
- Updated ReaderOptions.cs with comprehensive documentation explaining:
* File-based vs caller-provided stream handling
* When to use LeaveStreamOpen = true
* Usage examples for both scenarios
- Updated AGENTS.md Stream Handling Rules section with:
* Clear explanation of default disposal behavior
* Overload differences (file-based vs stream-based)
* Guidance on using ForExternalStream preset
This ensures the implementation matches the documented behavior and prevents
unexpected file locking issues during archive deletion.
Fixes: File deletion failures after archive extraction
2026-04-20 22:32:36 +09:00
Adam Hathcock
7cf7623438
update benchmarks to include async paths
2026-02-11 13:36:26 +00:00
Adam Hathcock
775a9bf144
update agents md
2026-02-11 09:11:57 +00:00
Adam Hathcock
335db1eb9e
fix ValueTask struct copying
2026-01-26 18:10:59 +00:00
Adam Hathcock
4fa976b478
remove unused ref
2026-01-13 15:29:02 +00:00
Adam Hathcock
47037a4b9d
docs: Add explicit guideline that agents should never commit to git
...
Agents should stage files and leave committing to the user. Only create
commits when the user explicitly requests them.
2026-01-08 15:49:10 +00:00
Adam Hathcock
8c876c70af
Add more documentation
2026-01-08 15:34:48 +00:00
copilot-swe-agent[bot]
c701bbbee3
Run CSharpier formatting and document check-format process
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-12-19 13:31:35 +00:00
Adam Hathcock
618b4bbb83
try to tell agents to format
2025-12-08 11:04:08 +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]
b272dbfd1f
Clarify CSharpier should be run from project root
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 11:07:02 +00:00
copilot-swe-agent[bot]
48be7bbf86
Correct formatting instructions to use CSharpier
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 11:05:47 +00:00
copilot-swe-agent[bot]
11c90ae879
Update Copilot configuration to reflect actual project setup
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 11:00:02 +00:00
copilot-swe-agent[bot]
9cefb85905
Enhance AGENTS.md with SharpCompress-specific guidelines
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 10:57:22 +00:00
Adam Hathcock
63d08ebfd2
update agents
2025-10-27 10:19:57 +00:00
copilot-swe-agent[bot]
43aa2bad22
Integrate async/await support from PR #976 as baseline
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 09:00:38 +00:00
copilot-swe-agent[bot]
e60c9efa84
Add copilot agent configuration and documentation
...
- Create .github/agents/copilot-agent.yml with agent manifest
- Replace AGENTS.md with agent usage and command documentation
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-25 18:16:47 +00:00
Adam Hathcock
9d332b4ac5
add agents file
2025-10-13 11:52:18 +01:00