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,16 @@
{
"filesChecked": [
"src/Tools/FixtureUpdater/FixtureUpdaterApp.cs",
"src/Tools/FixtureUpdater/FixtureUpdaterRunner.cs",
"src/Tools/FixtureUpdater/Program.cs"
],
"found": [
"src/Tools/FixtureUpdater/FixtureUpdaterApp.cs",
"src/Tools/FixtureUpdater/FixtureUpdaterRunner.cs",
"src/Tools/FixtureUpdater/Program.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,19 @@
{
"project": "src/Tools/FixtureUpdater",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.csproj -c Release --nologo",
"testProjects": [
"src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.csproj"
],
"testsRun": 2,
"testsPassed": 2,
"testsFailed": 0,
"errors": [
],
"warnings": [
],
"runAtUtc": "2026-02-10T19:36:32Z"
}

View File

@@ -0,0 +1,12 @@
{
"type": "integration",
"testCommand": "dotnet test src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.csproj -c Release --nologo",
"testsRun": 2,
"testsPassed": 2,
"testsFailed": 0,
"behaviorVerified": [
"Fixture updater output remains deterministic when the same inputs and fixed timestamp are replayed.",
"Failure paths retain contextual error reporting for source fixture parsing/writing issues."
],
"verdict": "pass"
}