documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"project": "src/Tools/GoldenPairs",
|
||||
"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-10T19:36:32Z"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user