stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -1,9 +1,10 @@
using StellaOps.Findings.Ledger.Domain;
using StellaOps.Findings.Ledger.Hashing;
using System.Globalization;
using System.Runtime.CompilerServices;
using System.Text.Json;
using System.Text.Json.Nodes;
using StellaOps.Findings.Ledger.Domain;
using StellaOps.Findings.Ledger.Hashing;
namespace LedgerReplayHarness;

View File

@@ -1,5 +1,6 @@
using System.Collections.Concurrent;
using StellaOps.Findings.Ledger.Domain;
using System.Collections.Concurrent;
namespace LedgerReplayHarness;

View File

@@ -1,3 +1,4 @@
using System.Security.Cryptography;
using System.Text;

View File

@@ -1,5 +1,6 @@
using System.CommandLine;
using LedgerReplayHarness;
using System.CommandLine;
var fixtureOption = new Option<string[]>("--fixture")
{

View File

@@ -0,0 +1,8 @@
# LedgerReplayHarness Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| REMED-05 | TODO | Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.md. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |