Victor Irzak
9f74d58eae
Update Zomp.SyncMethodGenerator to 2.0.42
...
Two releases since the generator was adopted here, both fixing things this
repository ran into.
2.0.41 emits the using directives of the source file into the generated one.
Documentation is copied across verbatim and a cref in it resolves against the
file it lands in, so crefs which relied on a using went unresolved and the
compiler reported CS1574 for each.
2.0.42 spaces a rewritten argument list the way it was written. The generated
extension calls here were coming out as
IArchiveEntryExtensions.WriteTo(archiveEntry, streamToWriteTo,
Constants.BufferSize,
progress: progress) ;
and now come out as
IArchiveEntryExtensions.WriteTo(archiveEntry, streamToWriteTo,
Constants.BufferSize,
progress: progress);
No change to what is generated, only to how it is spaced and what its
documentation can refer to. Full test suite passes unchanged.
2026-07-28 07:20:06 -04:00
Adam Hathcock
cf2dfa0c30
redid the restore
2026-07-28 10:08:16 +01:00
Adam Hathcock
4c6f773d2b
more allocation reductions
2026-06-02 13:15:16 +01:00
Adam Hathcock
5bfb67e177
Update deps
2026-06-02 09:13:00 +01:00
Adam Hathcock
3ddfaaa899
Reduce some allocations by pooling or better disposal
2026-05-28 05:53:01 +01:00
Adam Hathcock
aa34c22f39
update profiler
2026-05-28 05:39:07 +01:00
Adam Hathcock
55df0d30d9
add AOT smoke and missing tests
2026-05-26 15:47:44 +01:00
Adam Hathcock
35c9cdd232
add zip skill and upgrade packages
2026-05-26 15:23:29 +01:00
Adam Hathcock
576d431378
Add PolySharp. Odd frameworks aren't supported
2026-05-20 08:55:41 +01:00
Adam Hathcock
1f699f3552
manual clean up
2026-04-21 10:59:01 +01:00
Adam Hathcock
f766213d06
Merge branch 'master' into adam/writers-should-async
...
# Conflicts:
# src/SharpCompress/Writers/WriterOptionsExtensions.cs
# tests/SharpCompress.Test/GZip/GZipWriterAsyncTests.cs
# tests/SharpCompress.Test/WriterTests.cs
2026-02-22 10:45:17 +00:00
Adam Hathcock
eca7bcb515
more clean up
2026-02-16 10:58:01 +00:00
Adam Hathcock
26d49198f0
Merge remote-tracking branch 'origin/master' into adam/fix-editorconfig-errors
...
# Conflicts:
# src/SharpCompress/Common/Zip/ZipFilePart.cs
# src/SharpCompress/Compressors/BZip2/BZip2Stream.cs
2026-02-13 14:23:42 +00:00
Adam Hathcock
a92f82ef28
complete the usage of providers for detection and async
2026-02-12 15:09:21 +00:00
Adam Hathcock
ae0b4f5c4c
forgot some files
2026-02-12 14:31:13 +00:00
Adam Hathcock
f2a9171dd8
merge fix
2026-02-12 14:21:31 +00:00
Adam Hathcock
0e2c33dd78
Merge branch 'master' into adam/add-alternate-compressions
...
# Conflicts:
# tests/SharpCompress.Performance/Benchmarks/TarBenchmarks.cs
# tests/SharpCompress.Performance/Benchmarks/ZipBenchmarks.cs
# tests/SharpCompress.Performance/baseline-results.md
2026-02-12 14:20:01 +00:00
Adam Hathcock
158460bc77
fix benchmarks
2026-02-12 13:22:13 +00:00
Adam Hathcock
c81e78b5bb
fix async benchmarks
2026-02-12 11:07:11 +00:00
Adam Hathcock
98d0f1913e
make sure things compile adam
2026-02-11 14:19:21 +00:00
Adam Hathcock
8aa93f4e34
fix fmt
2026-02-11 14:02:27 +00:00
Adam Hathcock
3689b893db
Update tests/SharpCompress.Performance/Benchmarks/SevenZipBenchmarks.cs
...
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-02-11 14:00:37 +00:00
Adam Hathcock
fbec7dc083
generate github actions baseline
2026-02-11 13:57:06 +00:00
Adam Hathcock
7cf7623438
update benchmarks to include async paths
2026-02-11 13:36:26 +00:00
Adam Hathcock
99d8eb9265
some build fixes
2026-02-11 11:04:25 +00:00
Adam Hathcock
c4fb32a56d
baseline
2026-02-10 16:29:50 +00:00
Adam Hathcock
54a00e2614
some renamespacing
2026-02-10 16:25:21 +00:00
Adam Hathcock
19ed4d16db
add fixes and benchmarks for system providers
2026-02-10 16:15:31 +00:00
Adam Hathcock
87cab8e16a
updating baseline to be what github actions do
2026-02-06 12:28:02 +00:00
Adam Hathcock
e85752ca1d
reget results and change threshold to 25 %
2026-02-06 11:58:43 +00:00
Adam Hathcock
c96acf18dc
updated results?
2026-02-05 15:21:19 +00:00
Adam Hathcock
6eec6faff2
simplify the results to compare
2026-02-05 15:08:00 +00:00
copilot-swe-agent[bot]
bbc664ddcc
Add generate-baseline build target and JetBrains profiler support
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-02-05 14:14:54 +00:00
Adam Hathcock
f2483be1da
update benchmarkdotnet
2026-02-05 13:43:44 +00:00
copilot-swe-agent[bot]
ca262920c8
Add GitHub Actions workflow, baseline results, and documentation for performance benchmarks
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-02-05 13:32:23 +00:00
copilot-swe-agent[bot]
2541c09973
Add BenchmarkDotNet performance benchmarks for all major formats
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-02-05 13:30:57 +00:00
Adam Hathcock
642b8bddb8
fixed merge
2026-02-04 14:41:55 +00:00
Adam Hathcock
27f7221902
Merge remote-tracking branch 'origin/release' into adam/release-merge
...
# Conflicts:
# Directory.Packages.props
# build/packages.lock.json
# src/SharpCompress/Common/Zip/WinzipAesEncryptionData.cs
# src/SharpCompress/SharpCompress.csproj
# src/SharpCompress/packages.lock.json
# tests/SharpCompress.Performance/packages.lock.json
# tests/SharpCompress.Test/SharpCompress.Test.csproj
# tests/SharpCompress.Test/packages.lock.json
2026-02-04 14:35:40 +00:00
Adam Hathcock
443f7b8b0c
Add AOT to props and clean up in release
2026-02-03 16:13:15 +00:00
Adam Hathcock
414cad1241
add braces
2026-01-23 10:55:51 +00:00
Adam Hathcock
7b76858ae1
refactoring naming again
2026-01-15 11:41:30 +00:00
Adam Hathcock
ae614cd3fe
update references
2026-01-08 16:14:40 +00:00
dependabot[bot]
9e98d9c45c
Bump JetBrains.Profiler.SelfApi from 2.5.14 to 2.5.15
...
---
updated-dependencies:
- dependency-name: JetBrains.Profiler.SelfApi
dependency-version: 2.5.15
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-22 09:39:01 +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
Adam Hathcock
e3e2c0c567
Update tests/SharpCompress.Performance/LargeMemoryStream.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-23 14:19:16 +01:00
Adam Hathcock
f9ed0f2df9
Update tests/SharpCompress.Performance/Program.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-23 11:47:42 +01:00
Adam Hathcock
f0d28aa5cf
fmt
2025-10-23 11:43:38 +01:00
Adam Hathcock
cc84f6fee4
more making rar faster
2025-10-23 11:43:21 +01:00
Adam Hathcock
c108f2dcf3
add perf testing project using JB memory and cpu
2025-10-23 09:39:57 +01:00