Files
git.stella-ops.org/docs/implplan-blocked/audits/csproj-standards/remediation-status.md

354 KiB

CSProj Remediation Status Ledger

  • Status values: TODO, DOING, DONE, BLOCKED.
  • Update status as remediation work progresses; do not duplicate audit evidence here.
  • Start here if you are new: pick a TODO row, open its checklist, and follow Tier 0 -> Tier 1 -> Tier 2.
  • Mark BLOCKED if audit or SOLID notes are missing and record why in the sprint Execution Log.
  • Do not mark DONE until full remediation, missing test layer fixes, and a full test pass are recorded.
  • Repo sign-off requires all rows DONE plus a full repo test matrix pass.
  • Ledger generated (UTC): 2026-01-31.
Project Module Status Checklist Notes
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj AdvisoryAI DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.md Split hosting queue/cache/output/options/DI files to <=100 lines; removed inference service locator via selector + HTTP client configurator; added inference selector/configurator unit tests; dotnet test src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj passed (578 tests) 2026-02-05.
src/AdvisoryAI/StellaOps.AdvisoryAI.Plugin.Unified/StellaOps.AdvisoryAI.Plugin.Unified.csproj AdvisoryAI DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/StellaOps.AdvisoryAI.Plugin.Unified/StellaOps.AdvisoryAI.Plugin.Unified.md Split adapter/factory into <=100-line partials, added ConfigureAwait(false), renamed stream adapter, and added adapter health/stream tests; dotnet test src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj passed (578 tests) 2026-02-05.
src/AdvisoryAI/StellaOps.AdvisoryAI.Scm.Plugin.Unified/StellaOps.AdvisoryAI.Scm.Plugin.Unified.csproj AdvisoryAI DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/StellaOps.AdvisoryAI.Scm.Plugin.Unified/StellaOps.AdvisoryAI.Scm.Plugin.Unified.md Split adapter/factory into <=100-line partials, added ConfigureAwait(false), and added SCM adapter health test; dotnet test src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj passed (578 tests) 2026-02-05.
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj AdvisoryAI DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.md Split Program/endpoints/services into <=100-line partials, removed service locator usage, added pipeline integration tests; dotnet test src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj passed (580 tests) 2026-02-05.
src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/StellaOps.AdvisoryAI.Worker.csproj AdvisoryAI DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/StellaOps.AdvisoryAI.Worker.md Split AdvisoryTaskWorker into <=100-line partials, removed redundant package references, and expanded worker tests for ForceRefresh and cache alias behavior; dotnet test src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj passed (578 tests) 2026-02-05.
src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj AdvisoryAI DOING docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.md Split AdvisoryPipelineOptions/AdvisoryTaskConfiguration, ActionAuditLedger, ActionDefinition, ActionRegistry, ActionExecutor, ApprovalWorkflowAdapter, SystemPromptLoader, IdempotencyHandler/IdempotencyOptions, ActionPolicyGate/ActionPolicyOptions, IActionPolicyGate model types, IActionExecutor model types, IActionAuditLedger model types, IApprovalWorkflowAdapter model types, SemanticVersionRange types + parsing, EvidenceContext/EvidenceNode, ConcelierAdvisoryDocumentProvider helpers/options, AdvisoryPipelinePlanResponse summaries, ContextDataProvider org context models, BinaryPatchDataProvider detection models, PolicyDataProvider evaluation models, ReachabilityDataProvider analysis models/gates/path witnesses + helper, FixDataProvider options/results, OpsMemoryDataProvider result models, ProvenanceDataProvider attestation/build/rekor models + helper, SbomDataProvider sbom/finding models + helper + finding partial, and VexDataProvider consensus/observation models + EvidenceBundleAssembler partials + AttestationIntegration partials + ChatResponseStreamer partials into <=100-line files; added ConfigureAwait(false) in ActionExecutor + ApprovalWorkflowAdapter + SystemPromptLoader + ContextDataProvider + BinaryPatchDataProvider + PolicyDataProvider + ReachabilityDataProvider + FixDataProvider + OpsMemoryDataProvider + ProvenanceDataProvider + SbomDataProvider + VexDataProvider + EvidenceBundleAssembler + AttestationIntegration + LocalInferenceClient, plus audit ledger/query, ActionRegistry parameter default, policy gate evaluation/override/critical tests, policy model default coverage, action execution + audit/approval model coverage, semantic version range coverage, approval workflow, system prompt, idempotency tests, Concelier provider metadata/document ID coverage, pipeline plan response display section fallback/SBOM null tests, context provider mapping/error/cancellation tests, binary patch provider mapping/error/cancellation tests, policy provider mapping/empty/null/error/cancellation tests, reachability provider mapping/error/cancellation tests, fix provider mapping/error/cancellation tests, ops memory provider mapping/null/empty/error/cancellation tests, provenance provider mapping/error/cancellation tests, sbom provider sbom/finding mapping/error/cancellation tests, and vex provider mapping/missing observations/error/cancellation tests + evidence bundle (warnings, sbom disabled) + attestation integration + chat response streamer tests + local inference client partials/tests; updated SignedModelBundleManager signature envelope deserialization to use JsonOptions (snake_case) for verification; dotnet test src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj passed (690 tests) 2026-02-05. Remaining remediation pending.
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj AdvisoryAI DOING docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.md Split LocalInferenceClientTests into <=100-line partials, renamed async tests, expanded evidence/streaming coverage; split AdvisoryGuardrailInjectionTests into <=100-line partials, renamed async tests, added harness assertions; split AdvisoryGuardrailOptionsBindingTests into <=100-line partials, renamed async tests, added missing-file assertions, and added guardrail config helper; split AdvisoryGuardrailPerformanceTests into <=100-line partials, renamed async tests, renamed serializer options field, and added perf/seeded phrase assertions; updated AdvisoryGuardrailPipelineTests async naming and metadata/secret assertions; split AdvisoryPipelineExecutorTests into <=100-line partials (plan builders, stubs, prompt assemblers, output, telemetry, citation coverage) with expanded metadata/citation assertions; split AdvisoryPipelinePlanResponseTests into <=100-line partials with deterministic sbom timeline timestamp; split AdvisoryPipelineOrchestratorTests into <=100-line partials with retriever helpers separated; split AdvisoryPromptAssemblerTests and AdvisoryStructuredRetrieverTests into <=100-line partials, added citation/metadata diagnostics assertions and max-chunk coverage, and moved ShufflingSbomContextRetriever into its own <=100-line helper; split SignedModelBundleManagerTests into <=100-line partials, added signature metadata verification coverage, and asserted envelope payload type; split FileSystemAdvisoryOutputStoreTests into <=100-line partials, set a fixed generated-at timestamp, and added output metadata/provenance assertions; split FileSystemAdvisoryPlanCacheTests into <=100-line partials, added missing-key coverage, and asserted request/metadata determinism; split FileSystemAdvisoryPersistenceTests into <=100-line partials, replaced temp dir helper, fixed deterministic timestamps, and added plan/output persistence assertions; ConfigureAwaitMissing skipped per xUnit guidance; dotnet test src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj passed (690 tests) 2026-02-05.
src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.md Split controller services/endpoints/auth into <=100-line partials, removed DI service locator, added ConfigureAwait(false)/async naming fixes, and added RequestValidation coverage; dotnet test src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.csproj passed (29 tests) 2026-02-05.
src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.md Removed blocking DSSE verification by making DsseVerifier async and updating validation/attestation call sites; dotnet test src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj -v minimal passed (164 tests, MTP0001 warning) 2026-02-06.
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers.Tests/StellaOps.AirGap.Policy.Analyzers.Tests.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers.Tests/StellaOps.AirGap.Policy.Analyzers.Tests.md Added mixed-case test assembly allow-list coverage plus empty assembly name diagnostic coverage; dotnet test src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers.Tests/StellaOps.AirGap.Policy.Analyzers.Tests.csproj -v minimal passed (21 tests) 2026-02-06.
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers/StellaOps.AirGap.Policy.Analyzers.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers/StellaOps.AirGap.Policy.Analyzers.md Analyzer tests enhanced with mixed-case test assembly allow-list and empty assembly name diagnostic coverage; dotnet test src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers.Tests/StellaOps.AirGap.Policy.Analyzers.Tests.csproj -v minimal passed (21 tests) 2026-02-06.
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Tests/StellaOps.AirGap.Policy.Tests.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Tests/StellaOps.AirGap.Policy.Tests.md Added invalid-request + port-mismatch coverage; dotnet test src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Tests/StellaOps.AirGap.Policy.Tests.csproj -v minimal passed (14 tests) 2026-02-06.
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.md Policy tests expanded for invalid requests and port mismatch; dotnet test src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Tests/StellaOps.AirGap.Policy.Tests.csproj -v minimal passed (14 tests) 2026-02-06.
src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.md Added content staleness coverage; dotnet test src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj -v minimal passed (50 tests) 2026-02-06.
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.md Added TrustProfileLoader path coverage; dotnet test src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj -v minimal passed (152 tests) 2026-02-06.
src/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.md Added history limit zero coverage; dotnet test src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests/StellaOps.AirGap.Persistence.Tests.csproj -v minimal passed (24 tests) 2026-02-06.
src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.md Added file transport list/receive coverage; dotnet test src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests/StellaOps.AirGap.Sync.Tests.csproj -v minimal passed (42 tests, MTP0001 warning) 2026-02-06.
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.md Added TrustProfileLoader path coverage; dotnet test src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj -v minimal passed (152 tests) 2026-02-06.
src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.md Added replay verification defaults coverage; dotnet test src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.csproj -v minimal passed (30 tests) 2026-02-06.
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.md Added EvidenceDirectoryDiscovery guard coverage; dotnet test src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj -v minimal passed (164 tests, MTP0001 warning) 2026-02-06.
src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests/StellaOps.AirGap.Persistence.Tests.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests/StellaOps.AirGap.Persistence.Tests.md Added history limit zero coverage; dotnet test src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests/StellaOps.AirGap.Persistence.Tests.csproj -v minimal passed (24 tests) 2026-02-06.
src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests/StellaOps.AirGap.Sync.Tests.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests/StellaOps.AirGap.Sync.Tests.md Added file transport list/receive coverage; dotnet test src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests/StellaOps.AirGap.Sync.Tests.csproj -v minimal passed (42 tests, MTP0001 warning) 2026-02-06.
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj AirGap DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.md Added content staleness coverage; dotnet test src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj -v minimal passed (50 tests) 2026-02-06.
src/Aoc/__Analyzers/StellaOps.Aoc.Analyzers/StellaOps.Aoc.Analyzers.csproj Aoc DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Aoc/__Analyzers/StellaOps.Aoc.Analyzers/StellaOps.Aoc.Analyzers.md Split analyzer into <=100-line partials, renamed private fields, and added config-driven ingestion coverage; dotnet test src/Aoc/__Tests/StellaOps.Aoc.Analyzers.Tests/StellaOps.Aoc.Analyzers.Tests.csproj passed (28 tests, MTP0001 warning) 2026-02-05.
src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/StellaOps.Aoc.AspNetCore.csproj Aoc DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/StellaOps.Aoc.AspNetCore.md Service locator removed; filter split into partials with constructor injection; dotnet test src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests/StellaOps.Aoc.AspNetCore.Tests.csproj passed (8 tests) 2026-02-04.
src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csproj Aoc DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.md Private field naming fixed; blocking async removed; IAocGuard extracted; AocWriteGuard and violation code mapping split into partials/files; dotnet test src/Aoc/__Tests/StellaOps.Aoc.Tests/StellaOps.Aoc.Tests.csproj passed (11 tests) 2026-02-04.
src/Aoc/__Tests/StellaOps.Aoc.Analyzers.Tests/StellaOps.Aoc.Analyzers.Tests.csproj Aoc DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Aoc/__Tests/StellaOps.Aoc.Analyzers.Tests/StellaOps.Aoc.Analyzers.Tests.md Split analyzer tests into <=100-line partials, suffixed async names, and added Intent traits with config ingestion coverage; dotnet test src/Aoc/__Tests/StellaOps.Aoc.Analyzers.Tests/StellaOps.Aoc.Analyzers.Tests.csproj passed (28 tests, MTP0001 warning) 2026-02-05.
src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests/StellaOps.Aoc.AspNetCore.Tests.csproj Aoc DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests/StellaOps.Aoc.AspNetCore.Tests.md Split guard endpoint filter tests into <=100-line partials, added guard options/status mapping/payload selector coverage and Intent traits, removed service locator usage in AocHttpResultsTests; dotnet test src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests/StellaOps.Aoc.AspNetCore.Tests.csproj passed (12 tests) 2026-02-05.
src/Aoc/__Tests/StellaOps.Aoc.Tests/StellaOps.Aoc.Tests.csproj Aoc DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Aoc/__Tests/StellaOps.Aoc.Tests/StellaOps.Aoc.Tests.md Split guard tests into <=100-line partials with helper validation, renamed private field to _guard, added Intent traits, and added optional signature metadata coverage; dotnet test src/Aoc/__Tests/StellaOps.Aoc.Tests/StellaOps.Aoc.Tests.csproj passed (12 tests) 2026-02-05.
src/Attestor/StellaOps.Attestation.Tests/StellaOps.Attestation.Tests.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestation.Tests/StellaOps.Attestation.Tests.md Split DSSE helper/verifier tests into <=100-line partials with helper extraction, suffixed async test names, added payload base64 error coverage plus signature issue/payload-type default tests and Intent traits; dotnet test src/Attestor/StellaOps.Attestation.Tests/StellaOps.Attestation.Tests.csproj passed (21 tests) 2026-02-05.
src/Attestor/StellaOps.Attestation/StellaOps.Attestation.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestation/StellaOps.Attestation.md Split DsseVerifier and IDsseVerifier/DsseVerificationResult into <=100-line files, renamed _serializerOptions, and added signature issue + payload-type default tests; dotnet test src/Attestor/StellaOps.Attestation.Tests/StellaOps.Attestation.Tests.csproj passed (21 tests) 2026-02-05.
src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.md Split DsseEnvelopeSerializer, EnvelopeKey, and EnvelopeSignatureService into <=100-line partials, renamed private fields, and expanded envelope tests; dotnet test src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/StellaOps.Attestor.Envelope.Tests.csproj passed (18 tests, MTP0001 warning) 2026-02-05.
src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/StellaOps.Attestor.Envelope.Tests.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/StellaOps.Attestor.Envelope.Tests.md Split serializer/signature tests into <=100-line partials, added payload preview/signature ordering and key mismatch/derivation coverage; dotnet test src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/StellaOps.Attestor.Envelope.Tests.csproj passed (18 tests, MTP0001 warning) 2026-02-05.
src/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.md Split all 6 source files into <=100-line partials (TileProxyOptions extracted 5 sub-option records; Program.cs extracted validator with ValidateOnStart replacing service locator; TileEndpoints split into routing/admin/responses partials; TileSyncJob split into cron schedule/tile calculator/sync batch partials; TileProxyService split into core/tiles/checkpoint/fetch/models partials; ContentAddressedTileStore split into core/tileIO/checkpoint/maintenance/models partials); added ConfigureAwait(false) to all library awaits; renamed async handlers; created test project with 31 unit tests covering CronSchedule, TileSyncCalculator, TileProxyOptionsValidator, ParseCheckpoint, and ContentAddressedTileStore; dotnet test src/Attestor/__Tests/StellaOps.Attestor.TileProxy.Tests/StellaOps.Attestor.TileProxy.Tests.csproj passed (31 tests) 2026-02-06.
src/Attestor/StellaOps.Attestor.Types/Tools/StellaOps.Attestor.Types.Generator/StellaOps.Attestor.Types.Generator.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor.Types/Tools/StellaOps.Attestor.Types.Generator/StellaOps.Attestor.Types.Generator.md Split Program.cs into focused generator/emitter/registry/schema files to <=100 lines; sorted usings; generator output covered in Attestor.Types.Tests; dotnet test src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.csproj passed (84 tests, MTP0001 warning) 2026-02-05.
src/Attestor/StellaOps.Attestor.Verify/StellaOps.Attestor.Verify.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor.Verify/StellaOps.Attestor.Verify.md Split AttestorVerificationEngine + DistributedVerificationProvider into <=100-line partials, added ConfigureAwait(false) for provider, and reorganized decoding/transparency/policy helpers; dotnet test src/Attestor/__Tests/StellaOps.Attestor.Verify.Tests/StellaOps.Attestor.Verify.Tests.csproj passed (8 tests, MTP0001 warning) 2026-02-05.
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.md Split tests into <=100-line partials with deterministic helpers, added sync/receipt/rekor coverage, and corrected in-toto fixture digests; dotnet test src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj passed (235 tests, MTP0001 warning) 2026-02-05.
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj Attestor DOING docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.md Split DeltaAttestationService and ArtifactDigests into <=100-line partials, added delta attestation key/time tests; split CanonicalJsonSerializer converters into <=100-line files and added SortedDictionary deserialization coverage; split PredicateSchemaValidator into <=100-line files and added unprefixed predicate/error-list tests; split DsseSigningService/key models into <=100-line files and added DSSE sign/verify tests; split CheckpointSignatureVerifier into <=100-line partials with signed note parsing helpers and added signed note parse failure tests; split RekorVerificationService into <=100-line partials with async ConfigureAwait(false) and offline/batch verification tests; split RekorVerificationHealthCheck/status provider types into <=100-line files and added health check/status provider tests; split RekorVerificationJob into <=100-line partials with ConfigureAwait(false), added repository/checkpoint helper types, and added verification job run tests; dotnet test src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj passed (260 tests, MTP0001 warning) 2026-02-05.
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj Attestor DOING docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.md Split HttpRekorTileClient into <=100-line partials (checkpoints, tiles, entries, inclusion proof, proof path, hashing, parsing, and path helpers); split HttpRekorClient into <=100-line partials with submission/proof tests; split ResilientRekorClient into <=100-line partials with ConfigureAwait(false) and mirror routing tests; split StubRekorClient into <=100-line partials with submission/proof/inclusion tests; split AttestorSigningKeyRegistry into <=100-line partials with Ed25519 material format coverage; split S3AttestorArchiveStore into <=100-line partials with S3 archive store tests; split HttpTransparencyWitnessClient into <=100-line partials (fetch, cache, mapping, models, metrics, and URI helpers) and added API key/query + default mapping tests; split CachedAttestorVerificationService into <=100-line partials (descriptor helpers) with cache-disabled coverage; split InMemoryAttestorVerificationCache into <=100-line partials (cache key/index helpers); dotnet test src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.csproj passed (61 tests, MTP0001 warning) 2026-02-06; dotnet test src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj -v minimal -p:BuildInParallel=false -p:UseSharedCompilation=false passed (225 tests, warnings: MSB3026, MTP0001) 2026-02-06; split InMemoryAttestorEntryRepository into <=100-line partials (query) and added duplicate bundle + subject filter coverage; dotnet test src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.csproj -v minimal passed (63 tests, MTP0001 warning) 2026-02-06; split InTotoLinkSigningService into <=100-line partials (signing, recording, helpers) and added in-toto link signing tests; dotnet test src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.csproj -v minimal passed (65 tests, MTP0001 warning) 2026-02-06.; split AttestorSigningService into <=100-line partials (signing, bundle/meta, validation, metrics, audit) and added signing bundle/log preference coverage; dotnet test src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj -v minimal passed (227 tests, MTP0001 warning) 2026-02-06.
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.md See checklist.
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj Attestor DOING docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.md Split BulkVerificationContracts into <=100-line partials (builder, mapping, DTOs); added invalid-item guard test. Split PredicateTypeRouter into <=100-line partials with _stellaOpsPredicateTypes rename; added predicate routing tests; dotnet test src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj -v minimal passed (231 tests, MTP0001 warning) 2026-02-06.
src/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.md Split all 7 flagged files into <=100-line partials/extractions (SigstoreBundle extracted constants; TransparencyLogEntry extracted LogId/KindVersion/InclusionPromise; VerificationMaterial extracted TimestampModels; SigstoreBundleBuilder split into core/envelope/rekor/build partials; SigstoreBundleSerializer split into core/validation/exception; BundleVerificationResult split into result/error/errorCode; SigstoreBundleVerifier split into core/structure/certificate/dsse/signature/pae/merkle/merkleHash partials + extracted BundleVerificationOptions); removed BlockingAsync by converting private verification methods from async to synchronous; fixed ConfigureAwaitMissing by eliminating unnecessary async; existing 44 tests pass; dotnet test src/Attestor/__Tests/StellaOps.Attestor.Bundle.Tests/StellaOps.Attestor.Bundle.Tests.csproj passed (44 tests) 2026-02-06.
src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.md Split all 8 flagged files (10 source, 8 with issues) into <=100-line focused files: BundlingOptions.cs (387 lines) split into 6 config files (BundlingOptions, BundleAggregationConfig, BundleSigningConfig, BundleRetentionConfig, BundleStorageConfig, BundlePersistenceConfig); AttestationBundle.cs (361 lines) split into 4 model files (AttestationBundle, BundledAttestation, BundleVerificationModels, BundleIntegrityModels); IAttestationBundler.cs (157 lines) split into interface + BundlerModels; IBundleStore.cs (138 lines) split into interface + BundleStoreModels; AttestationBundler.cs (398 lines) split into 5 partials (core/create/collect/verify/sign) with ConfigureAwait(false); OfflineKitBundleProvider.cs (363 lines) split into models + 4 partials (core/manifest/export/options) with ConfigureAwait(false); RetentionPolicyEnforcer.cs (533 lines) split into models + interfaces + 4 partials (core/enforce/expiry/handler) with ConfigureAwait(false); KmsOrgKeySigner.cs (362 lines) split into IKmsProvider + KmsOrgKeySigner 3 partials (core/verify/keys) + LocalOrgKeySigner 2 partials (core/sign) with ConfigureAwait(false); existing 81 tests pass; dotnet test src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/StellaOps.Attestor.Bundling.Tests.csproj passed (81 tests) 2026-02-06.
src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.md Split 6 source files (1829 total lines) into 23 focused files: ReleaseEvidencePackManifest.cs (346 lines) split into 4 model files (ReleaseEvidencePackManifest, ArtifactModels, SbomProvenanceModels, AttestationProofModels); VerificationReplayLog.cs (236 lines) split into 3 model files (VerificationReplayLog, VerificationReplayStep, VerificationKeyModels); ReleaseEvidencePackBuilder.cs (415 lines) split into 4 partials (core/artifacts/evidence/build) + ManifestSerializerContext; ReleaseEvidencePackSerializer.cs (774 lines) split into 7 partials (core/directory/directorySimple/tarGz/zip/verifyMd/archive) with ConfigureAwait(false) on all awaits; VerificationReplayLogBuilder.cs (335 lines) split into class + VerificationReplayLogRequest + IVerificationReplayLogBuilder; dotnet test src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.Tests/StellaOps.Attestor.EvidencePack.Tests.csproj passed (37 tests) 2026-02-06.
src/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.md Split 5 source files (1323 total lines) into 22 focused files: FixChainAttestationService.cs (508 lines) split into 10 files (IFixChainAttestationService, FixChainAttestationResultModels, FixChainAttestationOptions, partial core/create/verify, IFixChainAttestationStore, IRekorClient, FixChainAttestationException, DsseEnvelopeDto); FixChainModels.cs (143 lines) split into 3 files (FixChainStatement, FixChainBuildRequest, FixChainOptions); FixChainPredicate.cs (146 lines) split into 2 files (FixChainPredicate+FixChainVerdict, FixChainPredicateModels); FixChainStatementBuilder.cs (277 lines) split into 4 files (IFixChainStatementBuilder, partial core/build/verdict); FixChainValidator.cs (249 lines) split into 3 files (IFixChainValidator+FixChainValidationResult, partial core, rules); renamed static fields to _camelCase (EnvelopeJsonOptions→_envelopeJsonOptions, CanonicalJsonOptions→_canonicalJsonOptions, JsonOptions→_jsonOptions); added ConfigureAwait(false) to all awaits; dotnet test library (48 tests) + integration (81 tests) all passed 2026-02-06.
src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.md Split GraphRootAttestor.cs (694 lines) into 6 partial files (core/attest/verify/rekor/leaves/signatures); split Models/GraphRootPredicate.cs (121 lines) into GraphRootPredicate + GraphInputDigests; split Models/GraphRootResults.cs (106 lines) into GraphRootResults + GraphDataModels; added ConfigureAwait(false) to all awaits in library code; removed async from VerifyAsync (no awaits, CS1998 fix) using Task.FromResult(); ServiceLocator flag in ServiceCollectionExtensions.cs is valid DI factory pattern (no change needed); dotnet test library (43 tests) + integration (28 tests) all passed 2026-02-06.
src/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.md Split 5 source files (1495 total lines) into 18 focused files: IOciAttestationAttacher.cs (361 lines) split into 5 files (IOciAttestationAttacher interface, OciReference partial record + OciReference.Parse, OciAttachmentModels, OciConstants with MediaTypes+AnnotationKeys); IOciRegistryClient.cs (187 lines) split into 2 files (IOciRegistryClient interface, OciManifestModels with OciManifest+OciDescriptor); ISbomOciPublisher.cs (167 lines) split into 2 files (ISbomOciPublisher interface+enum, SbomOciModels with 4 records); OrasAttestationAttacher.cs (473 lines) split into 5 partials (core/attach/list/fetch/serialization); SbomOciPublisher.cs (307 lines) split into 4 partials (core/publish/push/resolve); renamed static fields to _camelCase (EmptyConfigBytes→_emptyConfigBytes, EmptyConfigDigest→_emptyConfigDigest); added ConfigureAwait(false) to all awaits; dotnet test (46 tests) passed 2026-02-06.
src/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.md Split 7 source files (2462 total lines) into 32 focused files: IOfflineRootStore.cs (119 lines) split into interface + OfflineRootStoreModels (RootType enum + RootCertificateInfo); IRuleBundleSignatureVerifier.cs (169 lines) split into interface + RuleBundleSignatureRequest (Request+Options) + RuleBundleSignatureResult; OfflineVerificationResult.cs (113 lines) split into Result+Issue+Severity + OfflineVerificationModels (Options+Summary+Status); FileSystemRootStore.cs (644 lines) split into 9 partials (core/cache/getroots/load/pemparsing/import/orgkeys/rulebundle/keyloading) + extracted OfflineRootStoreOptions; OfflineVerifier.cs (1070 lines) split into 12 partials (core/verifybundle/verifyattestation/verifyartifact/summaries/merkle/orgsignature/dsseverification/dssesinglesig/certchain/rekorproof/certparsing/ed25519) + extracted OfflineVerificationConfig; RuleBundleSignatureVerifier.cs (348 lines) split into 3 partials (core/verify/verifydirectory) + extracted DsseEnvelopeModels; renamed JsonOptions to _jsonOptions; extracted ResolveHashAlgorithm helper and VerifySingleDsseSignature helper for file-length compliance; added ConfigureAwait(false) to all awaits; IOfflineVerifier.cs (71 lines) unchanged (under 100); dotnet test (36 tests) passed 2026-02-06.
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.md Split 4 source files (1002 total lines) into 15 focused files: ProofChainDbContext.cs (226 lines) split into 4 partials (core/modelconfig/entityconfig/savechanges) extracting entity configuration into private static helper methods; IProofChainRepository.cs (208 lines) compressed doc comments to single-line and removed redundant explicit usings (under 100 lines); PostgresVerdictLedgerRepository.cs (241 lines) split into 4 partials (core+MapToEntry/append/queries/chain) with ConfigureAwait(false) on all awaits; TrustAnchorMatcher.cs (327 lines) split into interface (ITrustAnchorMatcher) + result record (TrustAnchorMatchResult) + 4 partials (core/findmatch/keyaccess/globregex) with ConfigureAwait(false) on all awaits; entity files (7) and IVerdictLedgerRepository.cs (98 lines) already under 100 lines - unchanged; dotnet test (21 tests) passed 2026-02-06.
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.md Split 52 source files (over 100 lines each, totalling ~14k lines) into 293 focused files all <=100 lines. Key splits: VerificationPipeline.cs (717 lines) split into 8 files (partial class + 4 extracted step classes + interfaces + models); BackportProofGenerator.cs (556 lines) into 10 partials; AIArtifactVerificationStep.cs (443 lines) into 9 files; AIAuthorityClassifier.cs (366 lines) into 11 files; Rfc8785JsonCanonicalizer.cs (316 lines) into 5 partials; VexProofIntegrator.cs, InMemoryProofGraphService.cs, AuditHashLogger.cs, ComponentRefExtractor.cs and 10 more impl classes split into partials; 37 data model/predicate/statement files split by extracting secondary types to individual files. Added ConfigureAwait(false) on all awaits; consolidated duplicate compute methods into generic helpers; build: 0 errors 0 warnings 2026-02-06.
src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.md See checklist.
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.md See checklist.
src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.md See checklist.
src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.md See checklist.
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/StellaOps.Attestor.TrustVerdict.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/StellaOps.Attestor.TrustVerdict.Tests.md See checklist.
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.md See checklist.
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.md See checklist.
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.md See checklist.
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.md See checklist.
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests/StellaOps.Attestor.Spdx3.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests/StellaOps.Attestor.Spdx3.Tests.md See checklist.
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.TrustRepo.Tests/StellaOps.Attestor.TrustRepo.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.TrustRepo.Tests/StellaOps.Attestor.TrustRepo.Tests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.Bundle.Tests/StellaOps.Attestor.Bundle.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Bundle.Tests/StellaOps.Attestor.Bundle.Tests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/StellaOps.Attestor.Bundling.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/StellaOps.Attestor.Bundling.Tests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests/StellaOps.Attestor.Conformance.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests/StellaOps.Attestor.Conformance.Tests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/StellaOps.Attestor.EvidencePack.IntegrationTests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/StellaOps.Attestor.EvidencePack.IntegrationTests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.Tests/StellaOps.Attestor.EvidencePack.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.Tests/StellaOps.Attestor.EvidencePack.Tests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests/StellaOps.Attestor.Oci.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests/StellaOps.Attestor.Oci.Tests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.Offline.Tests/StellaOps.Attestor.Offline.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Offline.Tests/StellaOps.Attestor.Offline.Tests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.Persistence.Tests/StellaOps.Attestor.Persistence.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Persistence.Tests/StellaOps.Attestor.Persistence.Tests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.md See checklist.
src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.md Split tests into <=100-line partials, fixed async naming/using placement, added schema metadata/missing schemaVersion/Rekor empty tree/log URL stability coverage; dotnet test src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.csproj passed (84 tests, MTP0001 warning) 2026-02-05.
src/Attestor/__Tests/StellaOps.Attestor.Verify.Tests/StellaOps.Attestor.Verify.Tests.csproj Attestor DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Verify.Tests/StellaOps.Attestor.Verify.Tests.md Split tests into partials, fixed async naming, removed blocking call, and added bundle missing/payload invalid/proof missing/unsupported mode coverage; dotnet test src/Attestor/__Tests/StellaOps.Attestor.Verify.Tests/StellaOps.Attestor.Verify.Tests.csproj passed (8 tests, MTP0001 warning) 2026-02-05.
src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/StellaOps.Attestor.Watchlist.Tests.csproj Attestor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/StellaOps.Attestor.Watchlist.Tests.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/StellaOps.Auth.Abstractions.Tests.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/StellaOps.Auth.Abstractions.Tests.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOps.Auth.Client.Tests.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOps.Auth.Client.Tests.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOps.Auth.ServerIntegration.Tests.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOps.Auth.ServerIntegration.Tests.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/StellaOps.Authority.Plugin.Oidc.Tests.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/StellaOps.Authority.Plugin.Oidc.Tests.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/StellaOps.Authority.Plugin.Oidc.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/StellaOps.Authority.Plugin.Oidc.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/StellaOps.Authority.Plugin.Saml.Tests.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/StellaOps.Authority.Plugin.Saml.Tests.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/StellaOps.Authority.Plugin.Saml.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/StellaOps.Authority.Plugin.Saml.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Unified/StellaOps.Authority.Plugin.Unified.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Unified/StellaOps.Authority.Plugin.Unified.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/StellaOps.Authority.Plugins.Abstractions.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/StellaOps.Authority.Plugins.Abstractions.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.md See checklist.
src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.md See checklist.
src/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csproj Authority DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.md Verdict manifest/builder/replay verifier/store split into <=100-line files; private field naming fixed; dotnet test src/Authority/__Tests/StellaOps.Authority.Core.Tests/StellaOps.Authority.Core.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (46 tests) 2026-02-04.
src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.md See checklist.
src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csproj Authority DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.md Timestamping abstractions split into focused files; nonce handling fixed; dotnet test src/Authority/__Tests/StellaOps.Authority.Timestamping.Abstractions.Tests/StellaOps.Authority.Timestamping.Abstractions.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (16 tests) 2026-02-04.
src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csproj Authority DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.md Timestamping runtime split into partials (ASN.1, cache, registry); ConfigureAwait(false) added; dotnet test src/Authority/__Tests/StellaOps.Authority.Timestamping.Tests/StellaOps.Authority.Timestamping.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (10 tests) 2026-02-04.
src/Authority/__Tests/StellaOps.Authority.ConfigDiff.Tests/StellaOps.Authority.ConfigDiff.Tests.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Tests/StellaOps.Authority.ConfigDiff.Tests/StellaOps.Authority.ConfigDiff.Tests.md See checklist.
src/Authority/__Tests/StellaOps.Authority.Core.Tests/StellaOps.Authority.Core.Tests.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Tests/StellaOps.Authority.Core.Tests/StellaOps.Authority.Core.Tests.md See checklist.
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj Authority TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.md See checklist.
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.Tests/StellaOps.Bench.LinkNotMerge.Vex.Tests.csproj Bench TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.Tests/StellaOps.Bench.LinkNotMerge.Vex.Tests.md See checklist.
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj Bench TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.md See checklist.
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge.Tests/StellaOps.Bench.LinkNotMerge.Tests.csproj Bench TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge.Tests/StellaOps.Bench.LinkNotMerge.Tests.md See checklist.
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj Bench TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.md See checklist.
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests/StellaOps.Bench.Notify.Tests.csproj Bench TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests/StellaOps.Bench.Notify.Tests.md See checklist.
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj Bench TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.md See checklist.
src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.csproj Bench TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.md See checklist.
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests/StellaOps.Bench.ScannerAnalyzers.Tests.csproj Bench TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests/StellaOps.Bench.ScannerAnalyzers.Tests.md See checklist.
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csproj Bench TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.md See checklist.
src/BinaryIndex/StellaOps.BinaryIndex.WebService/StellaOps.BinaryIndex.WebService.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/StellaOps.BinaryIndex.WebService/StellaOps.BinaryIndex.WebService.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Contracts/StellaOps.BinaryIndex.Contracts.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Contracts/StellaOps.BinaryIndex.Contracts.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/StellaOps.BinaryIndex.Corpus.Alpine.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/StellaOps.BinaryIndex.Corpus.Alpine.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/StellaOps.BinaryIndex.Corpus.Debian.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/StellaOps.BinaryIndex.Corpus.Debian.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/StellaOps.BinaryIndex.Corpus.Rpm.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/StellaOps.BinaryIndex.Corpus.Rpm.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions/StellaOps.BinaryIndex.Disassembly.Abstractions.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions/StellaOps.BinaryIndex.Disassembly.Abstractions.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/StellaOps.BinaryIndex.Disassembly.B2R2.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/StellaOps.BinaryIndex.Disassembly.B2R2.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/StellaOps.BinaryIndex.Disassembly.Iced.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/StellaOps.BinaryIndex.Disassembly.Iced.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/StellaOps.BinaryIndex.Disassembly.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/StellaOps.BinaryIndex.Disassembly.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.md See checklist.
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/StellaOps.BinaryIndex.Analysis.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/StellaOps.BinaryIndex.Analysis.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Benchmarks/StellaOps.BinaryIndex.Benchmarks.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Benchmarks/StellaOps.BinaryIndex.Benchmarks.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/StellaOps.BinaryIndex.Builders.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/StellaOps.BinaryIndex.Builders.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Cache.Tests/StellaOps.BinaryIndex.Cache.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Cache.Tests/StellaOps.BinaryIndex.Cache.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Contracts.Tests/StellaOps.BinaryIndex.Contracts.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Contracts.Tests/StellaOps.BinaryIndex.Contracts.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/StellaOps.BinaryIndex.Core.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/StellaOps.BinaryIndex.Core.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/StellaOps.BinaryIndex.Corpus.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/StellaOps.BinaryIndex.Corpus.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Decompiler.Tests/StellaOps.BinaryIndex.Decompiler.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Decompiler.Tests/StellaOps.BinaryIndex.Decompiler.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests/StellaOps.BinaryIndex.Diff.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests/StellaOps.BinaryIndex.Diff.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/StellaOps.BinaryIndex.Disassembly.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/StellaOps.BinaryIndex.Disassembly.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/StellaOps.BinaryIndex.Ensemble.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/StellaOps.BinaryIndex.Ensemble.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/StellaOps.BinaryIndex.Fingerprints.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/StellaOps.BinaryIndex.Fingerprints.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/StellaOps.BinaryIndex.FixIndex.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/StellaOps.BinaryIndex.FixIndex.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ghidra.Tests/StellaOps.BinaryIndex.Ghidra.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ghidra.Tests/StellaOps.BinaryIndex.Ghidra.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests/StellaOps.BinaryIndex.Normalization.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests/StellaOps.BinaryIndex.Normalization.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/StellaOps.BinaryIndex.Persistence.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/StellaOps.BinaryIndex.Persistence.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/StellaOps.BinaryIndex.Semantic.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/StellaOps.BinaryIndex.Semantic.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/StellaOps.BinaryIndex.Validation.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/StellaOps.BinaryIndex.Validation.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.VexBridge.Tests/StellaOps.BinaryIndex.VexBridge.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.VexBridge.Tests/StellaOps.BinaryIndex.VexBridge.Tests.md See checklist.
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.WebService.Tests/StellaOps.BinaryIndex.WebService.Tests.csproj BinaryIndex TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.WebService.Tests/StellaOps.BinaryIndex.WebService.Tests.md See checklist.
src/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csproj Cartographer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.md See checklist.
src/Cartographer/__Tests/StellaOps.Cartographer.Tests/StellaOps.Cartographer.Tests.csproj Cartographer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cartographer/__Tests/StellaOps.Cartographer.Tests/StellaOps.Cartographer.Tests.md See checklist.
src/Cli/StellaOps.Cli/StellaOps.Cli.csproj Cli TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/StellaOps.Cli/StellaOps.Cli.md See checklist.
src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/StellaOps.Cli.Plugins.Aoc.csproj Cli TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/StellaOps.Cli.Plugins.Aoc.md See checklist.
src/Cli/__Libraries/StellaOps.Cli.Plugins.DeltaSig/StellaOps.Cli.Plugins.DeltaSig.csproj Cli TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.DeltaSig/StellaOps.Cli.Plugins.DeltaSig.md See checklist.
src/Cli/__Libraries/StellaOps.Cli.Plugins.GroundTruth/StellaOps.Cli.Plugins.GroundTruth.csproj Cli TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.GroundTruth/StellaOps.Cli.Plugins.GroundTruth.md See checklist.
src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/StellaOps.Cli.Plugins.NonCore.csproj Cli TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/StellaOps.Cli.Plugins.NonCore.md See checklist.
src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols/StellaOps.Cli.Plugins.Symbols.csproj Cli TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols/StellaOps.Cli.Plugins.Symbols.md See checklist.
src/Cli/__Libraries/StellaOps.Cli.Plugins.Timestamp/StellaOps.Cli.Plugins.Timestamp.csproj Cli TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.Timestamp/StellaOps.Cli.Plugins.Timestamp.md See checklist.
src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict/StellaOps.Cli.Plugins.Verdict.csproj Cli TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict/StellaOps.Cli.Plugins.Verdict.md See checklist.
src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/StellaOps.Cli.Plugins.Vex.csproj Cli TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/StellaOps.Cli.Plugins.Vex.md See checklist.
src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests/StellaOps.Cli.Commands.Setup.Tests.csproj Cli TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests/StellaOps.Cli.Commands.Setup.Tests.md See checklist.
src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj Cli TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.md See checklist.
src/Concelier/StellaOps.Concelier.Plugin.Unified/StellaOps.Concelier.Plugin.Unified.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/StellaOps.Concelier.Plugin.Unified/StellaOps.Concelier.Plugin.Unified.md See checklist.
src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.md See checklist.
src/Concelier/__Analyzers/StellaOps.Concelier.Analyzers/StellaOps.Concelier.Analyzers.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Analyzers/StellaOps.Concelier.Analyzers/StellaOps.Concelier.Analyzers.md See checklist.
src/Concelier/__Analyzers/StellaOps.Concelier.Merge.Analyzers/StellaOps.Concelier.Merge.Analyzers.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Analyzers/StellaOps.Concelier.Merge.Analyzers/StellaOps.Concelier.Merge.Analyzers.md See checklist.
src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra/StellaOps.Concelier.Connector.Astra.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra/StellaOps.Concelier.Connector.Astra.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/StellaOps.Concelier.BackportProof.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/StellaOps.Concelier.BackportProof.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.ProofService.Postgres/StellaOps.Concelier.ProofService.Postgres.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.ProofService.Postgres/StellaOps.Concelier.ProofService.Postgres.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.ProofService/StellaOps.Concelier.ProofService.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.ProofService/StellaOps.Concelier.ProofService.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.RawModels/StellaOps.Concelier.RawModels.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.RawModels/StellaOps.Concelier.RawModels.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.md See checklist.
src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/StellaOps.Concelier.SourceIntel.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/StellaOps.Concelier.SourceIntel.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Analyzers.Tests/StellaOps.Concelier.Analyzers.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Analyzers.Tests/StellaOps.Concelier.Analyzers.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.BackportProof.Tests/StellaOps.Concelier.BackportProof.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.BackportProof.Tests/StellaOps.Concelier.BackportProof.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/StellaOps.Concelier.Cache.Valkey.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/StellaOps.Concelier.Cache.Valkey.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.ConfigDiff.Tests/StellaOps.Concelier.ConfigDiff.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.ConfigDiff.Tests/StellaOps.Concelier.ConfigDiff.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/StellaOps.Concelier.Connector.Acsc.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/StellaOps.Concelier.Connector.Acsc.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Astra.Tests/StellaOps.Concelier.Connector.Astra.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Astra.Tests/StellaOps.Concelier.Connector.Astra.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Cccs.Tests/StellaOps.Concelier.Connector.Cccs.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Cccs.Tests/StellaOps.Concelier.Connector.Cccs.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertBund.Tests/StellaOps.Concelier.Connector.CertBund.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertBund.Tests/StellaOps.Concelier.Connector.CertBund.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/StellaOps.Concelier.Connector.CertCc.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/StellaOps.Concelier.Connector.CertCc.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertFr.Tests/StellaOps.Concelier.Connector.CertFr.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertFr.Tests/StellaOps.Concelier.Connector.CertFr.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertIn.Tests/StellaOps.Concelier.Connector.CertIn.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertIn.Tests/StellaOps.Concelier.Connector.CertIn.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Cve.Tests/StellaOps.Concelier.Connector.Cve.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Cve.Tests/StellaOps.Concelier.Connector.Cve.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Epss.Tests/StellaOps.Concelier.Connector.Epss.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Epss.Tests/StellaOps.Concelier.Connector.Epss.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Jvn.Tests/StellaOps.Concelier.Connector.Jvn.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Jvn.Tests/StellaOps.Concelier.Connector.Jvn.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Kev.Tests/StellaOps.Concelier.Connector.Kev.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Kev.Tests/StellaOps.Concelier.Connector.Kev.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Kisa.Tests/StellaOps.Concelier.Connector.Kisa.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Kisa.Tests/StellaOps.Concelier.Connector.Kisa.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/StellaOps.Concelier.Connector.Nvd.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/StellaOps.Concelier.Connector.Nvd.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests/StellaOps.Concelier.Connector.Osv.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests/StellaOps.Concelier.Connector.Osv.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/StellaOps.Concelier.Exporter.Json.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/StellaOps.Concelier.Exporter.Json.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Integration.Tests/StellaOps.Concelier.Integration.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Integration.Tests/StellaOps.Concelier.Integration.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Interest.Tests/StellaOps.Concelier.Interest.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Interest.Tests/StellaOps.Concelier.Interest.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Merge.Analyzers.Tests/StellaOps.Concelier.Merge.Analyzers.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Merge.Analyzers.Tests/StellaOps.Concelier.Merge.Analyzers.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/StellaOps.Concelier.Normalization.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/StellaOps.Concelier.Normalization.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests/StellaOps.Concelier.ProofService.Postgres.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests/StellaOps.Concelier.ProofService.Postgres.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.ProofService.Tests/StellaOps.Concelier.ProofService.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.ProofService.Tests/StellaOps.Concelier.ProofService.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.RawModels.Tests/StellaOps.Concelier.RawModels.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.RawModels.Tests/StellaOps.Concelier.RawModels.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.SchemaEvolution.Tests/StellaOps.Concelier.SchemaEvolution.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.SchemaEvolution.Tests/StellaOps.Concelier.SchemaEvolution.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.SourceIntel.Tests/StellaOps.Concelier.SourceIntel.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.SourceIntel.Tests/StellaOps.Concelier.SourceIntel.Tests.md See checklist.
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj Concelier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.md See checklist.
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj Cryptography TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.md See checklist.
src/Cryptography/StellaOps.Cryptography.Plugin.Fips/StellaOps.Cryptography.Plugin.Fips.csproj Cryptography TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Plugin.Fips/StellaOps.Cryptography.Plugin.Fips.md See checklist.
src/Cryptography/StellaOps.Cryptography.Plugin.Gost/StellaOps.Cryptography.Plugin.Gost.csproj Cryptography TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Plugin.Gost/StellaOps.Cryptography.Plugin.Gost.md See checklist.
src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/StellaOps.Cryptography.Plugin.Hsm.csproj Cryptography TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/StellaOps.Cryptography.Plugin.Hsm.md See checklist.
src/Cryptography/StellaOps.Cryptography.Plugin.Sm/StellaOps.Cryptography.Plugin.Sm.csproj Cryptography TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Plugin.Sm/StellaOps.Cryptography.Plugin.Sm.md See checklist.
src/Cryptography/StellaOps.Cryptography.Plugin/StellaOps.Cryptography.Plugin.csproj Cryptography TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Plugin/StellaOps.Cryptography.Plugin.md See checklist.
src/Cryptography/StellaOps.Cryptography.Profiles.Ecdsa/StellaOps.Cryptography.Profiles.Ecdsa.csproj Cryptography TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Profiles.Ecdsa/StellaOps.Cryptography.Profiles.Ecdsa.md See checklist.
src/Cryptography/StellaOps.Cryptography.Profiles.EdDsa/StellaOps.Cryptography.Profiles.EdDsa.csproj Cryptography TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Profiles.EdDsa/StellaOps.Cryptography.Profiles.EdDsa.md See checklist.
src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj Cryptography TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.md See checklist.
src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj Cryptography TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.md See checklist.
src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.md See checklist.
src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/StellaOps.Doctor.Plugin.Attestor.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/StellaOps.Doctor.Plugin.Attestor.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/StellaOps.Doctor.Plugin.Auth.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/StellaOps.Doctor.Plugin.Auth.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/StellaOps.Doctor.Plugin.EvidenceLocker.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/StellaOps.Doctor.Plugin.EvidenceLocker.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/StellaOps.Doctor.Plugin.Observability.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/StellaOps.Doctor.Plugin.Observability.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations/StellaOps.Doctor.Plugin.Operations.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations/StellaOps.Doctor.Plugin.Operations.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres/StellaOps.Doctor.Plugin.Postgres.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres/StellaOps.Doctor.Plugin.Postgres.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage/StellaOps.Doctor.Plugin.Storage.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage/StellaOps.Doctor.Plugin.Storage.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.md See checklist.
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex/StellaOps.Doctor.Plugin.Vex.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex/StellaOps.Doctor.Plugin.Vex.md See checklist.
src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.md See checklist.
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/StellaOps.Doctor.Plugin.Notify.Tests.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/StellaOps.Doctor.Plugin.Notify.Tests.md See checklist.
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Observability.Tests/StellaOps.Doctor.Plugin.Observability.Tests.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Tests/StellaOps.Doctor.Plugin.Observability.Tests/StellaOps.Doctor.Plugin.Observability.Tests.md See checklist.
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests/StellaOps.Doctor.Plugin.Timestamping.Tests.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests/StellaOps.Doctor.Plugin.Timestamping.Tests.md See checklist.
src/Doctor/__Tests/StellaOps.Doctor.WebService.Tests/StellaOps.Doctor.WebService.Tests.csproj Doctor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Tests/StellaOps.Doctor.WebService.Tests/StellaOps.Doctor.WebService.Tests.md See checklist.
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj EvidenceLocker TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.md See checklist.
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj EvidenceLocker TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.md See checklist.
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj EvidenceLocker TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.md See checklist.
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/StellaOps.EvidenceLocker.WebService.csproj EvidenceLocker TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/StellaOps.EvidenceLocker.WebService.md See checklist.
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Worker/StellaOps.EvidenceLocker.Worker.csproj EvidenceLocker TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Worker/StellaOps.EvidenceLocker.Worker.md See checklist.
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj EvidenceLocker TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.md See checklist.
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.csproj EvidenceLocker TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.md See checklist.
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.csproj EvidenceLocker TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.md AGENTS.md added 2026-02-06; remediation ready.
src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/StellaOps.EvidenceLocker.Export.Tests.csproj EvidenceLocker TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/StellaOps.EvidenceLocker.Export.Tests.md See checklist.
src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests.csproj EvidenceLocker TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests.md See checklist.
src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.md See checklist.
src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.ArtifactStores.S3/StellaOps.Excititor.ArtifactStores.S3.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.ArtifactStores.S3/StellaOps.Excititor.ArtifactStores.S3.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/StellaOps.Excititor.Connectors.Cisco.CSAF.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/StellaOps.Excititor.Connectors.Cisco.CSAF.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/StellaOps.Excititor.Connectors.MSRC.CSAF.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/StellaOps.Excititor.Connectors.MSRC.CSAF.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/StellaOps.Excititor.Connectors.Oracle.CSAF.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/StellaOps.Excititor.Connectors.Oracle.CSAF.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/StellaOps.Excititor.Connectors.RedHat.CSAF.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/StellaOps.Excititor.Connectors.RedHat.CSAF.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/StellaOps.Excititor.Connectors.Ubuntu.CSAF.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/StellaOps.Excititor.Connectors.Ubuntu.CSAF.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Formats.CSAF/StellaOps.Excititor.Formats.CSAF.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Formats.CSAF/StellaOps.Excititor.Formats.CSAF.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/StellaOps.Excititor.Formats.CycloneDX.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/StellaOps.Excititor.Formats.CycloneDX.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/StellaOps.Excititor.Formats.OpenVEX.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/StellaOps.Excititor.Formats.OpenVEX.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.md See checklist.
src/Excititor/__Libraries/StellaOps.Excititor.Policy/StellaOps.Excititor.Policy.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Policy/StellaOps.Excititor.Policy.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.ArtifactStores.S3.Tests/StellaOps.Excititor.ArtifactStores.S3.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.ArtifactStores.S3.Tests/StellaOps.Excititor.ArtifactStores.S3.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests/StellaOps.Excititor.Attestation.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests/StellaOps.Excititor.Attestation.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/StellaOps.Excititor.Export.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/StellaOps.Excititor.Export.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Formats.CSAF.Tests/StellaOps.Excititor.Formats.CSAF.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Formats.CSAF.Tests/StellaOps.Excititor.Formats.CSAF.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests/StellaOps.Excititor.Formats.CycloneDX.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests/StellaOps.Excititor.Formats.CycloneDX.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests/StellaOps.Excititor.Formats.OpenVEX.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests/StellaOps.Excititor.Formats.OpenVEX.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Plugin.Tests/StellaOps.Excititor.Plugin.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Plugin.Tests/StellaOps.Excititor.Plugin.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Policy.Tests/StellaOps.Excititor.Policy.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Policy.Tests/StellaOps.Excititor.Policy.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.md See checklist.
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj Excititor TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.md See checklist.
src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.csproj ExportCenter TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.md See checklist.
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client.Tests/StellaOps.ExportCenter.Client.Tests.csproj ExportCenter TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client.Tests/StellaOps.ExportCenter.Client.Tests.md See checklist.
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/StellaOps.ExportCenter.Client.csproj ExportCenter TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/StellaOps.ExportCenter.Client.md See checklist.
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj ExportCenter TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.md See checklist.
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.csproj ExportCenter TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.md See checklist.
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj ExportCenter TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.md See checklist.
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj ExportCenter TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.md See checklist.
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/StellaOps.ExportCenter.Worker.csproj ExportCenter TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/StellaOps.ExportCenter.Worker.md See checklist.
src/Feedser/StellaOps.Feedser.BinaryAnalysis/StellaOps.Feedser.BinaryAnalysis.csproj Feedser TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Feedser/StellaOps.Feedser.BinaryAnalysis/StellaOps.Feedser.BinaryAnalysis.md See checklist.
src/Feedser/StellaOps.Feedser.Core/StellaOps.Feedser.Core.csproj Feedser TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Feedser/StellaOps.Feedser.Core/StellaOps.Feedser.Core.md See checklist.
src/Feedser/__Tests/StellaOps.Feedser.BinaryAnalysis.Tests/StellaOps.Feedser.BinaryAnalysis.Tests.csproj Feedser TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Feedser/__Tests/StellaOps.Feedser.BinaryAnalysis.Tests/StellaOps.Feedser.BinaryAnalysis.Tests.md See checklist.
src/Feedser/__Tests/StellaOps.Feedser.Core.Tests/StellaOps.Feedser.Core.Tests.csproj Feedser TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Feedser/__Tests/StellaOps.Feedser.Core.Tests/StellaOps.Feedser.Core.Tests.md See checklist.
src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj Findings TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.md See checklist.
src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj Findings TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.md See checklist.
src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj Findings TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.md See checklist.
src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/LedgerReplayHarness.csproj Findings TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/LedgerReplayHarness.md See checklist.
src/Findings/__Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests.csproj Findings TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/__Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests.md See checklist.
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj Findings TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.md See checklist.
src/Findings/__Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests.csproj Findings TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/__Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests.md See checklist.
src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.csproj Findings TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.md See checklist.
src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj Gateway TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.md See checklist.
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj Gateway TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.md See checklist.
src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj Graph TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.md See checklist.
src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj Graph TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.md See checklist.
src/Graph/__Libraries/StellaOps.Graph.Core/StellaOps.Graph.Core.csproj Graph TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/__Libraries/StellaOps.Graph.Core/StellaOps.Graph.Core.md AGENTS.md added 2026-02-06; remediation ready.
src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/StellaOps.Graph.Indexer.Persistence.csproj Graph TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/StellaOps.Graph.Indexer.Persistence.md See checklist.
src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj Graph TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.md See checklist.
src/Graph/__Tests/StellaOps.Graph.Core.Tests/StellaOps.Graph.Core.Tests.csproj Graph TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/__Tests/StellaOps.Graph.Core.Tests/StellaOps.Graph.Core.Tests.md See checklist.
src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj Graph TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.md See checklist.
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj Graph TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.md See checklist.
src/Integrations/StellaOps.Integrations.WebService/StellaOps.Integrations.WebService.csproj Integrations TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/StellaOps.Integrations.WebService/StellaOps.Integrations.WebService.md See checklist.
src/Integrations/__Libraries/StellaOps.Integrations.Contracts/StellaOps.Integrations.Contracts.csproj Integrations TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Libraries/StellaOps.Integrations.Contracts/StellaOps.Integrations.Contracts.md See checklist.
src/Integrations/__Libraries/StellaOps.Integrations.Core/StellaOps.Integrations.Core.csproj Integrations TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Libraries/StellaOps.Integrations.Core/StellaOps.Integrations.Core.md See checklist.
src/Integrations/__Libraries/StellaOps.Integrations.Persistence/StellaOps.Integrations.Persistence.csproj Integrations TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Libraries/StellaOps.Integrations.Persistence/StellaOps.Integrations.Persistence.md See checklist.
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.csproj Integrations TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.md See checklist.
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitLab/StellaOps.Integrations.Plugin.GitLab.csproj Integrations TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitLab/StellaOps.Integrations.Plugin.GitLab.md See checklist.
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.Harbor/StellaOps.Integrations.Plugin.Harbor.csproj Integrations TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.Harbor/StellaOps.Integrations.Plugin.Harbor.md See checklist.
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.InMemory/StellaOps.Integrations.Plugin.InMemory.csproj Integrations TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.InMemory/StellaOps.Integrations.Plugin.InMemory.md See checklist.
src/Integrations/__Tests/StellaOps.Integrations.Plugin.Tests/StellaOps.Integrations.Plugin.Tests.csproj Integrations TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Tests/StellaOps.Integrations.Plugin.Tests/StellaOps.Integrations.Plugin.Tests.md See checklist.
src/Integrations/__Tests/StellaOps.Integrations.Tests/StellaOps.Integrations.Tests.csproj Integrations TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Tests/StellaOps.Integrations.Tests/StellaOps.Integrations.Tests.md See checklist.
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/StellaOps.IssuerDirectory.Core.Tests.csproj IssuerDirectory DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/StellaOps.IssuerDirectory.Core.Tests.md 2026-02-04: Split client/service tests, added cache coverage; dotnet test src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/StellaOps.IssuerDirectory.Core.Tests.csproj.
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj IssuerDirectory DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.md 2026-02-04: Split services/domain/validation into partials, normalized private fields, added domain/validator tests; dotnet test src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/StellaOps.IssuerDirectory.Core.Tests.csproj.
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/StellaOps.IssuerDirectory.Infrastructure.csproj IssuerDirectory TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/StellaOps.IssuerDirectory.Infrastructure.md See checklist.
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj IssuerDirectory TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.md See checklist.
src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/StellaOps.IssuerDirectory.Persistence.csproj IssuerDirectory DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/StellaOps.IssuerDirectory.Persistence.md 2026-02-04: Split repositories into read/write/mapping/serialization partials, removed service locator registration, added unit/integration coverage; dotnet test src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/StellaOps.IssuerDirectory.Persistence.Tests.csproj (15 tests).
src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/StellaOps.IssuerDirectory.Persistence.Tests.csproj IssuerDirectory DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/StellaOps.IssuerDirectory.Persistence.Tests.md 2026-02-04: Split IssuerAuditSinkTests into partials, sorted usings, added DI registration unit tests and new coverage; dotnet test src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/StellaOps.IssuerDirectory.Persistence.Tests.csproj (15 tests).
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj Notifier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.md See checklist.
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj Notifier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.md See checklist.
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj Notifier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.md See checklist.
src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.md See checklist.
src/Notify/StellaOps.Notify.Worker/StellaOps.Notify.Worker.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/StellaOps.Notify.Worker/StellaOps.Notify.Worker.md See checklist.
src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/StellaOps.Notify.Connectors.Email.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/StellaOps.Notify.Connectors.Email.md See checklist.
src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared/StellaOps.Notify.Connectors.Shared.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared/StellaOps.Notify.Connectors.Shared.md See checklist.
src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/StellaOps.Notify.Connectors.Slack.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/StellaOps.Notify.Connectors.Slack.md See checklist.
src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/StellaOps.Notify.Connectors.Teams.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/StellaOps.Notify.Connectors.Teams.md See checklist.
src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/StellaOps.Notify.Connectors.Webhook.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/StellaOps.Notify.Connectors.Webhook.md See checklist.
src/Notify/__Libraries/StellaOps.Notify.Engine/StellaOps.Notify.Engine.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Engine/StellaOps.Notify.Engine.md See checklist.
src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.md See checklist.
src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.md See checklist.
src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.md See checklist.
src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/StellaOps.Notify.Storage.InMemory.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/StellaOps.Notify.Storage.InMemory.md See checklist.
src/Notify/__Tests/StellaOps.Notify.Connectors.Email.Tests/StellaOps.Notify.Connectors.Email.Tests.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Connectors.Email.Tests/StellaOps.Notify.Connectors.Email.Tests.md See checklist.
src/Notify/__Tests/StellaOps.Notify.Connectors.Shared.Tests/StellaOps.Notify.Connectors.Shared.Tests.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Connectors.Shared.Tests/StellaOps.Notify.Connectors.Shared.Tests.md See checklist.
src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests/StellaOps.Notify.Connectors.Slack.Tests.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests/StellaOps.Notify.Connectors.Slack.Tests.md See checklist.
src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests/StellaOps.Notify.Connectors.Teams.Tests.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests/StellaOps.Notify.Connectors.Teams.Tests.md See checklist.
src/Notify/__Tests/StellaOps.Notify.Connectors.Webhook.Tests/StellaOps.Notify.Connectors.Webhook.Tests.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Connectors.Webhook.Tests/StellaOps.Notify.Connectors.Webhook.Tests.md See checklist.
src/Notify/__Tests/StellaOps.Notify.Core.Tests/StellaOps.Notify.Core.Tests.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Core.Tests/StellaOps.Notify.Core.Tests.md See checklist.
src/Notify/__Tests/StellaOps.Notify.Engine.Tests/StellaOps.Notify.Engine.Tests.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Engine.Tests/StellaOps.Notify.Engine.Tests.md See checklist.
src/Notify/__Tests/StellaOps.Notify.Models.Tests/StellaOps.Notify.Models.Tests.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Models.Tests/StellaOps.Notify.Models.Tests.md See checklist.
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.md See checklist.
src/Notify/__Tests/StellaOps.Notify.Queue.Tests/StellaOps.Notify.Queue.Tests.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Queue.Tests/StellaOps.Notify.Queue.Tests.md See checklist.
src/Notify/__Tests/StellaOps.Notify.Storage.InMemory.Tests/StellaOps.Notify.Storage.InMemory.Tests.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Storage.InMemory.Tests/StellaOps.Notify.Storage.InMemory.Tests.md See checklist.
src/Notify/__Tests/StellaOps.Notify.WebService.Tests/StellaOps.Notify.WebService.Tests.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.WebService.Tests/StellaOps.Notify.WebService.Tests.md See checklist.
src/Notify/__Tests/StellaOps.Notify.Worker.Tests/StellaOps.Notify.Worker.Tests.csproj Notify TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Worker.Tests/StellaOps.Notify.Worker.Tests.md See checklist.
src/OpsMemory/StellaOps.OpsMemory.WebService/StellaOps.OpsMemory.WebService.csproj OpsMemory TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/OpsMemory/StellaOps.OpsMemory.WebService/StellaOps.OpsMemory.WebService.md See checklist.
src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj OpsMemory TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.md See checklist.
src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/StellaOps.OpsMemory.Tests.csproj OpsMemory TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/StellaOps.OpsMemory.Tests.md See checklist.
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj Orchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.md See checklist.
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj Orchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.md See checklist.
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj Orchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.md See checklist.
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj Orchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.md See checklist.
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Worker/StellaOps.Orchestrator.Worker.csproj Orchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Worker/StellaOps.Orchestrator.Worker.md See checklist.
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj PacksRegistry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.md See checklist.
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj PacksRegistry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.md See checklist.
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Persistence.EfCore/StellaOps.PacksRegistry.Persistence.EfCore.csproj PacksRegistry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Persistence.EfCore/StellaOps.PacksRegistry.Persistence.EfCore.md See checklist.
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/StellaOps.PacksRegistry.Tests.csproj PacksRegistry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/StellaOps.PacksRegistry.Tests.md See checklist.
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj PacksRegistry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.md See checklist.
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Worker/StellaOps.PacksRegistry.Worker.csproj PacksRegistry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Worker/StellaOps.PacksRegistry.Worker.md See checklist.
src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.csproj PacksRegistry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.md See checklist.
src/PacksRegistry/__Tests/StellaOps.PacksRegistry.Persistence.Tests/StellaOps.PacksRegistry.Persistence.Tests.csproj PacksRegistry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/__Tests/StellaOps.PacksRegistry.Persistence.Tests/StellaOps.PacksRegistry.Persistence.Tests.md See checklist.
src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj Platform TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.md See checklist.
src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj Platform TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.md See checklist.
src/Platform/__Libraries/StellaOps.Platform.Database/StellaOps.Platform.Database.csproj Platform TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Platform/__Libraries/StellaOps.Platform.Database/StellaOps.Platform.Database.md See checklist.
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj Platform TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.md See checklist.
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj Platform TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.md See checklist.
src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld.Tests/StellaOps.Plugin.Samples.HelloWorld.Tests.csproj Plugin TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld.Tests/StellaOps.Plugin.Samples.HelloWorld.Tests.md See checklist.
src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld/StellaOps.Plugin.Samples.HelloWorld.csproj Plugin TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld/StellaOps.Plugin.Samples.HelloWorld.md See checklist.
src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj Plugin TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.md See checklist.
src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj Plugin TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.md See checklist.
src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.csproj Plugin TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.md See checklist.
src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj Plugin TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.md See checklist.
src/Plugin/StellaOps.Plugin.Sdk/StellaOps.Plugin.Sdk.csproj Plugin TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/StellaOps.Plugin.Sdk/StellaOps.Plugin.Sdk.md See checklist.
src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.csproj Plugin TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.md See checklist.
src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.csproj Plugin TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.md See checklist.
src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj Plugin TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.md See checklist.
src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/StellaOps.Plugin.Registry.Tests.csproj Plugin TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/StellaOps.Plugin.Registry.Tests.md See checklist.
src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.csproj Plugin TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.md See checklist.
src/Plugin/__Tests/StellaOps.Plugin.Sdk.Tests/StellaOps.Plugin.Sdk.Tests.csproj Plugin TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/__Tests/StellaOps.Plugin.Sdk.Tests/StellaOps.Plugin.Sdk.Tests.md See checklist.
src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.md See checklist.
src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.md See checklist.
src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.md See checklist.
src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.md See checklist.
src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.md See checklist.
src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.md See checklist.
src/Policy/__Libraries/StellaOps.Policy.AuthSignals/StellaOps.Policy.AuthSignals.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.AuthSignals/StellaOps.Policy.AuthSignals.md See checklist.
src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.md See checklist.
src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.md See checklist.
src/Policy/__Libraries/StellaOps.Policy.Explainability/StellaOps.Policy.Explainability.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Explainability/StellaOps.Policy.Explainability.md See checklist.
src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.md See checklist.
src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.md See checklist.
src/Policy/__Libraries/StellaOps.Policy.Predicates/StellaOps.Policy.Predicates.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Predicates/StellaOps.Policy.Predicates.md See checklist.
src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.md See checklist.
src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.md See checklist.
src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/StellaOps.Policy.Interop.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/StellaOps.Policy.Interop.Tests.md See checklist.
src/Policy/__Tests/StellaOps.Policy.AuthSignals.Tests/StellaOps.Policy.AuthSignals.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.AuthSignals.Tests/StellaOps.Policy.AuthSignals.Tests.md See checklist.
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.md See checklist.
src/Policy/__Tests/StellaOps.Policy.Engine.Contract.Tests/StellaOps.Policy.Engine.Contract.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Engine.Contract.Tests/StellaOps.Policy.Engine.Contract.Tests.md See checklist.
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.md See checklist.
src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/StellaOps.Policy.Exceptions.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/StellaOps.Policy.Exceptions.Tests.md See checklist.
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.md See checklist.
src/Policy/__Tests/StellaOps.Policy.Pack.Tests/StellaOps.Policy.Pack.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Pack.Tests/StellaOps.Policy.Pack.Tests.md See checklist.
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.md See checklist.
src/Policy/__Tests/StellaOps.Policy.Predicates.Tests/StellaOps.Policy.Predicates.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Predicates.Tests/StellaOps.Policy.Predicates.Tests.md See checklist.
src/Policy/__Tests/StellaOps.Policy.RiskProfile.Tests/StellaOps.Policy.RiskProfile.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.RiskProfile.Tests/StellaOps.Policy.RiskProfile.Tests.md See checklist.
src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.md See checklist.
src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.md See checklist.
src/Policy/__Tests/StellaOps.Policy.Unknowns.Tests/StellaOps.Policy.Unknowns.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Unknowns.Tests/StellaOps.Policy.Unknowns.Tests.md See checklist.
src/Policy/__Tests/StellaOps.PolicyDsl.Tests/StellaOps.PolicyDsl.Tests.csproj Policy TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.PolicyDsl.Tests/StellaOps.PolicyDsl.Tests.md See checklist.
src/Provenance/StellaOps.Provenance.Attestation.Tool/StellaOps.Provenance.Attestation.Tool.csproj Provenance TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Provenance/StellaOps.Provenance.Attestation.Tool/StellaOps.Provenance.Attestation.Tool.md See checklist.
src/Provenance/StellaOps.Provenance.Attestation/StellaOps.Provenance.Attestation.csproj Provenance TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Provenance/StellaOps.Provenance.Attestation/StellaOps.Provenance.Attestation.md See checklist.
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj Provenance TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.md See checklist.
src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj ReachGraph TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.md See checklist.
src/ReachGraph/__Tests/StellaOps.ReachGraph.WebService.Tests/StellaOps.ReachGraph.WebService.Tests.csproj ReachGraph TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReachGraph/__Tests/StellaOps.ReachGraph.WebService.Tests/StellaOps.ReachGraph.WebService.Tests.md See checklist.
src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj Registry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.md See checklist.
src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/StellaOps.Registry.TokenService.Tests.csproj Registry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/StellaOps.Registry.TokenService.Tests.md See checklist.
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.md See checklist.
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.md See checklist.
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.md See checklist.
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.md See checklist.
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.md See checklist.
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/StellaOps.Agent.Ssh.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/StellaOps.Agent.Ssh.md See checklist.
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/StellaOps.ReleaseOrchestrator.Compliance.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/StellaOps.ReleaseOrchestrator.Compliance.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/StellaOps.ReleaseOrchestrator.Federation.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/StellaOps.ReleaseOrchestrator.Federation.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability/StellaOps.ReleaseOrchestrator.Observability.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability/StellaOps.ReleaseOrchestrator.Observability.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/StellaOps.ReleaseOrchestrator.Performance.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/StellaOps.ReleaseOrchestrator.Performance.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing/StellaOps.ReleaseOrchestrator.SelfHealing.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing/StellaOps.ReleaseOrchestrator.SelfHealing.md See checklist.
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/StellaOps.Agent.Compose.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/StellaOps.Agent.Compose.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Core.Tests/StellaOps.Agent.Core.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Core.Tests/StellaOps.Agent.Core.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/StellaOps.Agent.Docker.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/StellaOps.Agent.Docker.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/StellaOps.Agent.Nomad.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/StellaOps.Agent.Nomad.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/StellaOps.Agent.Ssh.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/StellaOps.Agent.Ssh.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/StellaOps.Agent.WinRM.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/StellaOps.Agent.WinRM.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests/StellaOps.ReleaseOrchestrator.Agent.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests/StellaOps.ReleaseOrchestrator.Agent.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Integration.Tests/StellaOps.ReleaseOrchestrator.Integration.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Integration.Tests/StellaOps.ReleaseOrchestrator.Integration.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Observability.Tests/StellaOps.ReleaseOrchestrator.Observability.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Observability.Tests/StellaOps.ReleaseOrchestrator.Observability.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests.md See checklist.
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj ReleaseOrchestrator TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.md See checklist.
src/Replay/StellaOps.Replay.WebService/StellaOps.Replay.WebService.csproj Replay TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Replay/StellaOps.Replay.WebService/StellaOps.Replay.WebService.md See checklist.
src/Replay/__Libraries/StellaOps.Replay.Anonymization/StellaOps.Replay.Anonymization.csproj Replay TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Replay/__Libraries/StellaOps.Replay.Anonymization/StellaOps.Replay.Anonymization.md See checklist.
src/Replay/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj Replay TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Replay/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.md See checklist.
src/Replay/__Tests/StellaOps.Replay.Anonymization.Tests/StellaOps.Replay.Anonymization.Tests.csproj Replay TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Replay/__Tests/StellaOps.Replay.Anonymization.Tests/StellaOps.Replay.Anonymization.Tests.md See checklist.
src/Replay/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj Replay TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Replay/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.md See checklist.
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj RiskEngine TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.md See checklist.
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Infrastructure/StellaOps.RiskEngine.Infrastructure.csproj RiskEngine TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Infrastructure/StellaOps.RiskEngine.Infrastructure.md See checklist.
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/StellaOps.RiskEngine.Tests.csproj RiskEngine TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/StellaOps.RiskEngine.Tests.md See checklist.
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.WebService/StellaOps.RiskEngine.WebService.csproj RiskEngine TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.WebService/StellaOps.RiskEngine.WebService.md See checklist.
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Worker/StellaOps.RiskEngine.Worker.csproj RiskEngine TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Worker/StellaOps.RiskEngine.Worker.md See checklist.
src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.md See checklist.
src/Router/StellaOps.Router.Plugin.Unified/StellaOps.Router.Plugin.Unified.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/StellaOps.Router.Plugin.Unified/StellaOps.Router.Plugin.Unified.md See checklist.
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.md See checklist.
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.md See checklist.
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.md See checklist.
src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.md See checklist.
src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.md See checklist.
src/Router/__Libraries/StellaOps.Microservice.SourceGen/StellaOps.Microservice.SourceGen.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Microservice.SourceGen/StellaOps.Microservice.SourceGen.md See checklist.
src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.md See checklist.
src/Router/__Libraries/StellaOps.Router.AspNet/StellaOps.Router.AspNet.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.AspNet/StellaOps.Router.AspNet.md See checklist.
src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.md See checklist.
src/Router/__Libraries/StellaOps.Router.Config/StellaOps.Router.Config.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Config/StellaOps.Router.Config.md See checklist.
src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.md See checklist.
src/Router/__Libraries/StellaOps.Router.Transport.InMemory/StellaOps.Router.Transport.InMemory.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Transport.InMemory/StellaOps.Router.Transport.InMemory.md See checklist.
src/Router/__Libraries/StellaOps.Router.Transport.Messaging/StellaOps.Router.Transport.Messaging.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Transport.Messaging/StellaOps.Router.Transport.Messaging.md See checklist.
src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/StellaOps.Router.Transport.RabbitMq.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/StellaOps.Router.Transport.RabbitMq.md See checklist.
src/Router/__Libraries/StellaOps.Router.Transport.Tcp/StellaOps.Router.Transport.Tcp.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Transport.Tcp/StellaOps.Router.Transport.Tcp.md See checklist.
src/Router/__Libraries/StellaOps.Router.Transport.Tls/StellaOps.Router.Transport.Tls.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Transport.Tls/StellaOps.Router.Transport.Tls.md See checklist.
src/Router/__Libraries/StellaOps.Router.Transport.Udp/StellaOps.Router.Transport.Udp.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Transport.Udp/StellaOps.Router.Transport.Udp.md See checklist.
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.md See checklist.
src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests/StellaOps.Messaging.Transport.Valkey.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests/StellaOps.Messaging.Transport.Valkey.Tests.md See checklist.
src/Router/__Tests/StellaOps.Microservice.SourceGen.Tests/StellaOps.Microservice.SourceGen.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Microservice.SourceGen.Tests/StellaOps.Microservice.SourceGen.Tests.md See checklist.
src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.md See checklist.
src/Router/__Tests/StellaOps.Router.AspNet.Tests/StellaOps.Router.AspNet.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.AspNet.Tests/StellaOps.Router.AspNet.Tests.md See checklist.
src/Router/__Tests/StellaOps.Router.Common.Tests/StellaOps.Router.Common.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Common.Tests/StellaOps.Router.Common.Tests.md See checklist.
src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.md See checklist.
src/Router/__Tests/StellaOps.Router.Gateway.Tests/StellaOps.Router.Gateway.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Gateway.Tests/StellaOps.Router.Gateway.Tests.md See checklist.
src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.md See checklist.
src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/StellaOps.Router.Transport.InMemory.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/StellaOps.Router.Transport.InMemory.Tests.md See checklist.
src/Router/__Tests/StellaOps.Router.Transport.Plugin.Tests/StellaOps.Router.Transport.Plugin.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Transport.Plugin.Tests/StellaOps.Router.Transport.Plugin.Tests.md See checklist.
src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/StellaOps.Router.Transport.RabbitMq.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/StellaOps.Router.Transport.RabbitMq.Tests.md See checklist.
src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests/StellaOps.Router.Transport.Tcp.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests/StellaOps.Router.Transport.Tcp.Tests.md See checklist.
src/Router/__Tests/StellaOps.Router.Transport.Tls.Tests/StellaOps.Router.Transport.Tls.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Transport.Tls.Tests/StellaOps.Router.Transport.Tls.Tests.md See checklist.
src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests/StellaOps.Router.Transport.Udp.Tests.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests/StellaOps.Router.Transport.Udp.Tests.md See checklist.
src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing/StellaOps.Messaging.Testing.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing/StellaOps.Messaging.Testing.md See checklist.
src/Router/__Tests/__Libraries/StellaOps.Router.Testing/StellaOps.Router.Testing.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/__Libraries/StellaOps.Router.Testing/StellaOps.Router.Testing.md See checklist.
src/Router/examples/Examples.Billing.Microservice/Examples.Billing.Microservice.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/examples/Examples.Billing.Microservice/Examples.Billing.Microservice.md See checklist.
src/Router/examples/Examples.Gateway/Examples.Gateway.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/examples/Examples.Gateway/Examples.Gateway.md See checklist.
src/Router/examples/Examples.Inventory.Microservice/Examples.Inventory.Microservice.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/examples/Examples.Inventory.Microservice/Examples.Inventory.Microservice.md See checklist.
src/Router/examples/Examples.MultiTransport.Gateway/Examples.MultiTransport.Gateway.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/examples/Examples.MultiTransport.Gateway/Examples.MultiTransport.Gateway.md See checklist.
src/Router/examples/Examples.NotificationService/Examples.NotificationService.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/examples/Examples.NotificationService/Examples.NotificationService.md See checklist.
src/Router/examples/Examples.OrderService/Examples.OrderService.csproj Router TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/examples/Examples.OrderService/Examples.OrderService.md See checklist.
src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj SbomService TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.md See checklist.
src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj SbomService TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/SbomService/StellaOps.SbomService/StellaOps.SbomService.md See checklist.
src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.csproj SbomService TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.md See checklist.
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj SbomService TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.md See checklist.
src/SbomService/__Tests/StellaOps.SbomService.Lineage.Tests/StellaOps.SbomService.Lineage.Tests.csproj SbomService TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/SbomService/__Tests/StellaOps.SbomService.Lineage.Tests/StellaOps.SbomService.Lineage.Tests.md See checklist.
src/SbomService/__Tests/StellaOps.SbomService.Persistence.Tests/StellaOps.SbomService.Persistence.Tests.csproj SbomService TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/SbomService/__Tests/StellaOps.SbomService.Persistence.Tests/StellaOps.SbomService.Persistence.Tests.md See checklist.
src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.md See checklist.
src/Scanner/StellaOps.Scanner.Analyzers.Plugin.Unified/StellaOps.Scanner.Analyzers.Plugin.Unified.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/StellaOps.Scanner.Analyzers.Plugin.Unified/StellaOps.Scanner.Analyzers.Plugin.Unified.md See checklist.
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.md See checklist.
src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.md See checklist.
src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.md See checklist.
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks.md See checklist.
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks.md See checklist.
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks.md See checklist.
src/Scanner/__Benchmarks/StellaOps.Scanner.Gate.Benchmarks/StellaOps.Scanner.Gate.Benchmarks.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Benchmarks/StellaOps.Scanner.Gate.Benchmarks/StellaOps.Scanner.Gate.Benchmarks.md See checklist.
src/Scanner/__Benchmarks/StellaOps.Scanner.Storage.Epss.Perf/StellaOps.Scanner.Storage.Epss.Perf.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Benchmarks/StellaOps.Scanner.Storage.Epss.Perf/StellaOps.Scanner.Storage.Epss.Perf.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Advisory/StellaOps.Scanner.Advisory.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Advisory/StellaOps.Scanner.Advisory.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk/StellaOps.Scanner.Analyzers.OS.Apk.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk/StellaOps.Scanner.Analyzers.OS.Apk.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg/StellaOps.Scanner.Analyzers.OS.Dpkg.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg/StellaOps.Scanner.Analyzers.OS.Dpkg.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew/StellaOps.Scanner.Analyzers.OS.Homebrew.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew/StellaOps.Scanner.Analyzers.OS.Homebrew.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/StellaOps.Scanner.Analyzers.OS.MacOsBundle.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/StellaOps.Scanner.Analyzers.OS.MacOsBundle.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/StellaOps.Scanner.Analyzers.OS.Pkgutil.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/StellaOps.Scanner.Analyzers.OS.Pkgutil.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/StellaOps.Scanner.Analyzers.OS.Windows.Msi.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/StellaOps.Scanner.Analyzers.OS.Windows.Msi.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Benchmarks/StellaOps.Scanner.Benchmarks.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Benchmarks/StellaOps.Scanner.Benchmarks.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Contracts/StellaOps.Scanner.Contracts.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Contracts/StellaOps.Scanner.Contracts.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Delta/StellaOps.Scanner.Delta.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Delta/StellaOps.Scanner.Delta.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Diff/StellaOps.Scanner.Diff.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Diff/StellaOps.Scanner.Diff.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Explainability/StellaOps.Scanner.Explainability.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Explainability/StellaOps.Scanner.Explainability.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/StellaOps.Scanner.MaterialChanges.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/StellaOps.Scanner.MaterialChanges.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Orchestration/StellaOps.Scanner.Orchestration.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Orchestration/StellaOps.Scanner.Orchestration.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.ProofIntegration/StellaOps.Scanner.ProofIntegration.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.ProofIntegration/StellaOps.Scanner.ProofIntegration.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Registry/StellaOps.Scanner.Registry.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Registry/StellaOps.Scanner.Registry.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/StellaOps.Scanner.Sarif.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/StellaOps.Scanner.Sarif.Tests.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.Validation/StellaOps.Scanner.Validation.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Validation/StellaOps.Scanner.Validation.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/StellaOps.Scanner.VulnSurfaces.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/StellaOps.Scanner.VulnSurfaces.Tests.md See checklist.
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Advisory.Tests/StellaOps.Scanner.Advisory.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Advisory.Tests/StellaOps.Scanner.Advisory.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/StellaOps.Scanner.Analyzers.OS.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/StellaOps.Scanner.Analyzers.OS.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Benchmarks.Tests/StellaOps.Scanner.Benchmarks.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Benchmarks.Tests/StellaOps.Scanner.Benchmarks.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Cache.Tests/StellaOps.Scanner.Cache.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Cache.Tests/StellaOps.Scanner.Cache.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/StellaOps.Scanner.ChangeTrace.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/StellaOps.Scanner.ChangeTrace.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.ConfigDiff.Tests/StellaOps.Scanner.ConfigDiff.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.ConfigDiff.Tests/StellaOps.Scanner.ConfigDiff.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Contracts.Tests/StellaOps.Scanner.Contracts.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Contracts.Tests/StellaOps.Scanner.Contracts.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Diff.Tests/StellaOps.Scanner.Diff.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Diff.Tests/StellaOps.Scanner.Diff.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Emit.Lineage.Tests/StellaOps.Scanner.Emit.Lineage.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Emit.Lineage.Tests/StellaOps.Scanner.Emit.Lineage.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/StellaOps.Scanner.Evidence.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/StellaOps.Scanner.Evidence.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/StellaOps.Scanner.Explainability.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/StellaOps.Scanner.Explainability.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Integration.Tests/StellaOps.Scanner.Integration.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Integration.Tests/StellaOps.Scanner.Integration.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.MaterialChanges.Tests/StellaOps.Scanner.MaterialChanges.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.MaterialChanges.Tests/StellaOps.Scanner.MaterialChanges.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/StellaOps.Scanner.PatchVerification.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/StellaOps.Scanner.PatchVerification.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.ProofIntegration.Tests/StellaOps.Scanner.ProofIntegration.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.ProofIntegration.Tests/StellaOps.Scanner.ProofIntegration.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.ProofSpine.Tests/StellaOps.Scanner.ProofSpine.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.ProofSpine.Tests/StellaOps.Scanner.ProofSpine.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Queue.Tests/StellaOps.Scanner.Queue.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Queue.Tests/StellaOps.Scanner.Queue.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Stack.Tests/StellaOps.Scanner.Reachability.Stack.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Reachability.Stack.Tests/StellaOps.Scanner.Reachability.Stack.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/StellaOps.Scanner.ReachabilityDrift.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/StellaOps.Scanner.ReachabilityDrift.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.SchemaEvolution.Tests/StellaOps.Scanner.SchemaEvolution.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.SchemaEvolution.Tests/StellaOps.Scanner.SchemaEvolution.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.ServiceSecurity.Tests/StellaOps.Scanner.ServiceSecurity.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.ServiceSecurity.Tests/StellaOps.Scanner.ServiceSecurity.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/StellaOps.Scanner.Sources.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/StellaOps.Scanner.Sources.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/StellaOps.Scanner.Storage.Oci.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/StellaOps.Scanner.Storage.Oci.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Surface.Env.Tests/StellaOps.Scanner.Surface.Env.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Surface.Env.Tests/StellaOps.Scanner.Surface.Env.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/StellaOps.Scanner.Surface.FS.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/StellaOps.Scanner.Surface.FS.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/StellaOps.Scanner.Surface.Secrets.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/StellaOps.Scanner.Surface.Secrets.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Surface.Tests/StellaOps.Scanner.Surface.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Surface.Tests/StellaOps.Scanner.Surface.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Surface.Validation.Tests/StellaOps.Scanner.Surface.Validation.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Surface.Validation.Tests/StellaOps.Scanner.Surface.Validation.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests/StellaOps.Scanner.Triage.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests/StellaOps.Scanner.Triage.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.md See checklist.
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj Scanner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.md See checklist.
src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.md See checklist.
src/Scheduler/StellaOps.Scheduler.Worker.Host/StellaOps.Scheduler.Worker.Host.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/StellaOps.Scheduler.Worker.Host/StellaOps.Scheduler.Worker.Host.md See checklist.
src/Scheduler/Tools/Scheduler.Backfill/Scheduler.Backfill.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/Tools/Scheduler.Backfill/Scheduler.Backfill.md See checklist.
src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.md See checklist.
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.md See checklist.
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.md See checklist.
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.md See checklist.
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.md See checklist.
src/Scheduler/__Tests/StellaOps.Scheduler.Backfill.Tests/StellaOps.Scheduler.Backfill.Tests.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.Backfill.Tests/StellaOps.Scheduler.Backfill.Tests.md See checklist.
src/Scheduler/__Tests/StellaOps.Scheduler.ImpactIndex.Tests/StellaOps.Scheduler.ImpactIndex.Tests.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.ImpactIndex.Tests/StellaOps.Scheduler.ImpactIndex.Tests.md See checklist.
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.md See checklist.
src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.md See checklist.
src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.md See checklist.
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.md See checklist.
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj Scheduler TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.md See checklist.
src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj Signals TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.md See checklist.
src/Signals/StellaOps.Signals.Scheduler/StellaOps.Signals.Scheduler.csproj Signals TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/StellaOps.Signals.Scheduler/StellaOps.Signals.Scheduler.md See checklist.
src/Signals/StellaOps.Signals/StellaOps.Signals.csproj Signals TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/StellaOps.Signals/StellaOps.Signals.md See checklist.
src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj Signals TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.md See checklist.
src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj Signals TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.md See checklist.
src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.csproj Signals TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.md See checklist.
src/Signals/__Tests/StellaOps.Signals.Persistence.Tests/StellaOps.Signals.Persistence.Tests.csproj Signals TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/__Tests/StellaOps.Signals.Persistence.Tests/StellaOps.Signals.Persistence.Tests.md See checklist.
src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/StellaOps.Signals.RuntimeAgent.Tests.csproj Signals TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/StellaOps.Signals.RuntimeAgent.Tests.md See checklist.
src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj Signals TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.md See checklist.
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj Signer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.md See checklist.
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj Signer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.md See checklist.
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj Signer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.md See checklist.
src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/StellaOps.Signer.WebService.csproj Signer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/StellaOps.Signer.WebService.md See checklist.
src/Signer/__Libraries/StellaOps.Signer.KeyManagement/StellaOps.Signer.KeyManagement.csproj Signer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signer/__Libraries/StellaOps.Signer.KeyManagement/StellaOps.Signer.KeyManagement.md See checklist.
src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj Signer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.md See checklist.
src/SmRemote/StellaOps.SmRemote.Service/StellaOps.SmRemote.Service.csproj SmRemote TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/SmRemote/StellaOps.SmRemote.Service/StellaOps.SmRemote.Service.md See checklist.
src/Symbols/StellaOps.Symbols.Bundle/StellaOps.Symbols.Bundle.csproj Symbols TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Symbols/StellaOps.Symbols.Bundle/StellaOps.Symbols.Bundle.md See checklist.
src/Symbols/StellaOps.Symbols.Client/StellaOps.Symbols.Client.csproj Symbols TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Symbols/StellaOps.Symbols.Client/StellaOps.Symbols.Client.md See checklist.
src/Symbols/StellaOps.Symbols.Core/StellaOps.Symbols.Core.csproj Symbols TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Symbols/StellaOps.Symbols.Core/StellaOps.Symbols.Core.md See checklist.
src/Symbols/StellaOps.Symbols.Infrastructure/StellaOps.Symbols.Infrastructure.csproj Symbols TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Symbols/StellaOps.Symbols.Infrastructure/StellaOps.Symbols.Infrastructure.md See checklist.
src/Symbols/StellaOps.Symbols.Server/StellaOps.Symbols.Server.csproj Symbols TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Symbols/StellaOps.Symbols.Server/StellaOps.Symbols.Server.md See checklist.
src/Symbols/__Tests/StellaOps.Symbols.Tests/StellaOps.Symbols.Tests.csproj Symbols TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Symbols/__Tests/StellaOps.Symbols.Tests/StellaOps.Symbols.Tests.md See checklist.
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/StellaOps.TaskRunner.Client.csproj TaskRunner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/StellaOps.TaskRunner.Client.md See checklist.
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj TaskRunner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.md See checklist.
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj TaskRunner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.md See checklist.
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj TaskRunner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.md See checklist.
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/StellaOps.TaskRunner.WebService.csproj TaskRunner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/StellaOps.TaskRunner.WebService.md See checklist.
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Worker/StellaOps.TaskRunner.Worker.csproj TaskRunner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Worker/StellaOps.TaskRunner.Worker.md See checklist.
src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/StellaOps.TaskRunner.Persistence.csproj TaskRunner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/StellaOps.TaskRunner.Persistence.md See checklist.
src/TaskRunner/__Tests/StellaOps.TaskRunner.Persistence.Tests/StellaOps.TaskRunner.Persistence.Tests.csproj TaskRunner TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/__Tests/StellaOps.TaskRunner.Persistence.Tests/StellaOps.TaskRunner.Persistence.Tests.md See checklist.
src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.Tests/StellaOps.Telemetry.Analyzers.Tests.csproj Telemetry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.Tests/StellaOps.Telemetry.Analyzers.Tests.md See checklist.
src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.csproj Telemetry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.md See checklist.
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj Telemetry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.md See checklist.
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj Telemetry TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.md See checklist.
src/Timeline/StellaOps.Timeline.WebService/StellaOps.Timeline.WebService.csproj Timeline TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Timeline/StellaOps.Timeline.WebService/StellaOps.Timeline.WebService.md See checklist.
src/Timeline/__Libraries/StellaOps.Timeline.Core/StellaOps.Timeline.Core.csproj Timeline TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Timeline/__Libraries/StellaOps.Timeline.Core/StellaOps.Timeline.Core.md See checklist.
src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/StellaOps.Timeline.Core.Tests.csproj Timeline TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/StellaOps.Timeline.Core.Tests.md See checklist.
src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.csproj Timeline TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.md See checklist.
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj TimelineIndexer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.md See checklist.
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.csproj TimelineIndexer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.md See checklist.
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.csproj TimelineIndexer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.md See checklist.
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.WebService/StellaOps.TimelineIndexer.WebService.csproj TimelineIndexer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.WebService/StellaOps.TimelineIndexer.WebService.md See checklist.
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Worker/StellaOps.TimelineIndexer.Worker.csproj TimelineIndexer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Worker/StellaOps.TimelineIndexer.Worker.md See checklist.
src/Tools/FixtureUpdater/FixtureUpdater.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/FixtureUpdater/FixtureUpdater.md See checklist.
src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.md See checklist.
src/Tools/LanguageAnalyzerSmoke/LanguageAnalyzerSmoke.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/LanguageAnalyzerSmoke/LanguageAnalyzerSmoke.md See checklist.
src/Tools/NotifySmokeCheck/NotifySmokeCheck.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/NotifySmokeCheck/NotifySmokeCheck.md See checklist.
src/Tools/PolicyDslValidator/PolicyDslValidator.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/PolicyDslValidator/PolicyDslValidator.md See checklist.
src/Tools/PolicySchemaExporter/PolicySchemaExporter.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/PolicySchemaExporter/PolicySchemaExporter.md See checklist.
src/Tools/PolicySimulationSmoke/PolicySimulationSmoke.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/PolicySimulationSmoke/PolicySimulationSmoke.md See checklist.
src/Tools/RustFsMigrator/RustFsMigrator.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/RustFsMigrator/RustFsMigrator.md See checklist.
src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.md See checklist.
src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.md See checklist.
src/Tools/__Tests/LanguageAnalyzerSmoke.Tests/LanguageAnalyzerSmoke.Tests.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/LanguageAnalyzerSmoke.Tests/LanguageAnalyzerSmoke.Tests.md See checklist.
src/Tools/__Tests/NotifySmokeCheck.Tests/NotifySmokeCheck.Tests.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/NotifySmokeCheck.Tests/NotifySmokeCheck.Tests.md See checklist.
src/Tools/__Tests/PolicyDslValidator.Tests/PolicyDslValidator.Tests.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/PolicyDslValidator.Tests/PolicyDslValidator.Tests.md See checklist.
src/Tools/__Tests/PolicySchemaExporter.Tests/PolicySchemaExporter.Tests.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/PolicySchemaExporter.Tests/PolicySchemaExporter.Tests.md See checklist.
src/Tools/__Tests/PolicySimulationSmoke.Tests/PolicySimulationSmoke.Tests.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/PolicySimulationSmoke.Tests/PolicySimulationSmoke.Tests.md See checklist.
src/Tools/__Tests/RustFsMigrator.Tests/RustFsMigrator.Tests.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/RustFsMigrator.Tests/RustFsMigrator.Tests.md See checklist.
src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.md See checklist.
src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/StellaOps.Tools.WorkflowGenerator.Tests.csproj Tools TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/StellaOps.Tools.WorkflowGenerator.Tests.md See checklist.
src/Unknowns/StellaOps.Unknowns.Services/StellaOps.Unknowns.Services.csproj Unknowns TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/StellaOps.Unknowns.Services/StellaOps.Unknowns.Services.md See checklist.
src/Unknowns/StellaOps.Unknowns.WebService/StellaOps.Unknowns.WebService.csproj Unknowns TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/StellaOps.Unknowns.WebService/StellaOps.Unknowns.WebService.md See checklist.
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj Unknowns TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.md See checklist.
src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence.EfCore/StellaOps.Unknowns.Persistence.EfCore.csproj Unknowns TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence.EfCore/StellaOps.Unknowns.Persistence.EfCore.md See checklist.
src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/StellaOps.Unknowns.Persistence.csproj Unknowns TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/StellaOps.Unknowns.Persistence.md See checklist.
src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.csproj Unknowns TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.md See checklist.
src/Unknowns/__Tests/StellaOps.Unknowns.Persistence.Tests/StellaOps.Unknowns.Persistence.Tests.csproj Unknowns TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/__Tests/StellaOps.Unknowns.Persistence.Tests/StellaOps.Unknowns.Persistence.Tests.md See checklist.
src/Unknowns/__Tests/StellaOps.Unknowns.WebService.Tests/StellaOps.Unknowns.WebService.Tests.csproj Unknowns TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/__Tests/StellaOps.Unknowns.WebService.Tests/StellaOps.Unknowns.WebService.Tests.md See checklist.
src/Verifier/StellaOps.Verifier.csproj Verifier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Verifier/StellaOps.Verifier.md See checklist.
src/Verifier/__Tests/StellaOps.Verifier.Tests/StellaOps.Verifier.Tests.csproj Verifier TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Verifier/__Tests/StellaOps.Verifier.Tests/StellaOps.Verifier.Tests.md See checklist.
src/VexHub/StellaOps.VexHub.WebService/StellaOps.VexHub.WebService.csproj VexHub TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VexHub/StellaOps.VexHub.WebService/StellaOps.VexHub.WebService.md See checklist.
src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj VexHub TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.md See checklist.
src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.csproj VexHub TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.md See checklist.
src/VexHub/__Tests/StellaOps.VexHub.WebService.Tests/StellaOps.VexHub.WebService.Tests.csproj VexHub TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VexHub/__Tests/StellaOps.VexHub.WebService.Tests/StellaOps.VexHub.WebService.Tests.md See checklist.
src/VexLens/StellaOps.VexLens.Persistence/StellaOps.VexLens.Persistence.csproj VexLens TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/StellaOps.VexLens.Persistence/StellaOps.VexLens.Persistence.md See checklist.
src/VexLens/StellaOps.VexLens.WebService/StellaOps.VexLens.WebService.csproj VexLens TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/StellaOps.VexLens.WebService/StellaOps.VexLens.WebService.md See checklist.
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj VexLens TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.md See checklist.
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj VexLens TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/StellaOps.VexLens/StellaOps.VexLens.md See checklist.
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/StellaOps.VexLens.Core.Tests.csproj VexLens TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/StellaOps.VexLens.Core.Tests.md See checklist.
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj VexLens TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.md See checklist.
src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/StellaOps.VexLens.Spdx3.csproj VexLens TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/StellaOps.VexLens.Spdx3.md See checklist.
src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/StellaOps.VexLens.Spdx3.Tests.csproj VexLens TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/StellaOps.VexLens.Spdx3.Tests.md See checklist.
src/VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj VexLens TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.md See checklist.
src/VulnExplorer/StellaOps.VulnExplorer.Api/StellaOps.VulnExplorer.Api.csproj VulnExplorer TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/VulnExplorer/StellaOps.VulnExplorer.Api/StellaOps.VulnExplorer.Api.md See checklist.
src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.csproj Zastava TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.md See checklist.
src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj Zastava TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.md See checklist.
src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj Zastava TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.md See checklist.
src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj Zastava TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.md See checklist.
src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/StellaOps.Zastava.Core.Tests.csproj Zastava TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/StellaOps.Zastava.Core.Tests.md See checklist.
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj Zastava TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.md See checklist.
src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.csproj Zastava TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.md See checklist.
src/__Analyzers/StellaOps.Determinism.Analyzers.Tests/StellaOps.Determinism.Analyzers.Tests.csproj __Analyzers TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Analyzers/StellaOps.Determinism.Analyzers.Tests/StellaOps.Determinism.Analyzers.Tests.md See checklist.
src/__Analyzers/StellaOps.Determinism.Analyzers/StellaOps.Determinism.Analyzers.csproj __Analyzers TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Analyzers/StellaOps.Determinism.Analyzers/StellaOps.Determinism.Analyzers.md See checklist.
src/__Analyzers/StellaOps.TestKit.Analyzers.Tests/StellaOps.TestKit.Analyzers.Tests.csproj __Analyzers TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Analyzers/StellaOps.TestKit.Analyzers.Tests/StellaOps.TestKit.Analyzers.Tests.md See checklist.
src/__Analyzers/StellaOps.TestKit.Analyzers/StellaOps.TestKit.Analyzers.csproj __Analyzers TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Analyzers/StellaOps.TestKit.Analyzers/StellaOps.TestKit.Analyzers.md See checklist.
src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.md Split service/registry/models/store into <=100-line partials; module AGENTS added; dotnet test src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/StellaOps.AdvisoryAI.Attestation.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (58 tests) 2026-02-04.
src/__Libraries/StellaOps.Artifact.Core.Tests/StellaOps.Artifact.Core.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Artifact.Core.Tests/StellaOps.Artifact.Core.Tests.md Split tests <= 100 lines, async naming fixed, deterministic fixtures, S3 integration coverage added; dotnet test passed 2026-02-03 (25 tests, MTP0001 warning).
src/__Libraries/StellaOps.Artifact.Core/StellaOps.Artifact.Core.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Artifact.Core/StellaOps.Artifact.Core.md Remediation complete; file split <= 100 lines, async naming, ConfigureAwait, blocking async removed, DI cleanup; dotnet test passed 2026-02-03 (23 tests, MTP0001 warning).
src/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.md Split store/migration/index, tenant context + deterministic time/ID, service locator removed; dotnet test passed 2026-02-03 (25 tests, MTP0001 warning).
src/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.md ReplayToken/Sha256ReplayTokenGenerator split <= 100 lines, private field naming fixed; dotnet test src/__Tests/StellaOps.Audit.ReplayToken.Tests/StellaOps.Audit.ReplayToken.Tests.csproj passed 2026-02-03 (60 tests).
src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.md See checklist.
src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.md See checklist.
src/__Libraries/StellaOps.Canonical.Json.Tests/StellaOps.Canonical.Json.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Canonical.Json.Tests/StellaOps.Canonical.Json.Tests.md CanonJsonTests/CanonVersionTests split <= 100 lines; using directives sorted; non-object root versioned test added; dotnet test src/__Libraries/StellaOps.Canonical.Json.Tests/StellaOps.Canonical.Json.Tests.csproj passed 2026-02-03 (61 tests).
src/__Libraries/StellaOps.Canonical.Json/StellaOps.Canonical.Json.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Canonical.Json/StellaOps.Canonical.Json.md CanonJson split into partials <= 100 lines; usings moved outside namespace; private fields renamed; dotnet test src/__Libraries/StellaOps.Canonical.Json.Tests/StellaOps.Canonical.Json.Tests.csproj passed 2026-02-03 (61 tests).
src/__Libraries/StellaOps.Canonicalization/StellaOps.Canonicalization.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Canonicalization/StellaOps.Canonicalization.md CanonicalJsonSerializer/DeterminismVerifier split into <= 100-line files; private field naming fixed; dotnet test src/__Libraries/__Tests/StellaOps.Canonicalization.Tests/StellaOps.Canonicalization.Tests.csproj passed 2026-02-03 (16 tests).
src/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.md AGENTS.md added 2026-02-06; remediation ready.
src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.md Remediation complete; dotnet test passed 2026-02-03 (25 tests).
src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.md AGENTS.md added 2026-02-06; remediation ready.
src/__Libraries/StellaOps.Cryptography.CertificateStatus/StellaOps.Cryptography.CertificateStatus.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.CertificateStatus/StellaOps.Cryptography.CertificateStatus.md AGENTS.md added 2026-02-06; remediation ready.
src/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.md See checklist.
src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.md Service locator removed; async naming + file splits <= 100 lines; blocking async removed; KMS public key handling updated; dotnet test src/__Libraries/__Tests/StellaOps.Cryptography.Kms.Tests/StellaOps.Cryptography.Kms.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (9 tests, MTP0001 warning) and dotnet test src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (326 tests) on 2026-02-04.
src/__Libraries/StellaOps.Cryptography.Plugin.BouncyCastle/StellaOps.Cryptography.Plugin.BouncyCastle.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.BouncyCastle/StellaOps.Cryptography.Plugin.BouncyCastle.md Private field naming fixed; provider split into <= 100-line partials; key normalization tests added; dotnet test src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (330 tests) 2026-02-04.
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj __Libraries BLOCKED docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.md Non-vendored remediation done (signer/provider split <= 100 lines, private field rename); dotnet test src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false -v minimal passed (330 tests) 2026-02-04. Vendored AlexMAS.GostCryptography is read-only per AGENTS; pending waiver/approval.
src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS.Tests/StellaOps.Cryptography.Plugin.EIDAS.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS.Tests/StellaOps.Cryptography.Plugin.EIDAS.Tests.md Split tests into partials, removed service locator usage, added missing key test; dotnet test src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS.Tests/StellaOps.Cryptography.Plugin.EIDAS.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (25 tests) 2026-02-04.
src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/StellaOps.Cryptography.Plugin.EIDAS.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/StellaOps.Cryptography.Plugin.EIDAS.md Provider/options/client split into <=100-line partials, ConfigureAwait(false) added in library awaits; dotnet test src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS.Tests/StellaOps.Cryptography.Plugin.EIDAS.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (25 tests) 2026-02-04.
src/__Libraries/StellaOps.Cryptography.Plugin.OfflineVerification/StellaOps.Cryptography.Plugin.OfflineVerification.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.OfflineVerification/StellaOps.Cryptography.Plugin.OfflineVerification.md Provider split into <=100-line partials with registry + signer/hasher separation; algorithm matrix + unsupported-path tests added; dotnet test src/__Libraries/__Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (51 tests) and dotnet test src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false -v minimal passed (330 tests) 2026-02-04.
src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/StellaOps.Cryptography.Plugin.OpenSslGost.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/StellaOps.Cryptography.Plugin.OpenSslGost.md Provider/signer/pem loader split into <= 100-line partials; private field naming fixed; key option validation and duplicate key ID guard added; certificate PEM loading uses X509CertificateLoader; provider tests added; dotnet test src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (333 tests) 2026-02-05.
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.md Key options now validate slotId/tokenLabel exclusivity, require explicit slot selection, and enforce PIN source rules; signer utilities + key options split into <= 100-line partials; provider validation tests added; dotnet test src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (337 tests) 2026-02-05.
src/__Libraries/StellaOps.Cryptography.Plugin.PqSoft/StellaOps.Cryptography.Plugin.PqSoft.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.PqSoft/StellaOps.Cryptography.Plugin.PqSoft.md Key option validation added for algorithm and key paths; PQ gate enforcement and key-loading error tests added; provider now uses _supportedAlgorithms naming; dotnet test src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (340 tests) 2026-02-05.
src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/StellaOps.Cryptography.Plugin.SimRemote.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/StellaOps.Cryptography.Plugin.SimRemote.md Algorithm/key validation added in provider/signer; async naming + private fields corrected; DI registration and error-path tests added; dotnet test src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (343 tests) 2026-02-05.
src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote.Tests/StellaOps.Cryptography.Plugin.SmRemote.Tests.csproj __Libraries BLOCKED docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote.Tests/StellaOps.Cryptography.Plugin.SmRemote.Tests.md Probe failure + key validation tests added; dotnet test src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote.Tests/StellaOps.Cryptography.Plugin.SmRemote.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false failed due to MSB4181 in StellaOps.Cryptography.DependencyInjection, StellaOps.Configuration, StellaOps.Auth.ServerIntegration, and StellaOps.SmRemote.Service.
src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/StellaOps.Cryptography.Plugin.SmRemote.csproj __Libraries BLOCKED docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/StellaOps.Cryptography.Plugin.SmRemote.md Provider split into partials, async naming + private field naming fixed, probe now async, and key/remote id validation added; test run blocked by MSB4181 in StellaOps.Cryptography.DependencyInjection, StellaOps.Configuration, StellaOps.Auth.ServerIntegration, and StellaOps.SmRemote.Service.
src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft.Tests/StellaOps.Cryptography.Plugin.SmSoft.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft.Tests/StellaOps.Cryptography.Plugin.SmSoft.Tests.md Sm2 compliance tests split into partials, service locator removed, env gate + key loading error coverage added; dotnet test src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft.Tests/StellaOps.Cryptography.Plugin.SmSoft.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (21 tests) 2026-02-05.
src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/StellaOps.Cryptography.Plugin.SmSoft.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/StellaOps.Cryptography.Plugin.SmSoft.md Provider split into <=100-line partials; key option validation added (algorithm, key id, file path); key-loading errors now fail fast; signer/hash helpers extracted; dotnet test src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft.Tests/StellaOps.Cryptography.Plugin.SmSoft.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (21 tests) 2026-02-05.
src/__Libraries/StellaOps.Cryptography.Plugin.WineCsp/StellaOps.Cryptography.Plugin.WineCsp.csproj __Libraries BLOCKED docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.WineCsp/StellaOps.Cryptography.Plugin.WineCsp.md Provider split into partials; fallback warning test added; dotnet test src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false failed due to MSB4181 in StellaOps.Cryptography.Tests build.
src/__Libraries/StellaOps.Cryptography.PluginLoader.Tests/StellaOps.Cryptography.PluginLoader.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.PluginLoader.Tests/StellaOps.Cryptography.PluginLoader.Tests.md Split tests into focused files, added filtering/validation coverage and deterministic manifest helper; dotnet test src/__Libraries/StellaOps.Cryptography.PluginLoader.Tests/StellaOps.Cryptography.PluginLoader.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (11 tests) 2026-02-05.
src/__Libraries/StellaOps.Cryptography.PluginLoader/StellaOps.Cryptography.PluginLoader.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.PluginLoader/StellaOps.Cryptography.PluginLoader.md Split loader/config/manifest files, extracted filter/activator, added config validation; dotnet test src/__Libraries/StellaOps.Cryptography.PluginLoader.Tests/StellaOps.Cryptography.PluginLoader.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (11 tests) 2026-02-05.
src/__Libraries/StellaOps.Cryptography.Providers.OfflineVerification/StellaOps.Cryptography.Providers.OfflineVerification.csproj __Libraries BLOCKED docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Providers.OfflineVerification/StellaOps.Cryptography.Providers.OfflineVerification.md Split provider into partials, added algorithm registry/key store interfaces and provider tests; dotnet test src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false failed with MSB4181 in StellaOps.Cryptography.DependencyInjection (2026-02-05).
src/__Libraries/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.md Async naming fixed, SimRemote tests split + service locator removed, fixed-time keys added; ConfigureAwait(false) skipped in tests per xUnit1030; unused DependencyInjection reference removed; dotnet test src/__Libraries/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -p:BuildInParallel=false -p:UseSharedCompilation=false passed (7 tests, MTP0001 warning) 2026-02-05.
src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.md See checklist.
src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.md See checklist.
src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.md See checklist.
src/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.md See checklist.
src/__Libraries/StellaOps.Determinism.Abstractions/StellaOps.Determinism.Abstractions.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Determinism.Abstractions/StellaOps.Determinism.Abstractions.md See checklist.
src/__Libraries/StellaOps.DistroIntel/StellaOps.DistroIntel.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.DistroIntel/StellaOps.DistroIntel.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.AI/StellaOps.Doctor.Plugins.AI.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.AI/StellaOps.Doctor.Plugins.AI.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.Attestation/StellaOps.Doctor.Plugins.Attestation.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Attestation/StellaOps.Doctor.Plugins.Attestation.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.Authority/StellaOps.Doctor.Plugins.Authority.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Authority/StellaOps.Doctor.Plugins.Authority.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.Docker/StellaOps.Doctor.Plugins.Docker.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Docker/StellaOps.Doctor.Plugins.Docker.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.Notify/StellaOps.Doctor.Plugins.Notify.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Notify/StellaOps.Doctor.Plugins.Notify.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.Observability/StellaOps.Doctor.Plugins.Observability.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Observability/StellaOps.Doctor.Plugins.Observability.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/StellaOps.Doctor.Plugins.ServiceGraph.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/StellaOps.Doctor.Plugins.ServiceGraph.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.Sources/StellaOps.Doctor.Plugins.Sources.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Sources/StellaOps.Doctor.Plugins.Sources.md See checklist.
src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.md See checklist.
src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.md See checklist.
src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.md See checklist.
src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.md Remediation complete; split evidence models into single-purpose files; dotnet test passed 2026-02-04 (29 tests).
src/__Libraries/StellaOps.Evidence.Core.Tests/StellaOps.Evidence.Core.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Evidence.Core.Tests/StellaOps.Evidence.Core.Tests.md See checklist.
src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.md Remediation complete; adapters/store split into <=100-line partials; EvidenceBundleAdapter test added; dotnet test passed 2026-02-04 (113 tests).
src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.md AGENTS.md added 2026-02-06; remediation ready.
src/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.md Remediation complete; PostgresEvidenceStore split into partials; dotnet test passed 2026-02-04 (35 tests).
src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.md Remediation complete; file splits <= 100 lines; ConfigureAwait(false) added; private field naming fixed; dotnet test passed 2026-02-04 (24 tests).
src/__Libraries/StellaOps.Facet.Tests/StellaOps.Facet.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Facet.Tests/StellaOps.Facet.Tests.md See checklist.
src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Facet/StellaOps.Facet.md See checklist.
src/__Libraries/StellaOps.FeatureFlags.Tests/StellaOps.FeatureFlags.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.FeatureFlags.Tests/StellaOps.FeatureFlags.Tests.md See checklist.
src/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.md See checklist.
src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/StellaOps.HybridLogicalClock.Benchmarks.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/StellaOps.HybridLogicalClock.Benchmarks.md See checklist.
src/__Libraries/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.md Remediation complete; async naming, deterministic fixtures, file split <= 100 lines, init/state coverage added; ConfigureAwait(false) skipped in tests per xUnit1030; dotnet test passed 2026-02-03 (62 tests).
src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.md See checklist.
src/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.md See checklist.
src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.md See checklist.
src/__Libraries/StellaOps.Ingestion.Telemetry/StellaOps.Ingestion.Telemetry.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Ingestion.Telemetry/StellaOps.Ingestion.Telemetry.md See checklist.
src/__Libraries/StellaOps.Interop/StellaOps.Interop.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Interop/StellaOps.Interop.md See checklist.
src/__Libraries/StellaOps.IssuerDirectory.Client/StellaOps.IssuerDirectory.Client.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.IssuerDirectory.Client/StellaOps.IssuerDirectory.Client.md 2026-02-04: Split client partials/models/options; removed service locator and normalized cache handling.
src/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Metrics/StellaOps.Metrics.md See checklist.
src/__Libraries/StellaOps.Orchestrator.Schemas/StellaOps.Orchestrator.Schemas.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Orchestrator.Schemas/StellaOps.Orchestrator.Schemas.md See checklist.
src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.md See checklist.
src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.md See checklist.
src/__Libraries/StellaOps.PolicyAuthoritySignals.Contracts/StellaOps.PolicyAuthoritySignals.Contracts.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.PolicyAuthoritySignals.Contracts/StellaOps.PolicyAuthoritySignals.Contracts.md See checklist.
src/__Libraries/StellaOps.Provcache.Api/StellaOps.Provcache.Api.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Provcache.Api/StellaOps.Provcache.Api.md See checklist.
src/__Libraries/StellaOps.Provcache.Postgres/StellaOps.Provcache.Postgres.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Provcache.Postgres/StellaOps.Provcache.Postgres.md See checklist.
src/__Libraries/StellaOps.Provcache.Valkey/StellaOps.Provcache.Valkey.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Provcache.Valkey/StellaOps.Provcache.Valkey.md See checklist.
src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.md See checklist.
src/__Libraries/StellaOps.Provenance/StellaOps.Provenance.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Provenance/StellaOps.Provenance.md See checklist.
src/__Libraries/StellaOps.ReachGraph.Cache/StellaOps.ReachGraph.Cache.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.ReachGraph.Cache/StellaOps.ReachGraph.Cache.md See checklist.
src/__Libraries/StellaOps.ReachGraph.Persistence/StellaOps.ReachGraph.Persistence.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.ReachGraph.Persistence/StellaOps.ReachGraph.Persistence.md See checklist.
src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.md See checklist.
src/__Libraries/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.md See checklist.
src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.md See checklist.
src/__Libraries/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.md Remediation complete; dotnet test src/__Libraries/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj passed 2026-02-04 (64 tests).
src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.md Remediation complete; Replay.Core tests passed 2026-02-04 (64 + 1 tests).
src/__Libraries/StellaOps.Replay/StellaOps.Replay.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Replay/StellaOps.Replay.md ReplayEngine split into partials/interfaces <=100 lines; loaders split with digest guard + exceptions; failure timestamps use TimeProvider; dotnet test src/__Libraries/__Tests/StellaOps.Replay.Tests/StellaOps.Replay.Tests.csproj passed 2026-02-05 (11 tests).
src/__Libraries/StellaOps.Resolver.Tests/StellaOps.Resolver.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Resolver.Tests/StellaOps.Resolver.Tests.md See checklist.
src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.md See checklist.
src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.md See checklist.
src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.md See checklist.
src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.md See checklist.
src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.md See checklist.
src/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.md See checklist.
src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/StellaOps.AdvisoryAI.Attestation.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/StellaOps.AdvisoryAI.Attestation.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Auth.Security.Tests/StellaOps.Auth.Security.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Auth.Security.Tests/StellaOps.Auth.Security.Tests.md Remediation complete; dotnet test passed 2026-02-03 (12 tests).
src/__Libraries/__Tests/StellaOps.Canonicalization.Tests/StellaOps.Canonicalization.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Canonicalization.Tests/StellaOps.Canonicalization.Tests.md Remediation complete; determinism verifier coverage added; dotnet test passed 2026-02-03 (16 tests).
src/__Libraries/__Tests/StellaOps.Configuration.Tests/StellaOps.Configuration.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Configuration.Tests/StellaOps.Configuration.Tests.md Remediation complete; dotnet test passed 2026-02-03 (25 tests).
src/__Libraries/__Tests/StellaOps.Cryptography.Kms.Tests/StellaOps.Cryptography.Kms.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Cryptography.Kms.Tests/StellaOps.Cryptography.Kms.Tests.md Remediation complete; dotnet test passed 2026-02-03 (8 tests, MTP0001 warning).
src/__Libraries/__Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests.md Remediation complete; dotnet test passed 2026-02-03 (39 tests).
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.md Remediated; dotnet test passed (312 tests).
src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.md Remediation complete; deterministic fixtures/time, async naming, file split <= 100 lines, negative-path verification coverage; ConfigureAwait(false) skipped in tests per xUnit1030; dotnet test passed 2026-02-03 (152 tests).
src/__Libraries/__Tests/StellaOps.DistroIntel.Tests/StellaOps.DistroIntel.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.DistroIntel.Tests/StellaOps.DistroIntel.Tests.md AGENTS.md added 2026-02-06; remediation ready.
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.AI.Tests/StellaOps.Doctor.Plugins.AI.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.AI.Tests/StellaOps.Doctor.Plugins.AI.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/StellaOps.Doctor.Plugins.Authority.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/StellaOps.Doctor.Plugins.Authority.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Core.Tests/StellaOps.Doctor.Plugins.Core.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Core.Tests/StellaOps.Doctor.Plugins.Core.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Cryptography.Tests/StellaOps.Doctor.Plugins.Cryptography.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Cryptography.Tests/StellaOps.Doctor.Plugins.Cryptography.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Database.Tests/StellaOps.Doctor.Plugins.Database.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Database.Tests/StellaOps.Doctor.Plugins.Database.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Docker.Tests/StellaOps.Doctor.Plugins.Docker.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Docker.Tests/StellaOps.Doctor.Plugins.Docker.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests/StellaOps.Doctor.Plugins.Notify.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests/StellaOps.Doctor.Plugins.Notify.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Observability.Tests/StellaOps.Doctor.Plugins.Observability.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Observability.Tests/StellaOps.Doctor.Plugins.Observability.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Security.Tests/StellaOps.Doctor.Plugins.Security.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Security.Tests/StellaOps.Doctor.Plugins.Security.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Eventing.Tests/StellaOps.Eventing.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Eventing.Tests/StellaOps.Eventing.Tests.md Remediation complete; file split <= 100 lines; async naming fixed; deterministic wall clock; ConfigureAwait(false) skipped in tests (xUnit1030); dotnet test passed 2026-02-02 (26 tests, MTP0001 warning).
src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests/StellaOps.Evidence.Pack.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests/StellaOps.Evidence.Pack.Tests.md Remediation complete; async naming, deterministic fixtures, file split <= 100 lines; ConfigureAwait(false) skipped in tests per xUnit1030; dotnet test passed 2026-02-03 (42 tests).
src/__Libraries/__Tests/StellaOps.Evidence.Persistence.Tests/StellaOps.Evidence.Persistence.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Evidence.Persistence.Tests/StellaOps.Evidence.Persistence.Tests.md Remediation complete; file split <= 100 lines; async naming fixed; deterministic fixtures; ConfigureAwait(false) skipped in tests (xUnit1030); dotnet test passed 2026-02-04 (35 tests).
src/__Libraries/__Tests/StellaOps.Evidence.Tests/StellaOps.Evidence.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Evidence.Tests/StellaOps.Evidence.Tests.md Remediation complete; retention tier boundary coverage added; ConfigureAwait(false) skipped in tests (xUnit1030); dotnet test passed 2026-02-04 (24 tests).
src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.md Remediation complete; file split <= 100 lines, async naming fixes, deterministic time provider; ConfigureAwait(false) skipped in tests per xUnit1030; dotnet test passed 2026-02-03 (131 tests).
src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests/StellaOps.Infrastructure.Postgres.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests/StellaOps.Infrastructure.Postgres.Tests.md Remediation complete; file split <= 100 lines; async naming fixes; Integration traits for Testcontainers; ConfigureAwait(false) skipped in tests per xUnit1030; dotnet test passed 2026-02-02 (70 tests).
src/__Libraries/__Tests/StellaOps.Metrics.Tests/StellaOps.Metrics.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Metrics.Tests/StellaOps.Metrics.Tests.md Remediation complete; file split <= 100 lines; deterministic time/IDs; added zero-total coverage; dotnet test passed 2026-02-02 (25 tests).
src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/StellaOps.Microservice.AspNetCore.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/StellaOps.Microservice.AspNetCore.Tests.md Remediation complete; file split <= 100 lines; async naming fixes; deterministic time/IDs; added dispatch/identity/options coverage; dotnet test passed 2026-02-02 (118 tests).
src/__Libraries/__Tests/StellaOps.Orchestrator.Schemas.Tests/StellaOps.Orchestrator.Schemas.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Orchestrator.Schemas.Tests/StellaOps.Orchestrator.Schemas.Tests.md AGENTS.md added 2026-02-06; split OrchestratorSchemaTests into focused <=100-line files; dotnet test src/__Libraries/__Tests/StellaOps.Orchestrator.Schemas.Tests/StellaOps.Orchestrator.Schemas.Tests.csproj -v minimal passed (17 tests) 2026-02-06.
src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.md Remediation complete; dotnet test passed 2026-02-02 (78 tests, MTP0001 warning); ConfigureAwait(false) skipped in tests (xUnit1030).
src/__Libraries/__Tests/StellaOps.Policy.Tools.Tests/StellaOps.Policy.Tools.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Policy.Tools.Tests/StellaOps.Policy.Tools.Tests.md Remediation complete; dotnet test passed 2026-02-02; ConfigureAwait(false) skipped in tests (xUnit1030).
src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.md Remediation complete; dotnet test passed 2026-02-02; ConfigureAwait(false) skipped in tests (xUnit1030).
src/__Libraries/__Tests/StellaOps.Provenance.Tests/StellaOps.Provenance.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Provenance.Tests/StellaOps.Provenance.Tests.md Remediation complete; dotnet test passed 2026-02-02.
src/__Libraries/__Tests/StellaOps.ReachGraph.Tests/StellaOps.ReachGraph.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.ReachGraph.Tests/StellaOps.ReachGraph.Tests.md Remediation complete; dotnet test passed 2026-02-02 (MTP0001 warning).
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj __Libraries TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.md See checklist.
src/__Libraries/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.md Remediation complete; dotnet test src/__Libraries/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj passed 2026-02-04 (1 test).
src/__Libraries/__Tests/StellaOps.Replay.Tests/StellaOps.Replay.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Replay.Tests/StellaOps.Replay.Tests.md Replay tests split into partials; loader validation + failure timestamp coverage added; dotnet test passed 2026-02-05 (11 tests); ConfigureAwait(false) skipped in tests (xUnit1030).
src/__Libraries/__Tests/StellaOps.Signals.Contracts.Tests/StellaOps.Signals.Contracts.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Signals.Contracts.Tests/StellaOps.Signals.Contracts.Tests.md Remediation complete; deterministic fixtures; file split <= 100 lines; dotnet test passed 2026-02-02.
src/__Libraries/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.md Done; ConfigureAwait(false) skipped in tests per xUnit1030; dotnet test passed 2026-02-02.
src/__Libraries/__Tests/StellaOps.Spdx3.Tests/StellaOps.Spdx3.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Spdx3.Tests/StellaOps.Spdx3.Tests.md Remediated; ConfigureAwait(false) skipped in tests per xUnit1030; dotnet test passed 2026-02-02 (63 tests, MTP0001 warning).
src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.md Remediation complete; dotnet test passed 2026-02-02; ConfigureAwait(false) skipped in tests (xUnit1030).
src/__Libraries/__Tests/StellaOps.Testing.Determinism.Tests/StellaOps.Testing.Determinism.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Testing.Determinism.Tests/StellaOps.Testing.Determinism.Tests.md Remediation complete; dotnet test passed 2026-02-02; deterministic temp paths, async naming, ConfigureAwait(false) skipped in tests (xUnit1030).
src/__Libraries/__Tests/StellaOps.Testing.Manifests.Tests/StellaOps.Testing.Manifests.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Testing.Manifests.Tests/StellaOps.Testing.Manifests.Tests.md Remediation complete; dotnet test passed 2026-01-31.
src/__Libraries/__Tests/StellaOps.VersionComparison.Tests/StellaOps.VersionComparison.Tests.csproj __Libraries DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.VersionComparison.Tests/StellaOps.VersionComparison.Tests.md Remediation complete; file split <= 100 lines; property tests reflowed; dotnet test passed 2026-02-02 (94 tests).
src/__Tests/Determinism/StellaOps.Tests.Determinism.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Determinism/StellaOps.Tests.Determinism.md See checklist.
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.md See checklist.
src/__Tests/Integration/GoldenSetDiff/StellaOps.Integration.GoldenSetDiff.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/GoldenSetDiff/StellaOps.Integration.GoldenSetDiff.md See checklist.
src/__Tests/Integration/StellaOps.Integration.AirGap/StellaOps.Integration.AirGap.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.AirGap/StellaOps.Integration.AirGap.md See checklist.
src/__Tests/Integration/StellaOps.Integration.ClockSkew/StellaOps.Integration.ClockSkew.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.ClockSkew/StellaOps.Integration.ClockSkew.md See checklist.
src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.md See checklist.
src/__Tests/Integration/StellaOps.Integration.E2E/StellaOps.Integration.E2E.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.E2E/StellaOps.Integration.E2E.md See checklist.
src/__Tests/Integration/StellaOps.Integration.HLC/StellaOps.Integration.HLC.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.HLC/StellaOps.Integration.HLC.md See checklist.
src/__Tests/Integration/StellaOps.Integration.Immutability/StellaOps.Integration.Immutability.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.Immutability/StellaOps.Integration.Immutability.md See checklist.
src/__Tests/Integration/StellaOps.Integration.Performance/StellaOps.Integration.Performance.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.Performance/StellaOps.Integration.Performance.md See checklist.
src/__Tests/Integration/StellaOps.Integration.Platform/StellaOps.Integration.Platform.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.Platform/StellaOps.Integration.Platform.md See checklist.
src/__Tests/Integration/StellaOps.Integration.ProofChain/StellaOps.Integration.ProofChain.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.ProofChain/StellaOps.Integration.ProofChain.md See checklist.
src/__Tests/Integration/StellaOps.Integration.Reachability/StellaOps.Integration.Reachability.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.Reachability/StellaOps.Integration.Reachability.md See checklist.
src/__Tests/Integration/StellaOps.Integration.Unknowns/StellaOps.Integration.Unknowns.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.Unknowns/StellaOps.Integration.Unknowns.md See checklist.
src/__Tests/StellaOps.Audit.ReplayToken.Tests/StellaOps.Audit.ReplayToken.Tests.csproj __Tests DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/StellaOps.Audit.ReplayToken.Tests/StellaOps.Audit.ReplayToken.Tests.md ReplayTokenGeneratorTests/ReplayTokenSecurityTests split <= 100 lines with helper extraction; dotnet test src/__Tests/StellaOps.Audit.ReplayToken.Tests/StellaOps.Audit.ReplayToken.Tests.csproj passed 2026-02-03 (60 tests).
src/__Tests/StellaOps.Evidence.Bundle.Tests/StellaOps.Evidence.Bundle.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/StellaOps.Evidence.Bundle.Tests/StellaOps.Evidence.Bundle.Tests.md See checklist.
src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.md See checklist.
src/__Tests/StellaOps.VulnExplorer.Api.Tests/StellaOps.VulnExplorer.Api.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/StellaOps.VulnExplorer.Api.Tests/StellaOps.VulnExplorer.Api.Tests.md See checklist.
src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.md See checklist.
src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Tools/FixtureHarvester/FixtureHarvester.md See checklist.
src/__Tests/__Benchmarks/AdvisoryAI/StellaOps.Bench.AdvisoryAI.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Benchmarks/AdvisoryAI/StellaOps.Bench.AdvisoryAI.md See checklist.
src/__Tests/__Benchmarks/binary-lookup/StellaOps.Bench.BinaryLookup.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Benchmarks/binary-lookup/StellaOps.Bench.BinaryLookup.md See checklist.
src/__Tests/__Benchmarks/golden-set-diff/StellaOps.Bench.GoldenSetDiff.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Benchmarks/golden-set-diff/StellaOps.Bench.GoldenSetDiff.md See checklist.
src/__Tests/__Benchmarks/proof-chain/StellaOps.Bench.ProofChain.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Benchmarks/proof-chain/StellaOps.Bench.ProofChain.md See checklist.
src/__Tests/__Libraries/StellaOps.Concelier.Testing/StellaOps.Concelier.Testing.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Concelier.Testing/StellaOps.Concelier.Testing.md See checklist.
src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.md See checklist.
src/__Tests/__Libraries/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.md See checklist.
src/__Tests/__Libraries/StellaOps.Infrastructure.Postgres.Testing/StellaOps.Infrastructure.Postgres.Testing.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Infrastructure.Postgres.Testing/StellaOps.Infrastructure.Postgres.Testing.md See checklist.
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests/StellaOps.Infrastructure.Registry.Testing.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests/StellaOps.Infrastructure.Registry.Testing.Tests.md See checklist.
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/StellaOps.Infrastructure.Registry.Testing.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/StellaOps.Infrastructure.Registry.Testing.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.AirGap/StellaOps.Testing.AirGap.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.AirGap/StellaOps.Testing.AirGap.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Chaos.Tests/StellaOps.Testing.Chaos.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Chaos.Tests/StellaOps.Testing.Chaos.Tests.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Chaos/StellaOps.Testing.Chaos.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Chaos/StellaOps.Testing.Chaos.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.ConfigDiff/StellaOps.Testing.ConfigDiff.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.ConfigDiff/StellaOps.Testing.ConfigDiff.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Coverage/StellaOps.Testing.Coverage.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Coverage/StellaOps.Testing.Coverage.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/StellaOps.Testing.Determinism.Properties.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/StellaOps.Testing.Determinism.Properties.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Determinism/StellaOps.Testing.Determinism.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Determinism/StellaOps.Testing.Determinism.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Evidence.Tests/StellaOps.Testing.Evidence.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Evidence.Tests/StellaOps.Testing.Evidence.Tests.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Evidence/StellaOps.Testing.Evidence.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Evidence/StellaOps.Testing.Evidence.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Explainability/StellaOps.Testing.Explainability.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Explainability/StellaOps.Testing.Explainability.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Manifests/StellaOps.Testing.Manifests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Manifests/StellaOps.Testing.Manifests.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Policy/StellaOps.Testing.Policy.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Policy/StellaOps.Testing.Policy.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Replay.Tests/StellaOps.Testing.Replay.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Replay.Tests/StellaOps.Testing.Replay.Tests.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Replay/StellaOps.Testing.Replay.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Replay/StellaOps.Testing.Replay.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.SchemaEvolution/StellaOps.Testing.SchemaEvolution.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.SchemaEvolution/StellaOps.Testing.SchemaEvolution.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/StellaOps.Testing.Temporal.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/StellaOps.Testing.Temporal.Tests.md See checklist.
src/__Tests/__Libraries/StellaOps.Testing.Temporal/StellaOps.Testing.Temporal.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Temporal/StellaOps.Testing.Temporal.md See checklist.
src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/StellaOps.Architecture.Contracts.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/StellaOps.Architecture.Contracts.Tests.md See checklist.
src/__Tests/architecture/StellaOps.Architecture.Tests/StellaOps.Architecture.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/architecture/StellaOps.Architecture.Tests/StellaOps.Architecture.Tests.md See checklist.
src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests/StellaOps.Chaos.ControlPlane.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests/StellaOps.Chaos.ControlPlane.Tests.md See checklist.
src/__Tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.md See checklist.
src/__Tests/e2e/GoldenSetDiff/StellaOps.E2E.GoldenSetDiff.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/e2e/GoldenSetDiff/StellaOps.E2E.GoldenSetDiff.md See checklist.
src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.md See checklist.
src/__Tests/e2e/ReplayableVerdict/StellaOps.E2E.ReplayableVerdict.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/e2e/ReplayableVerdict/StellaOps.E2E.ReplayableVerdict.md See checklist.
src/__Tests/e2e/RuntimeLinkage/StellaOps.E2E.RuntimeLinkage.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/e2e/RuntimeLinkage/StellaOps.E2E.RuntimeLinkage.md See checklist.
src/__Tests/interop/StellaOps.Interop.Tests/StellaOps.Interop.Tests.csproj __Tests DONE docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/interop/StellaOps.Interop.Tests/StellaOps.Interop.Tests.md Async naming fixed; harness/models split into partials; ToolManager tests split; FindingsComparer tests added; ConfigureAwait(false) skipped in xUnit tests per xUnit1030; dotnet test src/__Tests/interop/StellaOps.Interop.Tests/StellaOps.Interop.Tests.csproj passed (11 tests, 38 skipped) 2026-02-04.
src/__Tests/offline/StellaOps.Offline.E2E.Tests/StellaOps.Offline.E2E.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/offline/StellaOps.Offline.E2E.Tests/StellaOps.Offline.E2E.Tests.md See checklist.
src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.md See checklist.
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.md See checklist.
src/__Tests/reachability/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/reachability/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.md See checklist.
src/__Tests/reachability/StellaOps.ScannerSignals.IntegrationTests/StellaOps.ScannerSignals.IntegrationTests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/reachability/StellaOps.ScannerSignals.IntegrationTests/StellaOps.ScannerSignals.IntegrationTests.md See checklist.
src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/StellaOps.Signals.Reachability.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/StellaOps.Signals.Reachability.Tests.md See checklist.
src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.md See checklist.
src/__Tests/unit/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj __Tests TODO docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/unit/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.md See checklist.