documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF

This commit is contained in:
master
2026-02-25 01:24:07 +02:00
parent b07d27772e
commit 4db038123b
9090 changed files with 4836 additions and 2909 deletions

View File

@@ -0,0 +1,20 @@
{
"filesChecked": [
"src/Tools/GoldenPairs/Models/GoldenPairMetadata.cs",
"src/Tools/GoldenPairs/Models/GoldenDiffReport.cs",
"src/Tools/GoldenPairs/Services/GoldenPairLoader.cs",
"src/Tools/GoldenPairs/Schema/GoldenPairsSchemaProvider.cs",
"src/Tools/GoldenPairs/Serialization/GoldenPairsJsonSerializer.cs"
],
"found": [
"src/Tools/GoldenPairs/Models/GoldenPairMetadata.cs",
"src/Tools/GoldenPairs/Models/GoldenDiffReport.cs",
"src/Tools/GoldenPairs/Services/GoldenPairLoader.cs",
"src/Tools/GoldenPairs/Schema/GoldenPairsSchemaProvider.cs",
"src/Tools/GoldenPairs/Serialization/GoldenPairsJsonSerializer.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,19 @@
{
"project": "src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj -c Release --nologo",
"testProjects": [
"src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj"
],
"testsRun": 9,
"testsPassed": 9,
"testsFailed": 0,
"errors": [
],
"warnings": [
],
"runAtUtc": "2026-02-10T21:33:23Z"
}

View File

@@ -0,0 +1,20 @@
{
"type": "integration",
"testCommand": "dotnet test src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj -c Release --nologo",
"testsRun": 9,
"testsPassed": 9,
"testsFailed": 0,
"behaviorVerified": [
"Golden pair schema loading and validation remain functional for metadata/index documents.",
"Deterministic serialization and loader normalization behavior remain stable across replays."
],
"verdict": "pass",
"runId": "run-009",
"timestampUtc": "2026-02-10T21:33:23Z",
"suiteReplay": {
"command": "dotnet test src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj -c Release --nologo",
"testsRun": 9,
"testsPassed": 9,
"testsFailed": 0
}
}