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,5 +1,6 @@
using System.CommandLine;
using StellaOps.Policy;
using System.CommandLine;
namespace StellaOps.Policy.Tools;

View File

@@ -1,5 +1,6 @@
using System.CommandLine;
using StellaOps.Policy;
using System.CommandLine;
namespace StellaOps.Policy.Tools;

View File

@@ -1,3 +1,4 @@
using System.CommandLine;
namespace StellaOps.Policy.Tools;

View File

@@ -1,8 +1,9 @@
using System.Collections.Immutable;
using Newtonsoft.Json;
using NJsonSchema;
using NJsonSchema.Generation;
using Newtonsoft.Json;
using StellaOps.Scheduler.Models;
using System.Collections.Immutable;
namespace StellaOps.Policy.Tools;

View File

@@ -1,3 +1,4 @@
using System.CommandLine;
namespace StellaOps.Policy.Tools;

View File

@@ -1,9 +1,10 @@
using System.Collections.Immutable;
using System.Globalization;
using System.Text.Json;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging.Abstractions;
using StellaOps.Policy;
using System.Collections.Immutable;
using System.Globalization;
using System.Text.Json;
namespace StellaOps.Policy.Tools;

View File

@@ -8,3 +8,4 @@ Source of truth: `docs-archived/implplan/2025-12-29-csproj-audit/SPRINT_20251229
| AUDIT-0096-M | DONE | Revalidated 2026-01-08. |
| AUDIT-0096-T | DONE | Revalidated 2026-01-08. |
| AUDIT-0096-A | DONE | Applied 2026-01-14 (deterministic output, parsing guards, tests). |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |