documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Cryptography/StellaOps.Cryptography.Plugin.Gost/GostPlugin.cs",
|
||||
"src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/EidasPlugin.cs",
|
||||
"src/Cryptography/StellaOps.Cryptography.Plugin.Sm/SmPlugin.cs",
|
||||
"src/Cryptography/StellaOps.Cryptography/SignatureProfile.cs"
|
||||
],
|
||||
"found": [
|
||||
"src/Cryptography/StellaOps.Cryptography.Plugin.Gost/GostPlugin.cs",
|
||||
"src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/EidasPlugin.cs",
|
||||
"src/Cryptography/StellaOps.Cryptography.Plugin.Sm/SmPlugin.cs",
|
||||
"src/Cryptography/StellaOps.Cryptography/SignatureProfile.cs"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"project": "src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj",
|
||||
"buildResult": "pass",
|
||||
"testResult": "pass",
|
||||
"command": "dotnet test src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -c Release --nologo",
|
||||
"testsRun": 101,
|
||||
"testsPassed": 101,
|
||||
"testsFailed": 0,
|
||||
"errors": [
|
||||
|
||||
],
|
||||
"runAtUtc": "2026-02-10T13:35:00Z"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"testCommand": "dotnet test src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -c Release --nologo",
|
||||
"testsRun": 101,
|
||||
"testsPassed": 101,
|
||||
"testsFailed": 0,
|
||||
"behaviorVerified": [
|
||||
"Additional profile plugins (GOST/SM/eIDAS/FIPS/HSM) remain available and loadable in deterministic cryptography suite.",
|
||||
"PQC remains not implemented as plugin; status caveat unchanged."
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user