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,18 @@
{
"filesChecked": [
"src/Plugin/StellaOps.Plugin.Host/Discovery/CompositePluginDiscovery.cs",
"src/Plugin/StellaOps.Plugin.Host/Discovery/FileSystemPluginDiscovery.cs",
"src/Plugin/StellaOps.Plugin.Host/Discovery/EmbeddedPluginDiscovery.cs",
"src/Plugin/StellaOps.Plugin.Host/Discovery/IPluginDiscovery.cs"
],
"found": [
"src/Plugin/StellaOps.Plugin.Host/Discovery/CompositePluginDiscovery.cs",
"src/Plugin/StellaOps.Plugin.Host/Discovery/FileSystemPluginDiscovery.cs",
"src/Plugin/StellaOps.Plugin.Host/Discovery/EmbeddedPluginDiscovery.cs",
"src/Plugin/StellaOps.Plugin.Host/Discovery/IPluginDiscovery.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,24 @@
{
"project": "src/Plugin (module test matrix)",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.csproj -c Release --nologo; dotnet test src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj -c Release --nologo; dotnet test src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/StellaOps.Plugin.Registry.Tests.csproj -c Release --nologo; dotnet test src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.csproj -c Release --nologo; dotnet test src/Plugin/__Tests/StellaOps.Plugin.Sdk.Tests/StellaOps.Plugin.Sdk.Tests.csproj -c Release --nologo; dotnet test src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld.Tests/StellaOps.Plugin.Samples.HelloWorld.Tests.csproj -c Release --nologo",
"testProjects": [
"src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.csproj",
"src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj",
"src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/StellaOps.Plugin.Registry.Tests.csproj",
"src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.csproj",
"src/Plugin/__Tests/StellaOps.Plugin.Sdk.Tests/StellaOps.Plugin.Sdk.Tests.csproj",
"src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld.Tests/StellaOps.Plugin.Samples.HelloWorld.Tests.csproj"
],
"testsRun": 314,
"testsPassed": 314,
"testsFailed": 0,
"errors": [
],
"warnings": [
"MTP0001: Microsoft.Testing.Platform ignores VSTest-specific properties in this repository test configuration."
],
"runAtUtc": "2026-02-10T20:20:01Z"
}

View File

@@ -0,0 +1,20 @@
{
"verdict": "pass",
"testsPassed": 105,
"behaviorVerified": [
"Filesystem and embedded plugin discovery paths remain functional in host replay tests.",
"Composite discovery deduplication behavior remains stable during plugin loading scenarios."
],
"testCommand": "dotnet test src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj -c Release --nologo",
"testsRun": 105,
"type": "integration",
"testsFailed": 0,
"runId": "run-005",
"timestampUtc": "2026-02-10T20:20:01Z",
"suiteReplay": {
"command": "dotnet test src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.csproj -c Release --nologo; dotnet test src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj -c Release --nologo; dotnet test src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/StellaOps.Plugin.Registry.Tests.csproj -c Release --nologo; dotnet test src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.csproj -c Release --nologo; dotnet test src/Plugin/__Tests/StellaOps.Plugin.Sdk.Tests/StellaOps.Plugin.Sdk.Tests.csproj -c Release --nologo; dotnet test src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld.Tests/StellaOps.Plugin.Samples.HelloWorld.Tests.csproj -c Release --nologo",
"testsRun": 314,
"testsPassed": 314,
"testsFailed": 0
}
}