This commit is contained in:
master
2026-02-04 19:59:20 +02:00
parent 557feefdc3
commit 5548cf83bf
1479 changed files with 53557 additions and 40339 deletions

View File

@@ -1,5 +1,5 @@
using StellaOps.AuditPack.Models;
using System.Collections.Immutable;
using StellaOps.AuditPack.Models;
namespace StellaOps.AuditPack.Services;

View File

@@ -1,5 +1,5 @@
using StellaOps.AuditPack.Models;
using System.Linq;
using StellaOps.AuditPack.Models;
namespace StellaOps.AuditPack.Services;

View File

@@ -1,5 +1,5 @@
using StellaOps.AuditPack.Models;
using System.Collections.Immutable;
using StellaOps.AuditPack.Models;
using AuditPackRecord = StellaOps.AuditPack.Models.AuditPack;
namespace StellaOps.AuditPack.Services;

View File

@@ -1,5 +1,5 @@
using StellaOps.AuditPack.Models;
using System.Collections.Immutable;
using StellaOps.AuditPack.Models;
namespace StellaOps.AuditPack.Services;

View File

@@ -1,5 +1,5 @@
using StellaOps.AuditPack.Models;
using System.Text;
using StellaOps.AuditPack.Models;
using AuditPackRecord = StellaOps.AuditPack.Models.AuditPack;
namespace StellaOps.AuditPack.Services;

View File

@@ -1,5 +1,5 @@
using StellaOps.AuditPack.Models;
using System.Text.Json;
using StellaOps.AuditPack.Models;
using AuditPackRecord = StellaOps.AuditPack.Models.AuditPack;
namespace StellaOps.AuditPack.Services;

View File

@@ -1,6 +1,6 @@
using StellaOps.AuditPack.Models;
using System.Security.Cryptography;
using System.Text.Json;
using StellaOps.AuditPack.Models;
namespace StellaOps.AuditPack.Services;

View File

@@ -1,6 +1,6 @@
using StellaOps.AuditPack.Models;
using System.Security.Cryptography;
using System.Text;
using StellaOps.AuditPack.Models;
namespace StellaOps.AuditPack.Services;

View File

@@ -1,5 +1,5 @@
using StellaOps.AuditPack.Models;
using System.Diagnostics;
using StellaOps.AuditPack.Models;
namespace StellaOps.AuditPack.Services;

View File

@@ -10,3 +10,4 @@ Source of truth: `docs-archived/implplan/2025-12-29-csproj-audit/SPRINT_20251229
| AUDIT-0044-A | TODO | Requires MAINT/TEST + approval. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |
| REMED-07 | DONE | CSProj remediation complete (ReplayExecutor, ReplayAttestationService, VerdictReplayPredicate split; ConfigureAwait added; ReplayExecutor/VerdictReplayPredicate tests added). |
| REMED-05 | DONE | Sorted System-first usings for AuditPack builders/importer/replay helpers; ArchiveUtilities extraction tests added; dotnet test passed 2026-02-04. |