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 System.Collections.Immutable;
using Microsoft.Extensions.Logging;
using StellaOps.Scanner.Contracts;
using StellaOps.Scanner.Manifest.Models;
using StellaOps.Scanner.Manifest.Persistence;
using StellaOps.Scanner.Storage.Oci;
using System.Collections.Immutable;
namespace StellaOps.Scanner.Manifest;

View File

@@ -1,10 +1,11 @@
using System.Collections.Immutable;
using System.Text.Json;
using Microsoft.Extensions.Logging;
using Npgsql;
using StellaOps.Infrastructure.Postgres.Repositories;
using StellaOps.Scanner.Manifest.Models;
using StellaOps.Scanner.Storage.Postgres;
using System.Collections.Immutable;
using System.Text.Json;
namespace StellaOps.Scanner.Manifest.Persistence;

View File

@@ -1,8 +1,9 @@
using System.Collections.Concurrent;
using System.Collections.Immutable;
using Microsoft.Extensions.Logging;
using Npgsql;
using NpgsqlTypes;
using System.Collections.Concurrent;
using System.Collections.Immutable;
namespace StellaOps.Scanner.Manifest.Resolution;

View File

@@ -1,6 +1,7 @@
using System.Collections.Concurrent;
using Microsoft.Extensions.Logging;
using Npgsql;
using System.Collections.Concurrent;
namespace StellaOps.Scanner.Manifest.Resolution;

View File

@@ -1,11 +1,12 @@
using Microsoft.Extensions.Logging;
using StellaOps.Scanner.Manifest.Models;
using StellaOps.Scanner.Registry;
using System.Collections.Concurrent;
using System.Collections.Immutable;
using System.IO.Compression;
using System.Security.Cryptography;
using System.Text.Json;
using Microsoft.Extensions.Logging;
using StellaOps.Scanner.Manifest.Models;
using StellaOps.Scanner.Registry;
namespace StellaOps.Scanner.Manifest.Resolution;

View File

@@ -0,0 +1,8 @@
# StellaOps.Scanner.Manifest 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/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.md. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |