part #2
This commit is contained in:
@@ -4,6 +4,7 @@ using System.IO;
|
||||
using System.IO.Compression;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.Replay.Core.Manifest;
|
||||
using StellaOps.Replay.Core.Models;
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ public sealed partial class FeedSnapshotCoordinatorService
|
||||
_ => "none"
|
||||
};
|
||||
|
||||
var stream = _options.Compression == CompressionAlgorithm.Gzip
|
||||
Stream stream = _options.Compression == CompressionAlgorithm.Gzip
|
||||
? new GZipStream(hashStream, CompressionLevel.Optimal, leaveOpen: true)
|
||||
: new ZstdCompressionStream(hashStream);
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
|
||||
using StellaOps.Replay.Core.Models;
|
||||
using YamlDotNet.Serialization;
|
||||
using YamlDotNet.Serialization.NamingConventions;
|
||||
|
||||
|
||||
@@ -8,4 +8,4 @@ Source of truth: `docs-archived/implplan/2025-12-29-csproj-audit/SPRINT_20251229
|
||||
| AUDIT-0107-M | DONE | Revalidated 2026-01-08; maintainability audit for Replay.Core. |
|
||||
| AUDIT-0107-T | DONE | Revalidated 2026-01-08; test coverage audit for Replay.Core. |
|
||||
| AUDIT-0107-A | TODO | Pending approval (revalidated 2026-01-08). |
|
||||
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |
|
||||
| REMED-06 | DONE | SOLID review notes refreshed 2026-02-04; Replay.Core tests passed (64 + 1). |
|
||||
|
||||
Reference in New Issue
Block a user