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

550 KiB

CSProj Remediation Index

Purpose

  • This index lists every audited project and points to its findings and remediation checklist.
  • Use it to navigate from audit evidence to action without digging through multiple folders.

What is what

  • Project file: src/**/<Project>.csproj (the real build input).
  • Audit report: docs/implplan/audits/csproj-standards/src/**/<Project>.md (evidence: coding standards + test coverage).
  • SOLID notes: docs/implplan/audits/csproj-standards/solid-review/src/**/<project dir>/*.md (per-file refactor notes).
  • Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/**/<Project>.md (action list, tiered).
  • Status ledger: docs/implplan/audits/csproj-standards/remediation-status.md (progress tracking only).

How to read and act (for new agents)

  1. Open the audit report and note the findings (coding standards + testing gaps).
  2. Open the SOLID notes folder for that project and read per-file refactor guidance.
  3. Open the remediation checklist and apply Tier 0, then Tier 1, then Tier 2 actions.
  4. Update the status ledger to reflect progress (TODO/DOING/DONE/BLOCKED).
  5. If a project is missing from the audit, add it to docs/implplan/tools/unaccounted-projects.txt and flag the sprint as BLOCKED.

Zero-context quickstart (from scratch)

  1. Open docs/implplan/audits/csproj-standards/remediation-status.md.
  2. Pick a TODO row and set it to DOING.
  3. Open the audit report and list the required fixes.
  4. Open the SOLID notes folder and list refactor actions.
  5. Execute the remediation checklist (Tier 0 -> Tier 1 -> Tier 2).
  6. Update the status row to DONE or BLOCKED and add a short note.
  7. Append a one-line update to docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md Execution Log.

Definition of done (per project)

  • Checklist tiers fully remediated (Tier 0, Tier 1, Tier 2) with no open items.
  • Missing test layers implemented (no remaining test gaps in the checklist).
  • Full test pass recorded for the project or module and linked in the sprint log.
  • Status ledger updated to DONE with a short summary.

Repo-wide sign-off (sprint completion)

  • All projects are DONE in docs/implplan/audits/csproj-standards/remediation-status.md.
  • Full repo test matrix pass recorded (unit, integration, e2e, perf, security, offline).

Example walk-through

  • Example project: src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.csproj (module: ExportCenter).
  • Audit report: docs/implplan/audits/csproj-standards/src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.md -> review "Coding Standards Findings" and "Testing Fullness Findings".
  • SOLID notes: docs/implplan/audits/csproj-standards/solid-review/src/ExportCenter/StellaOps.ExportCenter.RiskBundles -> review file-level refactor notes.
  • Checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.md -> execute Tier 0 (safe automation), then Tier 1 (reviewed automation), then Tier 2 (manual).
  • Action order: fix Tier 0 usings first, then naming/async in Tier 1, then manual refactors (file splits, service locator removal, test gaps).

Coverage notes

  • Projects in audit: 1094 (from docs/implplan/audits/csproj-standards/file-audit.csv).
  • Known missing csproj entries live in docs/implplan/tools/unaccounted-projects.txt.
  • Index generated (UTC): 2026-01-31.

Project index

Project Module Audit report SOLID notes Checklist
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj AdvisoryAI docs/implplan/audits/csproj-standards/src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.md docs/implplan/audits/csproj-standards/solid-review/src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.md
src/AdvisoryAI/StellaOps.AdvisoryAI.Plugin.Unified/StellaOps.AdvisoryAI.Plugin.Unified.csproj AdvisoryAI docs/implplan/audits/csproj-standards/src/AdvisoryAI/StellaOps.AdvisoryAI.Plugin.Unified/StellaOps.AdvisoryAI.Plugin.Unified.md docs/implplan/audits/csproj-standards/solid-review/src/AdvisoryAI/StellaOps.AdvisoryAI.Plugin.Unified docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/StellaOps.AdvisoryAI.Plugin.Unified/StellaOps.AdvisoryAI.Plugin.Unified.md
src/AdvisoryAI/StellaOps.AdvisoryAI.Scm.Plugin.Unified/StellaOps.AdvisoryAI.Scm.Plugin.Unified.csproj AdvisoryAI docs/implplan/audits/csproj-standards/src/AdvisoryAI/StellaOps.AdvisoryAI.Scm.Plugin.Unified/StellaOps.AdvisoryAI.Scm.Plugin.Unified.md docs/implplan/audits/csproj-standards/solid-review/src/AdvisoryAI/StellaOps.AdvisoryAI.Scm.Plugin.Unified docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/StellaOps.AdvisoryAI.Scm.Plugin.Unified/StellaOps.AdvisoryAI.Scm.Plugin.Unified.md
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj AdvisoryAI docs/implplan/audits/csproj-standards/src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/AdvisoryAI/StellaOps.AdvisoryAI.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.md
src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/StellaOps.AdvisoryAI.Worker.csproj AdvisoryAI docs/implplan/audits/csproj-standards/src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/StellaOps.AdvisoryAI.Worker.md docs/implplan/audits/csproj-standards/solid-review/src/AdvisoryAI/StellaOps.AdvisoryAI.Worker docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/StellaOps.AdvisoryAI.Worker.md
src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj AdvisoryAI docs/implplan/audits/csproj-standards/src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.md docs/implplan/audits/csproj-standards/solid-review/src/AdvisoryAI/StellaOps.AdvisoryAI docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.md
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj AdvisoryAI docs/implplan/audits/csproj-standards/src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.md
src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/StellaOps.AirGap.Controller docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.md
src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/StellaOps.AirGap.Importer docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.md
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers.Tests/StellaOps.AirGap.Policy.Analyzers.Tests.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers.Tests/StellaOps.AirGap.Policy.Analyzers.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers.Tests/StellaOps.AirGap.Policy.Analyzers.Tests.md
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers/StellaOps.AirGap.Policy.Analyzers.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers/StellaOps.AirGap.Policy.Analyzers.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers/StellaOps.AirGap.Policy.Analyzers.md
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Tests/StellaOps.AirGap.Policy.Tests.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Tests/StellaOps.AirGap.Policy.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Tests/StellaOps.AirGap.Policy.Tests.md
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.md
src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/StellaOps.AirGap.Time docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.md
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/__Libraries/StellaOps.AirGap.Bundle docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.md
src/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/__Libraries/StellaOps.AirGap.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.md
src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/__Libraries/StellaOps.AirGap.Sync docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.md
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.md
src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.md
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.md
src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests/StellaOps.AirGap.Persistence.Tests.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests/StellaOps.AirGap.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests/StellaOps.AirGap.Persistence.Tests.md
src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests/StellaOps.AirGap.Sync.Tests.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests/StellaOps.AirGap.Sync.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests/StellaOps.AirGap.Sync.Tests.md
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj AirGap docs/implplan/audits/csproj-standards/src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/AirGap/__Tests/StellaOps.AirGap.Time.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.md
src/Aoc/__Analyzers/StellaOps.Aoc.Analyzers/StellaOps.Aoc.Analyzers.csproj Aoc docs/implplan/audits/csproj-standards/src/Aoc/__Analyzers/StellaOps.Aoc.Analyzers/StellaOps.Aoc.Analyzers.md docs/implplan/audits/csproj-standards/solid-review/src/Aoc/__Analyzers/StellaOps.Aoc.Analyzers docs/implplan/audits/csproj-standards/remediation/checklists/src/Aoc/__Analyzers/StellaOps.Aoc.Analyzers/StellaOps.Aoc.Analyzers.md
src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/StellaOps.Aoc.AspNetCore.csproj Aoc docs/implplan/audits/csproj-standards/src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/StellaOps.Aoc.AspNetCore.md docs/implplan/audits/csproj-standards/solid-review/src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore docs/implplan/audits/csproj-standards/remediation/checklists/src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/StellaOps.Aoc.AspNetCore.md
src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csproj Aoc docs/implplan/audits/csproj-standards/src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.md docs/implplan/audits/csproj-standards/solid-review/src/Aoc/__Libraries/StellaOps.Aoc docs/implplan/audits/csproj-standards/remediation/checklists/src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.md
src/Aoc/__Tests/StellaOps.Aoc.Analyzers.Tests/StellaOps.Aoc.Analyzers.Tests.csproj Aoc docs/implplan/audits/csproj-standards/src/Aoc/__Tests/StellaOps.Aoc.Analyzers.Tests/StellaOps.Aoc.Analyzers.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Aoc/__Tests/StellaOps.Aoc.Analyzers.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Aoc/__Tests/StellaOps.Aoc.Analyzers.Tests/StellaOps.Aoc.Analyzers.Tests.md
src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests/StellaOps.Aoc.AspNetCore.Tests.csproj Aoc docs/implplan/audits/csproj-standards/src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests/StellaOps.Aoc.AspNetCore.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests/StellaOps.Aoc.AspNetCore.Tests.md
src/Aoc/__Tests/StellaOps.Aoc.Tests/StellaOps.Aoc.Tests.csproj Aoc docs/implplan/audits/csproj-standards/src/Aoc/__Tests/StellaOps.Aoc.Tests/StellaOps.Aoc.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Aoc/__Tests/StellaOps.Aoc.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Aoc/__Tests/StellaOps.Aoc.Tests/StellaOps.Aoc.Tests.md
src/Attestor/StellaOps.Attestation.Tests/StellaOps.Attestation.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/StellaOps.Attestation.Tests/StellaOps.Attestation.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/StellaOps.Attestation.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestation.Tests/StellaOps.Attestation.Tests.md
src/Attestor/StellaOps.Attestation/StellaOps.Attestation.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/StellaOps.Attestation/StellaOps.Attestation.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/StellaOps.Attestation docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestation/StellaOps.Attestation.md
src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/StellaOps.Attestor.Envelope docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.md
src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/StellaOps.Attestor.Envelope.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/StellaOps.Attestor.Envelope.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/StellaOps.Attestor.Envelope.Tests.md
src/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/StellaOps.Attestor.TileProxy docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.md
src/Attestor/StellaOps.Attestor.Types/Tools/StellaOps.Attestor.Types.Generator/StellaOps.Attestor.Types.Generator.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/StellaOps.Attestor.Types/Tools/StellaOps.Attestor.Types.Generator/StellaOps.Attestor.Types.Generator.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/StellaOps.Attestor.Types/Tools/StellaOps.Attestor.Types.Generator docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor.Types/Tools/StellaOps.Attestor.Types.Generator/StellaOps.Attestor.Types.Generator.md
src/Attestor/StellaOps.Attestor.Verify/StellaOps.Attestor.Verify.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/StellaOps.Attestor.Verify/StellaOps.Attestor.Verify.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/StellaOps.Attestor.Verify docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor.Verify/StellaOps.Attestor.Verify.md
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.md
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.md
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.md
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.md
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.md
src/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.Bundle docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.md
src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.Bundling docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.md
src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.md
src/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.FixChain docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.md
src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.md
src/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.Oci docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.md
src/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.Offline docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.md
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.md
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.ProofChain docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.md
src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.Spdx3 docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.md
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.md
src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.Timestamping docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.md
src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.md
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/StellaOps.Attestor.TrustVerdict.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/StellaOps.Attestor.TrustVerdict.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/StellaOps.Attestor.TrustVerdict.Tests.md
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.md
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/StellaOps.Attestor.Watchlist docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.md
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.FixChain.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.md
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.md
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests/StellaOps.Attestor.Spdx3.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests/StellaOps.Attestor.Spdx3.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests/StellaOps.Attestor.Spdx3.Tests.md
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.TrustRepo.Tests/StellaOps.Attestor.TrustRepo.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.TrustRepo.Tests/StellaOps.Attestor.TrustRepo.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.TrustRepo.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Libraries/__Tests/StellaOps.Attestor.TrustRepo.Tests/StellaOps.Attestor.TrustRepo.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.Bundle.Tests/StellaOps.Attestor.Bundle.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.Bundle.Tests/StellaOps.Attestor.Bundle.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.Bundle.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Bundle.Tests/StellaOps.Attestor.Bundle.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/StellaOps.Attestor.Bundling.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/StellaOps.Attestor.Bundling.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/StellaOps.Attestor.Bundling.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests/StellaOps.Attestor.Conformance.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests/StellaOps.Attestor.Conformance.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests/StellaOps.Attestor.Conformance.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/StellaOps.Attestor.EvidencePack.IntegrationTests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/StellaOps.Attestor.EvidencePack.IntegrationTests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/StellaOps.Attestor.EvidencePack.IntegrationTests.md
src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.Tests/StellaOps.Attestor.EvidencePack.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.Tests/StellaOps.Attestor.EvidencePack.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.Tests/StellaOps.Attestor.EvidencePack.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.GraphRoot.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests/StellaOps.Attestor.Oci.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests/StellaOps.Attestor.Oci.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests/StellaOps.Attestor.Oci.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.Offline.Tests/StellaOps.Attestor.Offline.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.Offline.Tests/StellaOps.Attestor.Offline.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.Offline.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Offline.Tests/StellaOps.Attestor.Offline.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.Persistence.Tests/StellaOps.Attestor.Persistence.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.Persistence.Tests/StellaOps.Attestor.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Persistence.Tests/StellaOps.Attestor.Persistence.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.Types.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.Verify.Tests/StellaOps.Attestor.Verify.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.Verify.Tests/StellaOps.Attestor.Verify.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.Verify.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Verify.Tests/StellaOps.Attestor.Verify.Tests.md
src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/StellaOps.Attestor.Watchlist.Tests.csproj Attestor docs/implplan/audits/csproj-standards/src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/StellaOps.Attestor.Watchlist.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/StellaOps.Attestor.Watchlist.Tests.md
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/StellaOps.Auth.Abstractions.Tests.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/StellaOps.Auth.Abstractions.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/StellaOps.Auth.Abstractions.Tests.md
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.md
src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOps.Auth.Client.Tests.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOps.Auth.Client.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOps.Auth.Client.Tests.md
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Auth.Client docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.md
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOps.Auth.ServerIntegration.Tests.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOps.Auth.ServerIntegration.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOps.Auth.ServerIntegration.Tests.md
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.md
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.md
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.md
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/StellaOps.Authority.Plugin.Oidc.Tests.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/StellaOps.Authority.Plugin.Oidc.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/StellaOps.Authority.Plugin.Oidc.Tests.md
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/StellaOps.Authority.Plugin.Oidc.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/StellaOps.Authority.Plugin.Oidc.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/StellaOps.Authority.Plugin.Oidc.md
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/StellaOps.Authority.Plugin.Saml.Tests.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/StellaOps.Authority.Plugin.Saml.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/StellaOps.Authority.Plugin.Saml.Tests.md
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/StellaOps.Authority.Plugin.Saml.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/StellaOps.Authority.Plugin.Saml.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/StellaOps.Authority.Plugin.Saml.md
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.md
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.md
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Unified/StellaOps.Authority.Plugin.Unified.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Unified/StellaOps.Authority.Plugin.Unified.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Unified docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Unified/StellaOps.Authority.Plugin.Unified.md
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.md
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/StellaOps.Authority.Plugins.Abstractions.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/StellaOps.Authority.Plugins.Abstractions.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/StellaOps.Authority.Plugins.Abstractions.md
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Authority.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.md
src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/StellaOps.Authority/StellaOps.Authority docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.md
src/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/__Libraries/StellaOps.Authority.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.md
src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/__Libraries/StellaOps.Authority.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.md
src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.md
src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/__Libraries/StellaOps.Authority.Timestamping docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.md
src/Authority/__Tests/StellaOps.Authority.ConfigDiff.Tests/StellaOps.Authority.ConfigDiff.Tests.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/__Tests/StellaOps.Authority.ConfigDiff.Tests/StellaOps.Authority.ConfigDiff.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/__Tests/StellaOps.Authority.ConfigDiff.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Tests/StellaOps.Authority.ConfigDiff.Tests/StellaOps.Authority.ConfigDiff.Tests.md
src/Authority/__Tests/StellaOps.Authority.Core.Tests/StellaOps.Authority.Core.Tests.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/__Tests/StellaOps.Authority.Core.Tests/StellaOps.Authority.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/__Tests/StellaOps.Authority.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Tests/StellaOps.Authority.Core.Tests/StellaOps.Authority.Core.Tests.md
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj Authority docs/implplan/audits/csproj-standards/src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Authority/__Tests/StellaOps.Authority.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.md
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.Tests/StellaOps.Bench.LinkNotMerge.Vex.Tests.csproj Bench docs/implplan/audits/csproj-standards/src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.Tests/StellaOps.Bench.LinkNotMerge.Vex.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.Tests/StellaOps.Bench.LinkNotMerge.Vex.Tests.md
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj Bench docs/implplan/audits/csproj-standards/src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.md docs/implplan/audits/csproj-standards/solid-review/src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.md
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge.Tests/StellaOps.Bench.LinkNotMerge.Tests.csproj Bench docs/implplan/audits/csproj-standards/src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge.Tests/StellaOps.Bench.LinkNotMerge.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge.Tests/StellaOps.Bench.LinkNotMerge.Tests.md
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj Bench docs/implplan/audits/csproj-standards/src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.md docs/implplan/audits/csproj-standards/solid-review/src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.md
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests/StellaOps.Bench.Notify.Tests.csproj Bench docs/implplan/audits/csproj-standards/src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests/StellaOps.Bench.Notify.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests/StellaOps.Bench.Notify.Tests.md
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj Bench docs/implplan/audits/csproj-standards/src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.md docs/implplan/audits/csproj-standards/solid-review/src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.md
src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.csproj Bench docs/implplan/audits/csproj-standards/src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.md docs/implplan/audits/csproj-standards/solid-review/src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.md
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests/StellaOps.Bench.ScannerAnalyzers.Tests.csproj Bench docs/implplan/audits/csproj-standards/src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests/StellaOps.Bench.ScannerAnalyzers.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests/StellaOps.Bench.ScannerAnalyzers.Tests.md
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csproj Bench docs/implplan/audits/csproj-standards/src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.md docs/implplan/audits/csproj-standards/solid-review/src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers docs/implplan/audits/csproj-standards/remediation/checklists/src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.md
src/BinaryIndex/StellaOps.BinaryIndex.WebService/StellaOps.BinaryIndex.WebService.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/StellaOps.BinaryIndex.WebService/StellaOps.BinaryIndex.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/StellaOps.BinaryIndex.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/StellaOps.BinaryIndex.WebService/StellaOps.BinaryIndex.WebService.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Contracts/StellaOps.BinaryIndex.Contracts.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Contracts/StellaOps.BinaryIndex.Contracts.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Contracts docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Contracts/StellaOps.BinaryIndex.Contracts.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/StellaOps.BinaryIndex.Corpus.Alpine.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/StellaOps.BinaryIndex.Corpus.Alpine.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/StellaOps.BinaryIndex.Corpus.Alpine.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/StellaOps.BinaryIndex.Corpus.Debian.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/StellaOps.BinaryIndex.Corpus.Debian.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/StellaOps.BinaryIndex.Corpus.Debian.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/StellaOps.BinaryIndex.Corpus.Rpm.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/StellaOps.BinaryIndex.Corpus.Rpm.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/StellaOps.BinaryIndex.Corpus.Rpm.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions/StellaOps.BinaryIndex.Disassembly.Abstractions.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions/StellaOps.BinaryIndex.Disassembly.Abstractions.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions/StellaOps.BinaryIndex.Disassembly.Abstractions.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/StellaOps.BinaryIndex.Disassembly.B2R2.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/StellaOps.BinaryIndex.Disassembly.B2R2.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2 docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/StellaOps.BinaryIndex.Disassembly.B2R2.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/StellaOps.BinaryIndex.Disassembly.Iced.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/StellaOps.BinaryIndex.Disassembly.Iced.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/StellaOps.BinaryIndex.Disassembly.Iced.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/StellaOps.BinaryIndex.Disassembly.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/StellaOps.BinaryIndex.Disassembly.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/StellaOps.BinaryIndex.Disassembly.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.md
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/StellaOps.BinaryIndex.Analysis.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/StellaOps.BinaryIndex.Analysis.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/StellaOps.BinaryIndex.Analysis.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Benchmarks/StellaOps.BinaryIndex.Benchmarks.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Benchmarks/StellaOps.BinaryIndex.Benchmarks.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Benchmarks docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Benchmarks/StellaOps.BinaryIndex.Benchmarks.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/StellaOps.BinaryIndex.Builders.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/StellaOps.BinaryIndex.Builders.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/StellaOps.BinaryIndex.Builders.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Cache.Tests/StellaOps.BinaryIndex.Cache.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Cache.Tests/StellaOps.BinaryIndex.Cache.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Cache.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Cache.Tests/StellaOps.BinaryIndex.Cache.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Contracts.Tests/StellaOps.BinaryIndex.Contracts.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Contracts.Tests/StellaOps.BinaryIndex.Contracts.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Contracts.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Contracts.Tests/StellaOps.BinaryIndex.Contracts.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/StellaOps.BinaryIndex.Core.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/StellaOps.BinaryIndex.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/StellaOps.BinaryIndex.Core.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/StellaOps.BinaryIndex.Corpus.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/StellaOps.BinaryIndex.Corpus.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/StellaOps.BinaryIndex.Corpus.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Decompiler.Tests/StellaOps.BinaryIndex.Decompiler.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Decompiler.Tests/StellaOps.BinaryIndex.Decompiler.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Decompiler.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Decompiler.Tests/StellaOps.BinaryIndex.Decompiler.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests/StellaOps.BinaryIndex.Diff.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests/StellaOps.BinaryIndex.Diff.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests/StellaOps.BinaryIndex.Diff.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/StellaOps.BinaryIndex.Disassembly.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/StellaOps.BinaryIndex.Disassembly.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/StellaOps.BinaryIndex.Disassembly.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/StellaOps.BinaryIndex.Ensemble.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/StellaOps.BinaryIndex.Ensemble.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/StellaOps.BinaryIndex.Ensemble.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/StellaOps.BinaryIndex.Fingerprints.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/StellaOps.BinaryIndex.Fingerprints.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/StellaOps.BinaryIndex.Fingerprints.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/StellaOps.BinaryIndex.FixIndex.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/StellaOps.BinaryIndex.FixIndex.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/StellaOps.BinaryIndex.FixIndex.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ghidra.Tests/StellaOps.BinaryIndex.Ghidra.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ghidra.Tests/StellaOps.BinaryIndex.Ghidra.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ghidra.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ghidra.Tests/StellaOps.BinaryIndex.Ghidra.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests/StellaOps.BinaryIndex.Normalization.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests/StellaOps.BinaryIndex.Normalization.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests/StellaOps.BinaryIndex.Normalization.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/StellaOps.BinaryIndex.Persistence.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/StellaOps.BinaryIndex.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/StellaOps.BinaryIndex.Persistence.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/StellaOps.BinaryIndex.Semantic.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/StellaOps.BinaryIndex.Semantic.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/StellaOps.BinaryIndex.Semantic.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/StellaOps.BinaryIndex.Validation.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/StellaOps.BinaryIndex.Validation.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/StellaOps.BinaryIndex.Validation.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.VexBridge.Tests/StellaOps.BinaryIndex.VexBridge.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.VexBridge.Tests/StellaOps.BinaryIndex.VexBridge.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.VexBridge.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.VexBridge.Tests/StellaOps.BinaryIndex.VexBridge.Tests.md
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.WebService.Tests/StellaOps.BinaryIndex.WebService.Tests.csproj BinaryIndex docs/implplan/audits/csproj-standards/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.WebService.Tests/StellaOps.BinaryIndex.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/BinaryIndex/__Tests/StellaOps.BinaryIndex.WebService.Tests/StellaOps.BinaryIndex.WebService.Tests.md
src/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csproj Cartographer docs/implplan/audits/csproj-standards/src/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.md docs/implplan/audits/csproj-standards/solid-review/src/Cartographer/StellaOps.Cartographer docs/implplan/audits/csproj-standards/remediation/checklists/src/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.md
src/Cartographer/__Tests/StellaOps.Cartographer.Tests/StellaOps.Cartographer.Tests.csproj Cartographer docs/implplan/audits/csproj-standards/src/Cartographer/__Tests/StellaOps.Cartographer.Tests/StellaOps.Cartographer.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Cartographer/__Tests/StellaOps.Cartographer.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Cartographer/__Tests/StellaOps.Cartographer.Tests/StellaOps.Cartographer.Tests.md
src/Cli/StellaOps.Cli/StellaOps.Cli.csproj Cli docs/implplan/audits/csproj-standards/src/Cli/StellaOps.Cli/StellaOps.Cli.md docs/implplan/audits/csproj-standards/solid-review/src/Cli/StellaOps.Cli docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/StellaOps.Cli/StellaOps.Cli.md
src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/StellaOps.Cli.Plugins.Aoc.csproj Cli docs/implplan/audits/csproj-standards/src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/StellaOps.Cli.Plugins.Aoc.md docs/implplan/audits/csproj-standards/solid-review/src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/StellaOps.Cli.Plugins.Aoc.md
src/Cli/__Libraries/StellaOps.Cli.Plugins.DeltaSig/StellaOps.Cli.Plugins.DeltaSig.csproj Cli docs/implplan/audits/csproj-standards/src/Cli/__Libraries/StellaOps.Cli.Plugins.DeltaSig/StellaOps.Cli.Plugins.DeltaSig.md docs/implplan/audits/csproj-standards/solid-review/src/Cli/__Libraries/StellaOps.Cli.Plugins.DeltaSig docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.DeltaSig/StellaOps.Cli.Plugins.DeltaSig.md
src/Cli/__Libraries/StellaOps.Cli.Plugins.GroundTruth/StellaOps.Cli.Plugins.GroundTruth.csproj Cli docs/implplan/audits/csproj-standards/src/Cli/__Libraries/StellaOps.Cli.Plugins.GroundTruth/StellaOps.Cli.Plugins.GroundTruth.md docs/implplan/audits/csproj-standards/solid-review/src/Cli/__Libraries/StellaOps.Cli.Plugins.GroundTruth docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.GroundTruth/StellaOps.Cli.Plugins.GroundTruth.md
src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/StellaOps.Cli.Plugins.NonCore.csproj Cli docs/implplan/audits/csproj-standards/src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/StellaOps.Cli.Plugins.NonCore.md docs/implplan/audits/csproj-standards/solid-review/src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/StellaOps.Cli.Plugins.NonCore.md
src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols/StellaOps.Cli.Plugins.Symbols.csproj Cli docs/implplan/audits/csproj-standards/src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols/StellaOps.Cli.Plugins.Symbols.md docs/implplan/audits/csproj-standards/solid-review/src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols/StellaOps.Cli.Plugins.Symbols.md
src/Cli/__Libraries/StellaOps.Cli.Plugins.Timestamp/StellaOps.Cli.Plugins.Timestamp.csproj Cli docs/implplan/audits/csproj-standards/src/Cli/__Libraries/StellaOps.Cli.Plugins.Timestamp/StellaOps.Cli.Plugins.Timestamp.md docs/implplan/audits/csproj-standards/solid-review/src/Cli/__Libraries/StellaOps.Cli.Plugins.Timestamp docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.Timestamp/StellaOps.Cli.Plugins.Timestamp.md
src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict/StellaOps.Cli.Plugins.Verdict.csproj Cli docs/implplan/audits/csproj-standards/src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict/StellaOps.Cli.Plugins.Verdict.md docs/implplan/audits/csproj-standards/solid-review/src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict/StellaOps.Cli.Plugins.Verdict.md
src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/StellaOps.Cli.Plugins.Vex.csproj Cli docs/implplan/audits/csproj-standards/src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/StellaOps.Cli.Plugins.Vex.md docs/implplan/audits/csproj-standards/solid-review/src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/StellaOps.Cli.Plugins.Vex.md
src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests/StellaOps.Cli.Commands.Setup.Tests.csproj Cli docs/implplan/audits/csproj-standards/src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests/StellaOps.Cli.Commands.Setup.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests/StellaOps.Cli.Commands.Setup.Tests.md
src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj Cli docs/implplan/audits/csproj-standards/src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Cli/__Tests/StellaOps.Cli.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.md
src/Concelier/StellaOps.Concelier.Plugin.Unified/StellaOps.Concelier.Plugin.Unified.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/StellaOps.Concelier.Plugin.Unified/StellaOps.Concelier.Plugin.Unified.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/StellaOps.Concelier.Plugin.Unified docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/StellaOps.Concelier.Plugin.Unified/StellaOps.Concelier.Plugin.Unified.md
src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/StellaOps.Concelier.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.md
src/Concelier/__Analyzers/StellaOps.Concelier.Analyzers/StellaOps.Concelier.Analyzers.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Analyzers/StellaOps.Concelier.Analyzers/StellaOps.Concelier.Analyzers.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Analyzers/StellaOps.Concelier.Analyzers docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Analyzers/StellaOps.Concelier.Analyzers/StellaOps.Concelier.Analyzers.md
src/Concelier/__Analyzers/StellaOps.Concelier.Merge.Analyzers/StellaOps.Concelier.Merge.Analyzers.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Analyzers/StellaOps.Concelier.Merge.Analyzers/StellaOps.Concelier.Merge.Analyzers.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Analyzers/StellaOps.Concelier.Merge.Analyzers docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Analyzers/StellaOps.Concelier.Merge.Analyzers/StellaOps.Concelier.Merge.Analyzers.md
src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra/StellaOps.Concelier.Connector.Astra.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra/StellaOps.Concelier.Connector.Astra.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra/StellaOps.Concelier.Connector.Astra.md
src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/StellaOps.Concelier.BackportProof.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/StellaOps.Concelier.BackportProof.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.BackportProof docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/StellaOps.Concelier.BackportProof.md
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.md
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.md
src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.md
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.md
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.md
src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Federation docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.md
src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Interest docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.md
src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Merge docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.md
src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Models docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.md
src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Normalization docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.md
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.md
src/Concelier/__Libraries/StellaOps.Concelier.ProofService.Postgres/StellaOps.Concelier.ProofService.Postgres.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.ProofService.Postgres/StellaOps.Concelier.ProofService.Postgres.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.ProofService.Postgres docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.ProofService.Postgres/StellaOps.Concelier.ProofService.Postgres.md
src/Concelier/__Libraries/StellaOps.Concelier.ProofService/StellaOps.Concelier.ProofService.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.ProofService/StellaOps.Concelier.ProofService.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.ProofService docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.ProofService/StellaOps.Concelier.ProofService.md
src/Concelier/__Libraries/StellaOps.Concelier.RawModels/StellaOps.Concelier.RawModels.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.RawModels/StellaOps.Concelier.RawModels.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.RawModels docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.RawModels/StellaOps.Concelier.RawModels.md
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.md
src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/StellaOps.Concelier.SourceIntel.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/StellaOps.Concelier.SourceIntel.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/StellaOps.Concelier.SourceIntel.md
src/Concelier/__Tests/StellaOps.Concelier.Analyzers.Tests/StellaOps.Concelier.Analyzers.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Analyzers.Tests/StellaOps.Concelier.Analyzers.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Analyzers.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Analyzers.Tests/StellaOps.Concelier.Analyzers.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.BackportProof.Tests/StellaOps.Concelier.BackportProof.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.BackportProof.Tests/StellaOps.Concelier.BackportProof.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.BackportProof.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.BackportProof.Tests/StellaOps.Concelier.BackportProof.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/StellaOps.Concelier.Cache.Valkey.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/StellaOps.Concelier.Cache.Valkey.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/StellaOps.Concelier.Cache.Valkey.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.ConfigDiff.Tests/StellaOps.Concelier.ConfigDiff.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.ConfigDiff.Tests/StellaOps.Concelier.ConfigDiff.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.ConfigDiff.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.ConfigDiff.Tests/StellaOps.Concelier.ConfigDiff.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/StellaOps.Concelier.Connector.Acsc.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/StellaOps.Concelier.Connector.Acsc.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/StellaOps.Concelier.Connector.Acsc.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Astra.Tests/StellaOps.Concelier.Connector.Astra.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Astra.Tests/StellaOps.Concelier.Connector.Astra.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Astra.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Astra.Tests/StellaOps.Concelier.Connector.Astra.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Cccs.Tests/StellaOps.Concelier.Connector.Cccs.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Cccs.Tests/StellaOps.Concelier.Connector.Cccs.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Cccs.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Cccs.Tests/StellaOps.Concelier.Connector.Cccs.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertBund.Tests/StellaOps.Concelier.Connector.CertBund.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertBund.Tests/StellaOps.Concelier.Connector.CertBund.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertBund.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertBund.Tests/StellaOps.Concelier.Connector.CertBund.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/StellaOps.Concelier.Connector.CertCc.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/StellaOps.Concelier.Connector.CertCc.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/StellaOps.Concelier.Connector.CertCc.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertFr.Tests/StellaOps.Concelier.Connector.CertFr.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertFr.Tests/StellaOps.Concelier.Connector.CertFr.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertFr.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertFr.Tests/StellaOps.Concelier.Connector.CertFr.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertIn.Tests/StellaOps.Concelier.Connector.CertIn.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertIn.Tests/StellaOps.Concelier.Connector.CertIn.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertIn.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.CertIn.Tests/StellaOps.Concelier.Connector.CertIn.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Cve.Tests/StellaOps.Concelier.Connector.Cve.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Cve.Tests/StellaOps.Concelier.Connector.Cve.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Cve.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Cve.Tests/StellaOps.Concelier.Connector.Cve.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Epss.Tests/StellaOps.Concelier.Connector.Epss.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Epss.Tests/StellaOps.Concelier.Connector.Epss.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Epss.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Epss.Tests/StellaOps.Concelier.Connector.Epss.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Jvn.Tests/StellaOps.Concelier.Connector.Jvn.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Jvn.Tests/StellaOps.Concelier.Connector.Jvn.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Jvn.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Jvn.Tests/StellaOps.Concelier.Connector.Jvn.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Kev.Tests/StellaOps.Concelier.Connector.Kev.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Kev.Tests/StellaOps.Concelier.Connector.Kev.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Kev.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Kev.Tests/StellaOps.Concelier.Connector.Kev.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Kisa.Tests/StellaOps.Concelier.Connector.Kisa.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Kisa.Tests/StellaOps.Concelier.Connector.Kisa.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Kisa.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Kisa.Tests/StellaOps.Concelier.Connector.Kisa.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/StellaOps.Concelier.Connector.Nvd.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/StellaOps.Concelier.Connector.Nvd.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/StellaOps.Concelier.Connector.Nvd.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests/StellaOps.Concelier.Connector.Osv.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests/StellaOps.Concelier.Connector.Osv.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests/StellaOps.Concelier.Connector.Osv.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/StellaOps.Concelier.Exporter.Json.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/StellaOps.Concelier.Exporter.Json.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/StellaOps.Concelier.Exporter.Json.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Integration.Tests/StellaOps.Concelier.Integration.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Integration.Tests/StellaOps.Concelier.Integration.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Integration.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Integration.Tests/StellaOps.Concelier.Integration.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Interest.Tests/StellaOps.Concelier.Interest.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Interest.Tests/StellaOps.Concelier.Interest.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Interest.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Interest.Tests/StellaOps.Concelier.Interest.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Merge.Analyzers.Tests/StellaOps.Concelier.Merge.Analyzers.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Merge.Analyzers.Tests/StellaOps.Concelier.Merge.Analyzers.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Merge.Analyzers.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Merge.Analyzers.Tests/StellaOps.Concelier.Merge.Analyzers.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Models.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/StellaOps.Concelier.Normalization.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/StellaOps.Concelier.Normalization.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/StellaOps.Concelier.Normalization.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests/StellaOps.Concelier.ProofService.Postgres.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests/StellaOps.Concelier.ProofService.Postgres.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests/StellaOps.Concelier.ProofService.Postgres.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.ProofService.Tests/StellaOps.Concelier.ProofService.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.ProofService.Tests/StellaOps.Concelier.ProofService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.ProofService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.ProofService.Tests/StellaOps.Concelier.ProofService.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.RawModels.Tests/StellaOps.Concelier.RawModels.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.RawModels.Tests/StellaOps.Concelier.RawModels.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.RawModels.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.RawModels.Tests/StellaOps.Concelier.RawModels.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.SchemaEvolution.Tests/StellaOps.Concelier.SchemaEvolution.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.SchemaEvolution.Tests/StellaOps.Concelier.SchemaEvolution.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.SchemaEvolution.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.SchemaEvolution.Tests/StellaOps.Concelier.SchemaEvolution.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.SourceIntel.Tests/StellaOps.Concelier.SourceIntel.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.SourceIntel.Tests/StellaOps.Concelier.SourceIntel.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.SourceIntel.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.SourceIntel.Tests/StellaOps.Concelier.SourceIntel.Tests.md
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj Concelier docs/implplan/audits/csproj-standards/src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.md
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj Cryptography docs/implplan/audits/csproj-standards/src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.md docs/implplan/audits/csproj-standards/solid-review/src/Cryptography/StellaOps.Cryptography.Plugin.Eidas docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.md
src/Cryptography/StellaOps.Cryptography.Plugin.Fips/StellaOps.Cryptography.Plugin.Fips.csproj Cryptography docs/implplan/audits/csproj-standards/src/Cryptography/StellaOps.Cryptography.Plugin.Fips/StellaOps.Cryptography.Plugin.Fips.md docs/implplan/audits/csproj-standards/solid-review/src/Cryptography/StellaOps.Cryptography.Plugin.Fips docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Plugin.Fips/StellaOps.Cryptography.Plugin.Fips.md
src/Cryptography/StellaOps.Cryptography.Plugin.Gost/StellaOps.Cryptography.Plugin.Gost.csproj Cryptography docs/implplan/audits/csproj-standards/src/Cryptography/StellaOps.Cryptography.Plugin.Gost/StellaOps.Cryptography.Plugin.Gost.md docs/implplan/audits/csproj-standards/solid-review/src/Cryptography/StellaOps.Cryptography.Plugin.Gost docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Plugin.Gost/StellaOps.Cryptography.Plugin.Gost.md
src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/StellaOps.Cryptography.Plugin.Hsm.csproj Cryptography docs/implplan/audits/csproj-standards/src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/StellaOps.Cryptography.Plugin.Hsm.md docs/implplan/audits/csproj-standards/solid-review/src/Cryptography/StellaOps.Cryptography.Plugin.Hsm docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/StellaOps.Cryptography.Plugin.Hsm.md
src/Cryptography/StellaOps.Cryptography.Plugin.Sm/StellaOps.Cryptography.Plugin.Sm.csproj Cryptography docs/implplan/audits/csproj-standards/src/Cryptography/StellaOps.Cryptography.Plugin.Sm/StellaOps.Cryptography.Plugin.Sm.md docs/implplan/audits/csproj-standards/solid-review/src/Cryptography/StellaOps.Cryptography.Plugin.Sm docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Plugin.Sm/StellaOps.Cryptography.Plugin.Sm.md
src/Cryptography/StellaOps.Cryptography.Plugin/StellaOps.Cryptography.Plugin.csproj Cryptography docs/implplan/audits/csproj-standards/src/Cryptography/StellaOps.Cryptography.Plugin/StellaOps.Cryptography.Plugin.md docs/implplan/audits/csproj-standards/solid-review/src/Cryptography/StellaOps.Cryptography.Plugin docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Plugin/StellaOps.Cryptography.Plugin.md
src/Cryptography/StellaOps.Cryptography.Profiles.Ecdsa/StellaOps.Cryptography.Profiles.Ecdsa.csproj Cryptography docs/implplan/audits/csproj-standards/src/Cryptography/StellaOps.Cryptography.Profiles.Ecdsa/StellaOps.Cryptography.Profiles.Ecdsa.md docs/implplan/audits/csproj-standards/solid-review/src/Cryptography/StellaOps.Cryptography.Profiles.Ecdsa docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Profiles.Ecdsa/StellaOps.Cryptography.Profiles.Ecdsa.md
src/Cryptography/StellaOps.Cryptography.Profiles.EdDsa/StellaOps.Cryptography.Profiles.EdDsa.csproj Cryptography docs/implplan/audits/csproj-standards/src/Cryptography/StellaOps.Cryptography.Profiles.EdDsa/StellaOps.Cryptography.Profiles.EdDsa.md docs/implplan/audits/csproj-standards/solid-review/src/Cryptography/StellaOps.Cryptography.Profiles.EdDsa docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography.Profiles.EdDsa/StellaOps.Cryptography.Profiles.EdDsa.md
src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj Cryptography docs/implplan/audits/csproj-standards/src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.md docs/implplan/audits/csproj-standards/solid-review/src/Cryptography/StellaOps.Cryptography docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.md
src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj Cryptography docs/implplan/audits/csproj-standards/src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Cryptography/__Tests/StellaOps.Cryptography.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.md
src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/StellaOps.Doctor.Scheduler docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.md
src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/StellaOps.Doctor.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/StellaOps.Doctor.Plugin.Attestor.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/StellaOps.Doctor.Plugin.Attestor.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/StellaOps.Doctor.Plugin.Attestor.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/StellaOps.Doctor.Plugin.Auth.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/StellaOps.Doctor.Plugin.Auth.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/StellaOps.Doctor.Plugin.Auth.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/StellaOps.Doctor.Plugin.EvidenceLocker.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/StellaOps.Doctor.Plugin.EvidenceLocker.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/StellaOps.Doctor.Plugin.EvidenceLocker.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/StellaOps.Doctor.Plugin.Observability.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/StellaOps.Doctor.Plugin.Observability.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/StellaOps.Doctor.Plugin.Observability.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations/StellaOps.Doctor.Plugin.Operations.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations/StellaOps.Doctor.Plugin.Operations.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations/StellaOps.Doctor.Plugin.Operations.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres/StellaOps.Doctor.Plugin.Postgres.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres/StellaOps.Doctor.Plugin.Postgres.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres/StellaOps.Doctor.Plugin.Postgres.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage/StellaOps.Doctor.Plugin.Storage.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage/StellaOps.Doctor.Plugin.Storage.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage/StellaOps.Doctor.Plugin.Storage.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.md
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex/StellaOps.Doctor.Plugin.Vex.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex/StellaOps.Doctor.Plugin.Vex.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex/StellaOps.Doctor.Plugin.Vex.md
src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.md
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/StellaOps.Doctor.Plugin.Notify.Tests.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/StellaOps.Doctor.Plugin.Notify.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/StellaOps.Doctor.Plugin.Notify.Tests.md
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Observability.Tests/StellaOps.Doctor.Plugin.Observability.Tests.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Tests/StellaOps.Doctor.Plugin.Observability.Tests/StellaOps.Doctor.Plugin.Observability.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Tests/StellaOps.Doctor.Plugin.Observability.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Tests/StellaOps.Doctor.Plugin.Observability.Tests/StellaOps.Doctor.Plugin.Observability.Tests.md
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests/StellaOps.Doctor.Plugin.Timestamping.Tests.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests/StellaOps.Doctor.Plugin.Timestamping.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests/StellaOps.Doctor.Plugin.Timestamping.Tests.md
src/Doctor/__Tests/StellaOps.Doctor.WebService.Tests/StellaOps.Doctor.WebService.Tests.csproj Doctor docs/implplan/audits/csproj-standards/src/Doctor/__Tests/StellaOps.Doctor.WebService.Tests/StellaOps.Doctor.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Doctor/__Tests/StellaOps.Doctor.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Doctor/__Tests/StellaOps.Doctor.WebService.Tests/StellaOps.Doctor.WebService.Tests.md
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj EvidenceLocker docs/implplan/audits/csproj-standards/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.md docs/implplan/audits/csproj-standards/solid-review/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.md
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj EvidenceLocker docs/implplan/audits/csproj-standards/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.md docs/implplan/audits/csproj-standards/solid-review/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.md
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj EvidenceLocker docs/implplan/audits/csproj-standards/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.md
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/StellaOps.EvidenceLocker.WebService.csproj EvidenceLocker docs/implplan/audits/csproj-standards/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/StellaOps.EvidenceLocker.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/StellaOps.EvidenceLocker.WebService.md
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Worker/StellaOps.EvidenceLocker.Worker.csproj EvidenceLocker docs/implplan/audits/csproj-standards/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Worker/StellaOps.EvidenceLocker.Worker.md docs/implplan/audits/csproj-standards/solid-review/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Worker docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Worker/StellaOps.EvidenceLocker.Worker.md
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj EvidenceLocker docs/implplan/audits/csproj-standards/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.md docs/implplan/audits/csproj-standards/solid-review/src/EvidenceLocker/StellaOps.EvidenceLocker docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.md
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.csproj EvidenceLocker docs/implplan/audits/csproj-standards/src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.md docs/implplan/audits/csproj-standards/solid-review/src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.md
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.csproj EvidenceLocker docs/implplan/audits/csproj-standards/src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.md docs/implplan/audits/csproj-standards/solid-review/src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.md
src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/StellaOps.EvidenceLocker.Export.Tests.csproj EvidenceLocker docs/implplan/audits/csproj-standards/src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/StellaOps.EvidenceLocker.Export.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/StellaOps.EvidenceLocker.Export.Tests.md
src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests.csproj EvidenceLocker docs/implplan/audits/csproj-standards/src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests.md
src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/StellaOps.Excititor.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.md
src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/StellaOps.Excititor.Worker docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.md
src/Excititor/__Libraries/StellaOps.Excititor.ArtifactStores.S3/StellaOps.Excititor.ArtifactStores.S3.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.ArtifactStores.S3/StellaOps.Excititor.ArtifactStores.S3.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.ArtifactStores.S3 docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.ArtifactStores.S3/StellaOps.Excititor.ArtifactStores.S3.md
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Attestation docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.md
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.md
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/StellaOps.Excititor.Connectors.Cisco.CSAF.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/StellaOps.Excititor.Connectors.Cisco.CSAF.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/StellaOps.Excititor.Connectors.Cisco.CSAF.md
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/StellaOps.Excititor.Connectors.MSRC.CSAF.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/StellaOps.Excititor.Connectors.MSRC.CSAF.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/StellaOps.Excititor.Connectors.MSRC.CSAF.md
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.md
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/StellaOps.Excititor.Connectors.Oracle.CSAF.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/StellaOps.Excititor.Connectors.Oracle.CSAF.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/StellaOps.Excititor.Connectors.Oracle.CSAF.md
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/StellaOps.Excititor.Connectors.RedHat.CSAF.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/StellaOps.Excititor.Connectors.RedHat.CSAF.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/StellaOps.Excititor.Connectors.RedHat.CSAF.md
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.md
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/StellaOps.Excititor.Connectors.Ubuntu.CSAF.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/StellaOps.Excititor.Connectors.Ubuntu.CSAF.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/StellaOps.Excititor.Connectors.Ubuntu.CSAF.md
src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.md
src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Export docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.md
src/Excititor/__Libraries/StellaOps.Excititor.Formats.CSAF/StellaOps.Excititor.Formats.CSAF.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Formats.CSAF/StellaOps.Excititor.Formats.CSAF.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Formats.CSAF docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Formats.CSAF/StellaOps.Excititor.Formats.CSAF.md
src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/StellaOps.Excititor.Formats.CycloneDX.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/StellaOps.Excititor.Formats.CycloneDX.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/StellaOps.Excititor.Formats.CycloneDX.md
src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/StellaOps.Excititor.Formats.OpenVEX.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/StellaOps.Excititor.Formats.OpenVEX.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/StellaOps.Excititor.Formats.OpenVEX.md
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.md
src/Excititor/__Libraries/StellaOps.Excititor.Policy/StellaOps.Excititor.Policy.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Libraries/StellaOps.Excititor.Policy/StellaOps.Excititor.Policy.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Libraries/StellaOps.Excititor.Policy docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Libraries/StellaOps.Excititor.Policy/StellaOps.Excititor.Policy.md
src/Excititor/__Tests/StellaOps.Excititor.ArtifactStores.S3.Tests/StellaOps.Excititor.ArtifactStores.S3.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.ArtifactStores.S3.Tests/StellaOps.Excititor.ArtifactStores.S3.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.ArtifactStores.S3.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.ArtifactStores.S3.Tests/StellaOps.Excititor.ArtifactStores.S3.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests/StellaOps.Excititor.Attestation.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests/StellaOps.Excititor.Attestation.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests/StellaOps.Excititor.Attestation.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests 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
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.md
src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/StellaOps.Excititor.Export.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/StellaOps.Excititor.Export.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Export.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/StellaOps.Excititor.Export.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Formats.CSAF.Tests/StellaOps.Excititor.Formats.CSAF.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Formats.CSAF.Tests/StellaOps.Excititor.Formats.CSAF.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Formats.CSAF.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Formats.CSAF.Tests/StellaOps.Excititor.Formats.CSAF.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests/StellaOps.Excititor.Formats.CycloneDX.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests/StellaOps.Excititor.Formats.CycloneDX.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests/StellaOps.Excititor.Formats.CycloneDX.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests/StellaOps.Excititor.Formats.OpenVEX.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests/StellaOps.Excititor.Formats.OpenVEX.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests/StellaOps.Excititor.Formats.OpenVEX.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Plugin.Tests/StellaOps.Excititor.Plugin.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Plugin.Tests/StellaOps.Excititor.Plugin.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Plugin.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Plugin.Tests/StellaOps.Excititor.Plugin.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Policy.Tests/StellaOps.Excititor.Policy.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Policy.Tests/StellaOps.Excititor.Policy.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Policy.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Policy.Tests/StellaOps.Excititor.Policy.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.md
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj Excititor docs/implplan/audits/csproj-standards/src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.md
src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.csproj ExportCenter docs/implplan/audits/csproj-standards/src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.md docs/implplan/audits/csproj-standards/solid-review/src/ExportCenter/StellaOps.ExportCenter.RiskBundles docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.md
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client.Tests/StellaOps.ExportCenter.Client.Tests.csproj ExportCenter docs/implplan/audits/csproj-standards/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client.Tests/StellaOps.ExportCenter.Client.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client.Tests/StellaOps.ExportCenter.Client.Tests.md
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/StellaOps.ExportCenter.Client.csproj ExportCenter docs/implplan/audits/csproj-standards/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/StellaOps.ExportCenter.Client.md docs/implplan/audits/csproj-standards/solid-review/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/StellaOps.ExportCenter.Client.md
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj ExportCenter docs/implplan/audits/csproj-standards/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.md docs/implplan/audits/csproj-standards/solid-review/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.md
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.csproj ExportCenter docs/implplan/audits/csproj-standards/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.md docs/implplan/audits/csproj-standards/solid-review/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.md
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj ExportCenter docs/implplan/audits/csproj-standards/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.md
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj ExportCenter docs/implplan/audits/csproj-standards/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.md
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/StellaOps.ExportCenter.Worker.csproj ExportCenter docs/implplan/audits/csproj-standards/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/StellaOps.ExportCenter.Worker.md docs/implplan/audits/csproj-standards/solid-review/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker docs/implplan/audits/csproj-standards/remediation/checklists/src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/StellaOps.ExportCenter.Worker.md
src/Feedser/StellaOps.Feedser.BinaryAnalysis/StellaOps.Feedser.BinaryAnalysis.csproj Feedser docs/implplan/audits/csproj-standards/src/Feedser/StellaOps.Feedser.BinaryAnalysis/StellaOps.Feedser.BinaryAnalysis.md docs/implplan/audits/csproj-standards/solid-review/src/Feedser/StellaOps.Feedser.BinaryAnalysis docs/implplan/audits/csproj-standards/remediation/checklists/src/Feedser/StellaOps.Feedser.BinaryAnalysis/StellaOps.Feedser.BinaryAnalysis.md
src/Feedser/StellaOps.Feedser.Core/StellaOps.Feedser.Core.csproj Feedser docs/implplan/audits/csproj-standards/src/Feedser/StellaOps.Feedser.Core/StellaOps.Feedser.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Feedser/StellaOps.Feedser.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Feedser/StellaOps.Feedser.Core/StellaOps.Feedser.Core.md
src/Feedser/__Tests/StellaOps.Feedser.BinaryAnalysis.Tests/StellaOps.Feedser.BinaryAnalysis.Tests.csproj Feedser docs/implplan/audits/csproj-standards/src/Feedser/__Tests/StellaOps.Feedser.BinaryAnalysis.Tests/StellaOps.Feedser.BinaryAnalysis.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Feedser/__Tests/StellaOps.Feedser.BinaryAnalysis.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Feedser/__Tests/StellaOps.Feedser.BinaryAnalysis.Tests/StellaOps.Feedser.BinaryAnalysis.Tests.md
src/Feedser/__Tests/StellaOps.Feedser.Core.Tests/StellaOps.Feedser.Core.Tests.csproj Feedser docs/implplan/audits/csproj-standards/src/Feedser/__Tests/StellaOps.Feedser.Core.Tests/StellaOps.Feedser.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Feedser/__Tests/StellaOps.Feedser.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Feedser/__Tests/StellaOps.Feedser.Core.Tests/StellaOps.Feedser.Core.Tests.md
src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj Findings docs/implplan/audits/csproj-standards/src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Findings/StellaOps.Findings.Ledger.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.md
src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj Findings docs/implplan/audits/csproj-standards/src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Findings/StellaOps.Findings.Ledger.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.md
src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj Findings docs/implplan/audits/csproj-standards/src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.md docs/implplan/audits/csproj-standards/solid-review/src/Findings/StellaOps.Findings.Ledger docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.md
src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/LedgerReplayHarness.csproj Findings docs/implplan/audits/csproj-standards/src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/LedgerReplayHarness.md docs/implplan/audits/csproj-standards/solid-review/src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/LedgerReplayHarness.md
src/Findings/__Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests.csproj Findings docs/implplan/audits/csproj-standards/src/Findings/__Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Findings/__Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/__Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests.md
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj Findings docs/implplan/audits/csproj-standards/src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Findings/__Tests/StellaOps.Findings.Ledger.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.md
src/Findings/__Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests.csproj Findings docs/implplan/audits/csproj-standards/src/Findings/__Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Findings/__Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/__Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests.md
src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.csproj Findings docs/implplan/audits/csproj-standards/src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.md docs/implplan/audits/csproj-standards/solid-review/src/Findings/tools/LedgerReplayHarness docs/implplan/audits/csproj-standards/remediation/checklists/src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.md
src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj Gateway docs/implplan/audits/csproj-standards/src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Gateway/StellaOps.Gateway.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.md
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj Gateway docs/implplan/audits/csproj-standards/src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.md
src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj Graph docs/implplan/audits/csproj-standards/src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.md docs/implplan/audits/csproj-standards/solid-review/src/Graph/StellaOps.Graph.Api docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.md
src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj Graph docs/implplan/audits/csproj-standards/src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.md docs/implplan/audits/csproj-standards/solid-review/src/Graph/StellaOps.Graph.Indexer docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.md
src/Graph/__Libraries/StellaOps.Graph.Core/StellaOps.Graph.Core.csproj Graph docs/implplan/audits/csproj-standards/src/Graph/__Libraries/StellaOps.Graph.Core/StellaOps.Graph.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Graph/__Libraries/StellaOps.Graph.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/__Libraries/StellaOps.Graph.Core/StellaOps.Graph.Core.md
src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/StellaOps.Graph.Indexer.Persistence.csproj Graph docs/implplan/audits/csproj-standards/src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/StellaOps.Graph.Indexer.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/StellaOps.Graph.Indexer.Persistence.md
src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj Graph docs/implplan/audits/csproj-standards/src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Graph/__Tests/StellaOps.Graph.Api.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.md
src/Graph/__Tests/StellaOps.Graph.Core.Tests/StellaOps.Graph.Core.Tests.csproj Graph docs/implplan/audits/csproj-standards/src/Graph/__Tests/StellaOps.Graph.Core.Tests/StellaOps.Graph.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Graph/__Tests/StellaOps.Graph.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/__Tests/StellaOps.Graph.Core.Tests/StellaOps.Graph.Core.Tests.md
src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj Graph docs/implplan/audits/csproj-standards/src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.md
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj Graph docs/implplan/audits/csproj-standards/src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Graph/__Tests/StellaOps.Graph.Indexer.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.md
src/Integrations/StellaOps.Integrations.WebService/StellaOps.Integrations.WebService.csproj Integrations docs/implplan/audits/csproj-standards/src/Integrations/StellaOps.Integrations.WebService/StellaOps.Integrations.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Integrations/StellaOps.Integrations.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/StellaOps.Integrations.WebService/StellaOps.Integrations.WebService.md
src/Integrations/__Libraries/StellaOps.Integrations.Contracts/StellaOps.Integrations.Contracts.csproj Integrations docs/implplan/audits/csproj-standards/src/Integrations/__Libraries/StellaOps.Integrations.Contracts/StellaOps.Integrations.Contracts.md docs/implplan/audits/csproj-standards/solid-review/src/Integrations/__Libraries/StellaOps.Integrations.Contracts docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Libraries/StellaOps.Integrations.Contracts/StellaOps.Integrations.Contracts.md
src/Integrations/__Libraries/StellaOps.Integrations.Core/StellaOps.Integrations.Core.csproj Integrations docs/implplan/audits/csproj-standards/src/Integrations/__Libraries/StellaOps.Integrations.Core/StellaOps.Integrations.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Integrations/__Libraries/StellaOps.Integrations.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Libraries/StellaOps.Integrations.Core/StellaOps.Integrations.Core.md
src/Integrations/__Libraries/StellaOps.Integrations.Persistence/StellaOps.Integrations.Persistence.csproj Integrations docs/implplan/audits/csproj-standards/src/Integrations/__Libraries/StellaOps.Integrations.Persistence/StellaOps.Integrations.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/Integrations/__Libraries/StellaOps.Integrations.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Libraries/StellaOps.Integrations.Persistence/StellaOps.Integrations.Persistence.md
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.csproj Integrations docs/implplan/audits/csproj-standards/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.md docs/implplan/audits/csproj-standards/solid-review/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.md
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitLab/StellaOps.Integrations.Plugin.GitLab.csproj Integrations docs/implplan/audits/csproj-standards/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitLab/StellaOps.Integrations.Plugin.GitLab.md docs/implplan/audits/csproj-standards/solid-review/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitLab docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitLab/StellaOps.Integrations.Plugin.GitLab.md
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.Harbor/StellaOps.Integrations.Plugin.Harbor.csproj Integrations docs/implplan/audits/csproj-standards/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.Harbor/StellaOps.Integrations.Plugin.Harbor.md docs/implplan/audits/csproj-standards/solid-review/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.Harbor docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.Harbor/StellaOps.Integrations.Plugin.Harbor.md
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.InMemory/StellaOps.Integrations.Plugin.InMemory.csproj Integrations docs/implplan/audits/csproj-standards/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.InMemory/StellaOps.Integrations.Plugin.InMemory.md docs/implplan/audits/csproj-standards/solid-review/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.InMemory docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Plugins/StellaOps.Integrations.Plugin.InMemory/StellaOps.Integrations.Plugin.InMemory.md
src/Integrations/__Tests/StellaOps.Integrations.Plugin.Tests/StellaOps.Integrations.Plugin.Tests.csproj Integrations docs/implplan/audits/csproj-standards/src/Integrations/__Tests/StellaOps.Integrations.Plugin.Tests/StellaOps.Integrations.Plugin.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Integrations/__Tests/StellaOps.Integrations.Plugin.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Tests/StellaOps.Integrations.Plugin.Tests/StellaOps.Integrations.Plugin.Tests.md
src/Integrations/__Tests/StellaOps.Integrations.Tests/StellaOps.Integrations.Tests.csproj Integrations docs/implplan/audits/csproj-standards/src/Integrations/__Tests/StellaOps.Integrations.Tests/StellaOps.Integrations.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Integrations/__Tests/StellaOps.Integrations.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Integrations/__Tests/StellaOps.Integrations.Tests/StellaOps.Integrations.Tests.md
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/StellaOps.IssuerDirectory.Core.Tests.csproj IssuerDirectory docs/implplan/audits/csproj-standards/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/StellaOps.IssuerDirectory.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/StellaOps.IssuerDirectory.Core.Tests.md
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj IssuerDirectory docs/implplan/audits/csproj-standards/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.md docs/implplan/audits/csproj-standards/solid-review/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.md
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/StellaOps.IssuerDirectory.Infrastructure.csproj IssuerDirectory docs/implplan/audits/csproj-standards/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/StellaOps.IssuerDirectory.Infrastructure.md docs/implplan/audits/csproj-standards/solid-review/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure docs/implplan/audits/csproj-standards/remediation/checklists/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/StellaOps.IssuerDirectory.Infrastructure.md
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj IssuerDirectory docs/implplan/audits/csproj-standards/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.md
src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/StellaOps.IssuerDirectory.Persistence.csproj IssuerDirectory docs/implplan/audits/csproj-standards/src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/StellaOps.IssuerDirectory.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/StellaOps.IssuerDirectory.Persistence.md
src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/StellaOps.IssuerDirectory.Persistence.Tests.csproj IssuerDirectory docs/implplan/audits/csproj-standards/src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/StellaOps.IssuerDirectory.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/StellaOps.IssuerDirectory.Persistence.Tests.md
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj Notifier docs/implplan/audits/csproj-standards/src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.md
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj Notifier docs/implplan/audits/csproj-standards/src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.md
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj Notifier docs/implplan/audits/csproj-standards/src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.md docs/implplan/audits/csproj-standards/solid-review/src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker docs/implplan/audits/csproj-standards/remediation/checklists/src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.md
src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/StellaOps.Notify.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.md
src/Notify/StellaOps.Notify.Worker/StellaOps.Notify.Worker.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/StellaOps.Notify.Worker/StellaOps.Notify.Worker.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/StellaOps.Notify.Worker docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/StellaOps.Notify.Worker/StellaOps.Notify.Worker.md
src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/StellaOps.Notify.Connectors.Email.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/StellaOps.Notify.Connectors.Email.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Libraries/StellaOps.Notify.Connectors.Email docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/StellaOps.Notify.Connectors.Email.md
src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared/StellaOps.Notify.Connectors.Shared.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared/StellaOps.Notify.Connectors.Shared.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared/StellaOps.Notify.Connectors.Shared.md
src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/StellaOps.Notify.Connectors.Slack.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/StellaOps.Notify.Connectors.Slack.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/StellaOps.Notify.Connectors.Slack.md
src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/StellaOps.Notify.Connectors.Teams.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/StellaOps.Notify.Connectors.Teams.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/StellaOps.Notify.Connectors.Teams.md
src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/StellaOps.Notify.Connectors.Webhook.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/StellaOps.Notify.Connectors.Webhook.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/StellaOps.Notify.Connectors.Webhook.md
src/Notify/__Libraries/StellaOps.Notify.Engine/StellaOps.Notify.Engine.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Libraries/StellaOps.Notify.Engine/StellaOps.Notify.Engine.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Libraries/StellaOps.Notify.Engine docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Engine/StellaOps.Notify.Engine.md
src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Libraries/StellaOps.Notify.Models docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.md
src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Libraries/StellaOps.Notify.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.md
src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Libraries/StellaOps.Notify.Queue docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.md
src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/StellaOps.Notify.Storage.InMemory.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/StellaOps.Notify.Storage.InMemory.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/StellaOps.Notify.Storage.InMemory.md
src/Notify/__Tests/StellaOps.Notify.Connectors.Email.Tests/StellaOps.Notify.Connectors.Email.Tests.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Tests/StellaOps.Notify.Connectors.Email.Tests/StellaOps.Notify.Connectors.Email.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Tests/StellaOps.Notify.Connectors.Email.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Connectors.Email.Tests/StellaOps.Notify.Connectors.Email.Tests.md
src/Notify/__Tests/StellaOps.Notify.Connectors.Shared.Tests/StellaOps.Notify.Connectors.Shared.Tests.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Tests/StellaOps.Notify.Connectors.Shared.Tests/StellaOps.Notify.Connectors.Shared.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Tests/StellaOps.Notify.Connectors.Shared.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Connectors.Shared.Tests/StellaOps.Notify.Connectors.Shared.Tests.md
src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests/StellaOps.Notify.Connectors.Slack.Tests.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests/StellaOps.Notify.Connectors.Slack.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests/StellaOps.Notify.Connectors.Slack.Tests.md
src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests/StellaOps.Notify.Connectors.Teams.Tests.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests/StellaOps.Notify.Connectors.Teams.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests/StellaOps.Notify.Connectors.Teams.Tests.md
src/Notify/__Tests/StellaOps.Notify.Connectors.Webhook.Tests/StellaOps.Notify.Connectors.Webhook.Tests.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Tests/StellaOps.Notify.Connectors.Webhook.Tests/StellaOps.Notify.Connectors.Webhook.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Tests/StellaOps.Notify.Connectors.Webhook.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Connectors.Webhook.Tests/StellaOps.Notify.Connectors.Webhook.Tests.md
src/Notify/__Tests/StellaOps.Notify.Core.Tests/StellaOps.Notify.Core.Tests.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Tests/StellaOps.Notify.Core.Tests/StellaOps.Notify.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Tests/StellaOps.Notify.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Core.Tests/StellaOps.Notify.Core.Tests.md
src/Notify/__Tests/StellaOps.Notify.Engine.Tests/StellaOps.Notify.Engine.Tests.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Tests/StellaOps.Notify.Engine.Tests/StellaOps.Notify.Engine.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Tests/StellaOps.Notify.Engine.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Engine.Tests/StellaOps.Notify.Engine.Tests.md
src/Notify/__Tests/StellaOps.Notify.Models.Tests/StellaOps.Notify.Models.Tests.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Tests/StellaOps.Notify.Models.Tests/StellaOps.Notify.Models.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Tests/StellaOps.Notify.Models.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Models.Tests/StellaOps.Notify.Models.Tests.md
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Tests/StellaOps.Notify.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.md
src/Notify/__Tests/StellaOps.Notify.Queue.Tests/StellaOps.Notify.Queue.Tests.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Tests/StellaOps.Notify.Queue.Tests/StellaOps.Notify.Queue.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Tests/StellaOps.Notify.Queue.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Queue.Tests/StellaOps.Notify.Queue.Tests.md
src/Notify/__Tests/StellaOps.Notify.Storage.InMemory.Tests/StellaOps.Notify.Storage.InMemory.Tests.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Tests/StellaOps.Notify.Storage.InMemory.Tests/StellaOps.Notify.Storage.InMemory.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Tests/StellaOps.Notify.Storage.InMemory.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Storage.InMemory.Tests/StellaOps.Notify.Storage.InMemory.Tests.md
src/Notify/__Tests/StellaOps.Notify.WebService.Tests/StellaOps.Notify.WebService.Tests.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Tests/StellaOps.Notify.WebService.Tests/StellaOps.Notify.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Tests/StellaOps.Notify.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.WebService.Tests/StellaOps.Notify.WebService.Tests.md
src/Notify/__Tests/StellaOps.Notify.Worker.Tests/StellaOps.Notify.Worker.Tests.csproj Notify docs/implplan/audits/csproj-standards/src/Notify/__Tests/StellaOps.Notify.Worker.Tests/StellaOps.Notify.Worker.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Notify/__Tests/StellaOps.Notify.Worker.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Notify/__Tests/StellaOps.Notify.Worker.Tests/StellaOps.Notify.Worker.Tests.md
src/OpsMemory/StellaOps.OpsMemory.WebService/StellaOps.OpsMemory.WebService.csproj OpsMemory docs/implplan/audits/csproj-standards/src/OpsMemory/StellaOps.OpsMemory.WebService/StellaOps.OpsMemory.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/OpsMemory/StellaOps.OpsMemory.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/OpsMemory/StellaOps.OpsMemory.WebService/StellaOps.OpsMemory.WebService.md
src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj OpsMemory docs/implplan/audits/csproj-standards/src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.md docs/implplan/audits/csproj-standards/solid-review/src/OpsMemory/StellaOps.OpsMemory docs/implplan/audits/csproj-standards/remediation/checklists/src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.md
src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/StellaOps.OpsMemory.Tests.csproj OpsMemory docs/implplan/audits/csproj-standards/src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/StellaOps.OpsMemory.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/StellaOps.OpsMemory.Tests.md
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj Orchestrator docs/implplan/audits/csproj-standards/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.md
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj Orchestrator docs/implplan/audits/csproj-standards/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.md docs/implplan/audits/csproj-standards/solid-review/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure docs/implplan/audits/csproj-standards/remediation/checklists/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.md
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj Orchestrator docs/implplan/audits/csproj-standards/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.md
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj Orchestrator docs/implplan/audits/csproj-standards/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.md
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Worker/StellaOps.Orchestrator.Worker.csproj Orchestrator docs/implplan/audits/csproj-standards/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Worker/StellaOps.Orchestrator.Worker.md docs/implplan/audits/csproj-standards/solid-review/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Worker docs/implplan/audits/csproj-standards/remediation/checklists/src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Worker/StellaOps.Orchestrator.Worker.md
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj PacksRegistry docs/implplan/audits/csproj-standards/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.md docs/implplan/audits/csproj-standards/solid-review/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.md
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj PacksRegistry docs/implplan/audits/csproj-standards/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.md docs/implplan/audits/csproj-standards/solid-review/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.md
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Persistence.EfCore/StellaOps.PacksRegistry.Persistence.EfCore.csproj PacksRegistry docs/implplan/audits/csproj-standards/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Persistence.EfCore/StellaOps.PacksRegistry.Persistence.EfCore.md docs/implplan/audits/csproj-standards/solid-review/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Persistence.EfCore docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Persistence.EfCore/StellaOps.PacksRegistry.Persistence.EfCore.md
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/StellaOps.PacksRegistry.Tests.csproj PacksRegistry docs/implplan/audits/csproj-standards/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/StellaOps.PacksRegistry.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/StellaOps.PacksRegistry.Tests.md
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj PacksRegistry docs/implplan/audits/csproj-standards/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.md
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Worker/StellaOps.PacksRegistry.Worker.csproj PacksRegistry docs/implplan/audits/csproj-standards/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Worker/StellaOps.PacksRegistry.Worker.md docs/implplan/audits/csproj-standards/solid-review/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Worker docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Worker/StellaOps.PacksRegistry.Worker.md
src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.csproj PacksRegistry docs/implplan/audits/csproj-standards/src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.md
src/PacksRegistry/__Tests/StellaOps.PacksRegistry.Persistence.Tests/StellaOps.PacksRegistry.Persistence.Tests.csproj PacksRegistry docs/implplan/audits/csproj-standards/src/PacksRegistry/__Tests/StellaOps.PacksRegistry.Persistence.Tests/StellaOps.PacksRegistry.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/PacksRegistry/__Tests/StellaOps.PacksRegistry.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/PacksRegistry/__Tests/StellaOps.PacksRegistry.Persistence.Tests/StellaOps.PacksRegistry.Persistence.Tests.md
src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj Platform docs/implplan/audits/csproj-standards/src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.md docs/implplan/audits/csproj-standards/solid-review/src/Platform/StellaOps.Platform.Analytics docs/implplan/audits/csproj-standards/remediation/checklists/src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.md
src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj Platform docs/implplan/audits/csproj-standards/src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Platform/StellaOps.Platform.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.md
src/Platform/__Libraries/StellaOps.Platform.Database/StellaOps.Platform.Database.csproj Platform docs/implplan/audits/csproj-standards/src/Platform/__Libraries/StellaOps.Platform.Database/StellaOps.Platform.Database.md docs/implplan/audits/csproj-standards/solid-review/src/Platform/__Libraries/StellaOps.Platform.Database docs/implplan/audits/csproj-standards/remediation/checklists/src/Platform/__Libraries/StellaOps.Platform.Database/StellaOps.Platform.Database.md
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj Platform docs/implplan/audits/csproj-standards/src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Platform/__Tests/StellaOps.Platform.Analytics.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.md
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj Platform docs/implplan/audits/csproj-standards/src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Platform/__Tests/StellaOps.Platform.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.md
src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld.Tests/StellaOps.Plugin.Samples.HelloWorld.Tests.csproj Plugin docs/implplan/audits/csproj-standards/src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld.Tests/StellaOps.Plugin.Samples.HelloWorld.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld.Tests/StellaOps.Plugin.Samples.HelloWorld.Tests.md
src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld/StellaOps.Plugin.Samples.HelloWorld.csproj Plugin docs/implplan/audits/csproj-standards/src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld/StellaOps.Plugin.Samples.HelloWorld.md docs/implplan/audits/csproj-standards/solid-review/src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld/StellaOps.Plugin.Samples.HelloWorld.md
src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj Plugin docs/implplan/audits/csproj-standards/src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.md docs/implplan/audits/csproj-standards/solid-review/src/Plugin/StellaOps.Plugin.Abstractions docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.md
src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj Plugin docs/implplan/audits/csproj-standards/src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.md docs/implplan/audits/csproj-standards/solid-review/src/Plugin/StellaOps.Plugin.Host docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.md
src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.csproj Plugin docs/implplan/audits/csproj-standards/src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.md docs/implplan/audits/csproj-standards/solid-review/src/Plugin/StellaOps.Plugin.Registry docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.md
src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj Plugin docs/implplan/audits/csproj-standards/src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.md docs/implplan/audits/csproj-standards/solid-review/src/Plugin/StellaOps.Plugin.Sandbox docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.md
src/Plugin/StellaOps.Plugin.Sdk/StellaOps.Plugin.Sdk.csproj Plugin docs/implplan/audits/csproj-standards/src/Plugin/StellaOps.Plugin.Sdk/StellaOps.Plugin.Sdk.md docs/implplan/audits/csproj-standards/solid-review/src/Plugin/StellaOps.Plugin.Sdk docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/StellaOps.Plugin.Sdk/StellaOps.Plugin.Sdk.md
src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.csproj Plugin docs/implplan/audits/csproj-standards/src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.md docs/implplan/audits/csproj-standards/solid-review/src/Plugin/StellaOps.Plugin.Testing docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.md
src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.csproj Plugin docs/implplan/audits/csproj-standards/src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.md
src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj Plugin docs/implplan/audits/csproj-standards/src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Plugin/__Tests/StellaOps.Plugin.Host.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.md
src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/StellaOps.Plugin.Registry.Tests.csproj Plugin docs/implplan/audits/csproj-standards/src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/StellaOps.Plugin.Registry.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/StellaOps.Plugin.Registry.Tests.md
src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.csproj Plugin docs/implplan/audits/csproj-standards/src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.md
src/Plugin/__Tests/StellaOps.Plugin.Sdk.Tests/StellaOps.Plugin.Sdk.Tests.csproj Plugin docs/implplan/audits/csproj-standards/src/Plugin/__Tests/StellaOps.Plugin.Sdk.Tests/StellaOps.Plugin.Sdk.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Plugin/__Tests/StellaOps.Plugin.Sdk.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Plugin/__Tests/StellaOps.Plugin.Sdk.Tests/StellaOps.Plugin.Sdk.Tests.md
src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/StellaOps.Policy.Engine docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.md
src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/StellaOps.Policy.Gateway docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.md
src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/StellaOps.Policy.Registry docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.md
src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/StellaOps.Policy.RiskProfile docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.md
src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/StellaOps.Policy.Scoring docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.md
src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/StellaOps.PolicyDsl docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.md
src/Policy/__Libraries/StellaOps.Policy.AuthSignals/StellaOps.Policy.AuthSignals.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Libraries/StellaOps.Policy.AuthSignals/StellaOps.Policy.AuthSignals.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Libraries/StellaOps.Policy.AuthSignals docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.AuthSignals/StellaOps.Policy.AuthSignals.md
src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Libraries/StellaOps.Policy.Determinization docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.md
src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Libraries/StellaOps.Policy.Exceptions docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.md
src/Policy/__Libraries/StellaOps.Policy.Explainability/StellaOps.Policy.Explainability.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Libraries/StellaOps.Policy.Explainability/StellaOps.Policy.Explainability.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Libraries/StellaOps.Policy.Explainability docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Explainability/StellaOps.Policy.Explainability.md
src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Libraries/StellaOps.Policy.Interop docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.md
src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Libraries/StellaOps.Policy.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.md
src/Policy/__Libraries/StellaOps.Policy.Predicates/StellaOps.Policy.Predicates.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Libraries/StellaOps.Policy.Predicates/StellaOps.Policy.Predicates.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Libraries/StellaOps.Policy.Predicates docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Predicates/StellaOps.Policy.Predicates.md
src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Libraries/StellaOps.Policy.Unknowns docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.md
src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Libraries/StellaOps.Policy docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.md
src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/StellaOps.Policy.Interop.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/StellaOps.Policy.Interop.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/StellaOps.Policy.Interop.Tests.md
src/Policy/__Tests/StellaOps.Policy.AuthSignals.Tests/StellaOps.Policy.AuthSignals.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.Policy.AuthSignals.Tests/StellaOps.Policy.AuthSignals.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.Policy.AuthSignals.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.AuthSignals.Tests/StellaOps.Policy.AuthSignals.Tests.md
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.Policy.Determinization.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.md
src/Policy/__Tests/StellaOps.Policy.Engine.Contract.Tests/StellaOps.Policy.Engine.Contract.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.Policy.Engine.Contract.Tests/StellaOps.Policy.Engine.Contract.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.Policy.Engine.Contract.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Engine.Contract.Tests/StellaOps.Policy.Engine.Contract.Tests.md
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.Policy.Engine.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.md
src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/StellaOps.Policy.Exceptions.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/StellaOps.Policy.Exceptions.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/StellaOps.Policy.Exceptions.Tests.md
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.Policy.Gateway.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.md
src/Policy/__Tests/StellaOps.Policy.Pack.Tests/StellaOps.Policy.Pack.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.Policy.Pack.Tests/StellaOps.Policy.Pack.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.Policy.Pack.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Pack.Tests/StellaOps.Policy.Pack.Tests.md
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.Policy.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.md
src/Policy/__Tests/StellaOps.Policy.Predicates.Tests/StellaOps.Policy.Predicates.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.Policy.Predicates.Tests/StellaOps.Policy.Predicates.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.Policy.Predicates.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Predicates.Tests/StellaOps.Policy.Predicates.Tests.md
src/Policy/__Tests/StellaOps.Policy.RiskProfile.Tests/StellaOps.Policy.RiskProfile.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.Policy.RiskProfile.Tests/StellaOps.Policy.RiskProfile.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.Policy.RiskProfile.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.RiskProfile.Tests/StellaOps.Policy.RiskProfile.Tests.md
src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.Policy.Scoring.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.md
src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.Policy.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.md
src/Policy/__Tests/StellaOps.Policy.Unknowns.Tests/StellaOps.Policy.Unknowns.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.Policy.Unknowns.Tests/StellaOps.Policy.Unknowns.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.Policy.Unknowns.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.Policy.Unknowns.Tests/StellaOps.Policy.Unknowns.Tests.md
src/Policy/__Tests/StellaOps.PolicyDsl.Tests/StellaOps.PolicyDsl.Tests.csproj Policy docs/implplan/audits/csproj-standards/src/Policy/__Tests/StellaOps.PolicyDsl.Tests/StellaOps.PolicyDsl.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Policy/__Tests/StellaOps.PolicyDsl.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Policy/__Tests/StellaOps.PolicyDsl.Tests/StellaOps.PolicyDsl.Tests.md
src/Provenance/StellaOps.Provenance.Attestation.Tool/StellaOps.Provenance.Attestation.Tool.csproj Provenance docs/implplan/audits/csproj-standards/src/Provenance/StellaOps.Provenance.Attestation.Tool/StellaOps.Provenance.Attestation.Tool.md docs/implplan/audits/csproj-standards/solid-review/src/Provenance/StellaOps.Provenance.Attestation.Tool docs/implplan/audits/csproj-standards/remediation/checklists/src/Provenance/StellaOps.Provenance.Attestation.Tool/StellaOps.Provenance.Attestation.Tool.md
src/Provenance/StellaOps.Provenance.Attestation/StellaOps.Provenance.Attestation.csproj Provenance docs/implplan/audits/csproj-standards/src/Provenance/StellaOps.Provenance.Attestation/StellaOps.Provenance.Attestation.md docs/implplan/audits/csproj-standards/solid-review/src/Provenance/StellaOps.Provenance.Attestation docs/implplan/audits/csproj-standards/remediation/checklists/src/Provenance/StellaOps.Provenance.Attestation/StellaOps.Provenance.Attestation.md
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj Provenance docs/implplan/audits/csproj-standards/src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.md
src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj ReachGraph docs/implplan/audits/csproj-standards/src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/ReachGraph/StellaOps.ReachGraph.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.md
src/ReachGraph/__Tests/StellaOps.ReachGraph.WebService.Tests/StellaOps.ReachGraph.WebService.Tests.csproj ReachGraph docs/implplan/audits/csproj-standards/src/ReachGraph/__Tests/StellaOps.ReachGraph.WebService.Tests/StellaOps.ReachGraph.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReachGraph/__Tests/StellaOps.ReachGraph.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReachGraph/__Tests/StellaOps.ReachGraph.WebService.Tests/StellaOps.ReachGraph.WebService.Tests.md
src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj Registry docs/implplan/audits/csproj-standards/src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.md docs/implplan/audits/csproj-standards/solid-review/src/Registry/StellaOps.Registry.TokenService docs/implplan/audits/csproj-standards/remediation/checklists/src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.md
src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/StellaOps.Registry.TokenService.Tests.csproj Registry docs/implplan/audits/csproj-standards/src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/StellaOps.Registry.TokenService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Registry/__Tests/StellaOps.Registry.TokenService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/StellaOps.Registry.TokenService.Tests.md
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.md
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.md
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.md
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.md
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.md
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/StellaOps.Agent.Ssh.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/StellaOps.Agent.Ssh.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/StellaOps.Agent.Ssh.md
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/StellaOps.ReleaseOrchestrator.Compliance.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/StellaOps.ReleaseOrchestrator.Compliance.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/StellaOps.ReleaseOrchestrator.Compliance.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/StellaOps.ReleaseOrchestrator.Federation.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/StellaOps.ReleaseOrchestrator.Federation.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/StellaOps.ReleaseOrchestrator.Federation.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability/StellaOps.ReleaseOrchestrator.Observability.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability/StellaOps.ReleaseOrchestrator.Observability.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability/StellaOps.ReleaseOrchestrator.Observability.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/StellaOps.ReleaseOrchestrator.Performance.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/StellaOps.ReleaseOrchestrator.Performance.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/StellaOps.ReleaseOrchestrator.Performance.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing/StellaOps.ReleaseOrchestrator.SelfHealing.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing/StellaOps.ReleaseOrchestrator.SelfHealing.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing/StellaOps.ReleaseOrchestrator.SelfHealing.md
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.md
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/StellaOps.Agent.Compose.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/StellaOps.Agent.Compose.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/StellaOps.Agent.Compose.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Core.Tests/StellaOps.Agent.Core.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Core.Tests/StellaOps.Agent.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Core.Tests/StellaOps.Agent.Core.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/StellaOps.Agent.Docker.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/StellaOps.Agent.Docker.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/StellaOps.Agent.Docker.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/StellaOps.Agent.Nomad.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/StellaOps.Agent.Nomad.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/StellaOps.Agent.Nomad.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/StellaOps.Agent.Ssh.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/StellaOps.Agent.Ssh.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/StellaOps.Agent.Ssh.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/StellaOps.Agent.WinRM.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/StellaOps.Agent.WinRM.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/StellaOps.Agent.WinRM.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests/StellaOps.ReleaseOrchestrator.Agent.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests/StellaOps.ReleaseOrchestrator.Agent.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests/StellaOps.ReleaseOrchestrator.Agent.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Integration.Tests/StellaOps.ReleaseOrchestrator.Integration.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Integration.Tests/StellaOps.ReleaseOrchestrator.Integration.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Integration.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Integration.Tests/StellaOps.ReleaseOrchestrator.Integration.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Observability.Tests/StellaOps.ReleaseOrchestrator.Observability.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Observability.Tests/StellaOps.ReleaseOrchestrator.Observability.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Observability.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Observability.Tests/StellaOps.ReleaseOrchestrator.Observability.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests.md
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj ReleaseOrchestrator docs/implplan/audits/csproj-standards/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.md
src/Replay/StellaOps.Replay.WebService/StellaOps.Replay.WebService.csproj Replay docs/implplan/audits/csproj-standards/src/Replay/StellaOps.Replay.WebService/StellaOps.Replay.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Replay/StellaOps.Replay.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Replay/StellaOps.Replay.WebService/StellaOps.Replay.WebService.md
src/Replay/__Libraries/StellaOps.Replay.Anonymization/StellaOps.Replay.Anonymization.csproj Replay docs/implplan/audits/csproj-standards/src/Replay/__Libraries/StellaOps.Replay.Anonymization/StellaOps.Replay.Anonymization.md docs/implplan/audits/csproj-standards/solid-review/src/Replay/__Libraries/StellaOps.Replay.Anonymization docs/implplan/audits/csproj-standards/remediation/checklists/src/Replay/__Libraries/StellaOps.Replay.Anonymization/StellaOps.Replay.Anonymization.md
src/Replay/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj Replay docs/implplan/audits/csproj-standards/src/Replay/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Replay/__Libraries/StellaOps.Replay.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Replay/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.md
src/Replay/__Tests/StellaOps.Replay.Anonymization.Tests/StellaOps.Replay.Anonymization.Tests.csproj Replay docs/implplan/audits/csproj-standards/src/Replay/__Tests/StellaOps.Replay.Anonymization.Tests/StellaOps.Replay.Anonymization.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Replay/__Tests/StellaOps.Replay.Anonymization.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Replay/__Tests/StellaOps.Replay.Anonymization.Tests/StellaOps.Replay.Anonymization.Tests.md
src/Replay/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj Replay docs/implplan/audits/csproj-standards/src/Replay/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Replay/__Tests/StellaOps.Replay.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Replay/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.md
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj RiskEngine docs/implplan/audits/csproj-standards/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.md docs/implplan/audits/csproj-standards/solid-review/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.md
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Infrastructure/StellaOps.RiskEngine.Infrastructure.csproj RiskEngine docs/implplan/audits/csproj-standards/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Infrastructure/StellaOps.RiskEngine.Infrastructure.md docs/implplan/audits/csproj-standards/solid-review/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Infrastructure docs/implplan/audits/csproj-standards/remediation/checklists/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Infrastructure/StellaOps.RiskEngine.Infrastructure.md
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/StellaOps.RiskEngine.Tests.csproj RiskEngine docs/implplan/audits/csproj-standards/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/StellaOps.RiskEngine.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/StellaOps.RiskEngine.Tests.md
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.WebService/StellaOps.RiskEngine.WebService.csproj RiskEngine docs/implplan/audits/csproj-standards/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.WebService/StellaOps.RiskEngine.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.WebService/StellaOps.RiskEngine.WebService.md
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Worker/StellaOps.RiskEngine.Worker.csproj RiskEngine docs/implplan/audits/csproj-standards/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Worker/StellaOps.RiskEngine.Worker.md docs/implplan/audits/csproj-standards/solid-review/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Worker docs/implplan/audits/csproj-standards/remediation/checklists/src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Worker/StellaOps.RiskEngine.Worker.md
src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj Router docs/implplan/audits/csproj-standards/src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Router/StellaOps.Gateway.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.md
src/Router/StellaOps.Router.Plugin.Unified/StellaOps.Router.Plugin.Unified.csproj Router docs/implplan/audits/csproj-standards/src/Router/StellaOps.Router.Plugin.Unified/StellaOps.Router.Plugin.Unified.md docs/implplan/audits/csproj-standards/solid-review/src/Router/StellaOps.Router.Plugin.Unified docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/StellaOps.Router.Plugin.Unified/StellaOps.Router.Plugin.Unified.md
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.md
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.md
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.md
src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Messaging docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.md
src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Microservice.AspNetCore docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.md
src/Router/__Libraries/StellaOps.Microservice.SourceGen/StellaOps.Microservice.SourceGen.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Microservice.SourceGen/StellaOps.Microservice.SourceGen.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Microservice.SourceGen docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Microservice.SourceGen/StellaOps.Microservice.SourceGen.md
src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Microservice docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.md
src/Router/__Libraries/StellaOps.Router.AspNet/StellaOps.Router.AspNet.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Router.AspNet/StellaOps.Router.AspNet.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Router.AspNet docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.AspNet/StellaOps.Router.AspNet.md
src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Router.Common docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.md
src/Router/__Libraries/StellaOps.Router.Config/StellaOps.Router.Config.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Router.Config/StellaOps.Router.Config.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Router.Config docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Config/StellaOps.Router.Config.md
src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Router.Gateway docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.md
src/Router/__Libraries/StellaOps.Router.Transport.InMemory/StellaOps.Router.Transport.InMemory.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Router.Transport.InMemory/StellaOps.Router.Transport.InMemory.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Router.Transport.InMemory docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Transport.InMemory/StellaOps.Router.Transport.InMemory.md
src/Router/__Libraries/StellaOps.Router.Transport.Messaging/StellaOps.Router.Transport.Messaging.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Router.Transport.Messaging/StellaOps.Router.Transport.Messaging.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Router.Transport.Messaging docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Transport.Messaging/StellaOps.Router.Transport.Messaging.md
src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/StellaOps.Router.Transport.RabbitMq.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/StellaOps.Router.Transport.RabbitMq.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/StellaOps.Router.Transport.RabbitMq.md
src/Router/__Libraries/StellaOps.Router.Transport.Tcp/StellaOps.Router.Transport.Tcp.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Router.Transport.Tcp/StellaOps.Router.Transport.Tcp.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Router.Transport.Tcp docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Transport.Tcp/StellaOps.Router.Transport.Tcp.md
src/Router/__Libraries/StellaOps.Router.Transport.Tls/StellaOps.Router.Transport.Tls.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Router.Transport.Tls/StellaOps.Router.Transport.Tls.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Router.Transport.Tls docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Transport.Tls/StellaOps.Router.Transport.Tls.md
src/Router/__Libraries/StellaOps.Router.Transport.Udp/StellaOps.Router.Transport.Udp.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Libraries/StellaOps.Router.Transport.Udp/StellaOps.Router.Transport.Udp.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Libraries/StellaOps.Router.Transport.Udp docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Libraries/StellaOps.Router.Transport.Udp/StellaOps.Router.Transport.Udp.md
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Gateway.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.md
src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests/StellaOps.Messaging.Transport.Valkey.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests/StellaOps.Messaging.Transport.Valkey.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests/StellaOps.Messaging.Transport.Valkey.Tests.md
src/Router/__Tests/StellaOps.Microservice.SourceGen.Tests/StellaOps.Microservice.SourceGen.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Microservice.SourceGen.Tests/StellaOps.Microservice.SourceGen.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Microservice.SourceGen.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Microservice.SourceGen.Tests/StellaOps.Microservice.SourceGen.Tests.md
src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Microservice.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.md
src/Router/__Tests/StellaOps.Router.AspNet.Tests/StellaOps.Router.AspNet.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Router.AspNet.Tests/StellaOps.Router.AspNet.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Router.AspNet.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.AspNet.Tests/StellaOps.Router.AspNet.Tests.md
src/Router/__Tests/StellaOps.Router.Common.Tests/StellaOps.Router.Common.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Router.Common.Tests/StellaOps.Router.Common.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Router.Common.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Common.Tests/StellaOps.Router.Common.Tests.md
src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Router.Config.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.md
src/Router/__Tests/StellaOps.Router.Gateway.Tests/StellaOps.Router.Gateway.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Router.Gateway.Tests/StellaOps.Router.Gateway.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Router.Gateway.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Gateway.Tests/StellaOps.Router.Gateway.Tests.md
src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Router.Integration.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.md
src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/StellaOps.Router.Transport.InMemory.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/StellaOps.Router.Transport.InMemory.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/StellaOps.Router.Transport.InMemory.Tests.md
src/Router/__Tests/StellaOps.Router.Transport.Plugin.Tests/StellaOps.Router.Transport.Plugin.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Router.Transport.Plugin.Tests/StellaOps.Router.Transport.Plugin.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Router.Transport.Plugin.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Transport.Plugin.Tests/StellaOps.Router.Transport.Plugin.Tests.md
src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/StellaOps.Router.Transport.RabbitMq.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/StellaOps.Router.Transport.RabbitMq.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/StellaOps.Router.Transport.RabbitMq.Tests.md
src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests/StellaOps.Router.Transport.Tcp.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests/StellaOps.Router.Transport.Tcp.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests/StellaOps.Router.Transport.Tcp.Tests.md
src/Router/__Tests/StellaOps.Router.Transport.Tls.Tests/StellaOps.Router.Transport.Tls.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Router.Transport.Tls.Tests/StellaOps.Router.Transport.Tls.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Router.Transport.Tls.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Transport.Tls.Tests/StellaOps.Router.Transport.Tls.Tests.md
src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests/StellaOps.Router.Transport.Udp.Tests.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests/StellaOps.Router.Transport.Udp.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests/StellaOps.Router.Transport.Udp.Tests.md
src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing/StellaOps.Messaging.Testing.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing/StellaOps.Messaging.Testing.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing/StellaOps.Messaging.Testing.md
src/Router/__Tests/__Libraries/StellaOps.Router.Testing/StellaOps.Router.Testing.csproj Router docs/implplan/audits/csproj-standards/src/Router/__Tests/__Libraries/StellaOps.Router.Testing/StellaOps.Router.Testing.md docs/implplan/audits/csproj-standards/solid-review/src/Router/__Tests/__Libraries/StellaOps.Router.Testing docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/__Tests/__Libraries/StellaOps.Router.Testing/StellaOps.Router.Testing.md
src/Router/examples/Examples.Billing.Microservice/Examples.Billing.Microservice.csproj Router docs/implplan/audits/csproj-standards/src/Router/examples/Examples.Billing.Microservice/Examples.Billing.Microservice.md docs/implplan/audits/csproj-standards/solid-review/src/Router/examples/Examples.Billing.Microservice docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/examples/Examples.Billing.Microservice/Examples.Billing.Microservice.md
src/Router/examples/Examples.Gateway/Examples.Gateway.csproj Router docs/implplan/audits/csproj-standards/src/Router/examples/Examples.Gateway/Examples.Gateway.md docs/implplan/audits/csproj-standards/solid-review/src/Router/examples/Examples.Gateway docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/examples/Examples.Gateway/Examples.Gateway.md
src/Router/examples/Examples.Inventory.Microservice/Examples.Inventory.Microservice.csproj Router docs/implplan/audits/csproj-standards/src/Router/examples/Examples.Inventory.Microservice/Examples.Inventory.Microservice.md docs/implplan/audits/csproj-standards/solid-review/src/Router/examples/Examples.Inventory.Microservice docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/examples/Examples.Inventory.Microservice/Examples.Inventory.Microservice.md
src/Router/examples/Examples.MultiTransport.Gateway/Examples.MultiTransport.Gateway.csproj Router docs/implplan/audits/csproj-standards/src/Router/examples/Examples.MultiTransport.Gateway/Examples.MultiTransport.Gateway.md docs/implplan/audits/csproj-standards/solid-review/src/Router/examples/Examples.MultiTransport.Gateway docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/examples/Examples.MultiTransport.Gateway/Examples.MultiTransport.Gateway.md
src/Router/examples/Examples.NotificationService/Examples.NotificationService.csproj Router docs/implplan/audits/csproj-standards/src/Router/examples/Examples.NotificationService/Examples.NotificationService.md docs/implplan/audits/csproj-standards/solid-review/src/Router/examples/Examples.NotificationService docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/examples/Examples.NotificationService/Examples.NotificationService.md
src/Router/examples/Examples.OrderService/Examples.OrderService.csproj Router docs/implplan/audits/csproj-standards/src/Router/examples/Examples.OrderService/Examples.OrderService.md docs/implplan/audits/csproj-standards/solid-review/src/Router/examples/Examples.OrderService docs/implplan/audits/csproj-standards/remediation/checklists/src/Router/examples/Examples.OrderService/Examples.OrderService.md
src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj SbomService docs/implplan/audits/csproj-standards/src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/SbomService/StellaOps.SbomService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.md
src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj SbomService docs/implplan/audits/csproj-standards/src/SbomService/StellaOps.SbomService/StellaOps.SbomService.md docs/implplan/audits/csproj-standards/solid-review/src/SbomService/StellaOps.SbomService docs/implplan/audits/csproj-standards/remediation/checklists/src/SbomService/StellaOps.SbomService/StellaOps.SbomService.md
src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.csproj SbomService docs/implplan/audits/csproj-standards/src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.md docs/implplan/audits/csproj-standards/solid-review/src/SbomService/__Libraries/StellaOps.SbomService.Lineage docs/implplan/audits/csproj-standards/remediation/checklists/src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.md
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj SbomService docs/implplan/audits/csproj-standards/src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/SbomService/__Libraries/StellaOps.SbomService.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.md
src/SbomService/__Tests/StellaOps.SbomService.Lineage.Tests/StellaOps.SbomService.Lineage.Tests.csproj SbomService docs/implplan/audits/csproj-standards/src/SbomService/__Tests/StellaOps.SbomService.Lineage.Tests/StellaOps.SbomService.Lineage.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/SbomService/__Tests/StellaOps.SbomService.Lineage.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/SbomService/__Tests/StellaOps.SbomService.Lineage.Tests/StellaOps.SbomService.Lineage.Tests.md
src/SbomService/__Tests/StellaOps.SbomService.Persistence.Tests/StellaOps.SbomService.Persistence.Tests.csproj SbomService docs/implplan/audits/csproj-standards/src/SbomService/__Tests/StellaOps.SbomService.Persistence.Tests/StellaOps.SbomService.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/SbomService/__Tests/StellaOps.SbomService.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/SbomService/__Tests/StellaOps.SbomService.Persistence.Tests/StellaOps.SbomService.Persistence.Tests.md
src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/StellaOps.Scanner.Analyzers.Native docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.md
src/Scanner/StellaOps.Scanner.Analyzers.Plugin.Unified/StellaOps.Scanner.Analyzers.Plugin.Unified.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/StellaOps.Scanner.Analyzers.Plugin.Unified/StellaOps.Scanner.Analyzers.Plugin.Unified.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/StellaOps.Scanner.Analyzers.Plugin.Unified docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/StellaOps.Scanner.Analyzers.Plugin.Unified/StellaOps.Scanner.Analyzers.Plugin.Unified.md
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.md
src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/StellaOps.Scanner.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.md
src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/StellaOps.Scanner.Worker docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.md
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks.md
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks.md
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks.md
src/Scanner/__Benchmarks/StellaOps.Scanner.Gate.Benchmarks/StellaOps.Scanner.Gate.Benchmarks.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Benchmarks/StellaOps.Scanner.Gate.Benchmarks/StellaOps.Scanner.Gate.Benchmarks.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Benchmarks/StellaOps.Scanner.Gate.Benchmarks docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Benchmarks/StellaOps.Scanner.Gate.Benchmarks/StellaOps.Scanner.Gate.Benchmarks.md
src/Scanner/__Benchmarks/StellaOps.Scanner.Storage.Epss.Perf/StellaOps.Scanner.Storage.Epss.Perf.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Benchmarks/StellaOps.Scanner.Storage.Epss.Perf/StellaOps.Scanner.Storage.Epss.Perf.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Benchmarks/StellaOps.Scanner.Storage.Epss.Perf docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Benchmarks/StellaOps.Scanner.Storage.Epss.Perf/StellaOps.Scanner.Storage.Epss.Perf.md
src/Scanner/__Libraries/StellaOps.Scanner.Advisory/StellaOps.Scanner.Advisory.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Advisory/StellaOps.Scanner.Advisory.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Advisory docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Advisory/StellaOps.Scanner.Advisory.md
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk/StellaOps.Scanner.Analyzers.OS.Apk.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk/StellaOps.Scanner.Analyzers.OS.Apk.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk/StellaOps.Scanner.Analyzers.OS.Apk.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg/StellaOps.Scanner.Analyzers.OS.Dpkg.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg/StellaOps.Scanner.Analyzers.OS.Dpkg.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg/StellaOps.Scanner.Analyzers.OS.Dpkg.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew/StellaOps.Scanner.Analyzers.OS.Homebrew.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew/StellaOps.Scanner.Analyzers.OS.Homebrew.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew/StellaOps.Scanner.Analyzers.OS.Homebrew.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/StellaOps.Scanner.Analyzers.OS.MacOsBundle.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/StellaOps.Scanner.Analyzers.OS.MacOsBundle.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/StellaOps.Scanner.Analyzers.OS.MacOsBundle.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/StellaOps.Scanner.Analyzers.OS.Pkgutil.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/StellaOps.Scanner.Analyzers.OS.Pkgutil.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/StellaOps.Scanner.Analyzers.OS.Pkgutil.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/StellaOps.Scanner.Analyzers.OS.Windows.Msi.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/StellaOps.Scanner.Analyzers.OS.Windows.Msi.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/StellaOps.Scanner.Analyzers.OS.Windows.Msi.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.md
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.md
src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Benchmark docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.md
src/Scanner/__Libraries/StellaOps.Scanner.Benchmarks/StellaOps.Scanner.Benchmarks.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Benchmarks/StellaOps.Scanner.Benchmarks.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Benchmarks docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Benchmarks/StellaOps.Scanner.Benchmarks.md
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.md
src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Cache docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.md
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.CallGraph docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.md
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.md
src/Scanner/__Libraries/StellaOps.Scanner.Contracts/StellaOps.Scanner.Contracts.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Contracts/StellaOps.Scanner.Contracts.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Contracts docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Contracts/StellaOps.Scanner.Contracts.md
src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.md
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.md
src/Scanner/__Libraries/StellaOps.Scanner.Delta/StellaOps.Scanner.Delta.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Delta/StellaOps.Scanner.Delta.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Delta docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Delta/StellaOps.Scanner.Delta.md
src/Scanner/__Libraries/StellaOps.Scanner.Diff/StellaOps.Scanner.Diff.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Diff/StellaOps.Scanner.Diff.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Diff docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Diff/StellaOps.Scanner.Diff.md
src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Emit docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.md
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.md
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Evidence docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.md
src/Scanner/__Libraries/StellaOps.Scanner.Explainability/StellaOps.Scanner.Explainability.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Explainability/StellaOps.Scanner.Explainability.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Explainability docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Explainability/StellaOps.Scanner.Explainability.md
src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Gate docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.md
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Manifest docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.md
src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/StellaOps.Scanner.MaterialChanges.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/StellaOps.Scanner.MaterialChanges.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/StellaOps.Scanner.MaterialChanges.md
src/Scanner/__Libraries/StellaOps.Scanner.Orchestration/StellaOps.Scanner.Orchestration.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Orchestration/StellaOps.Scanner.Orchestration.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Orchestration docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Orchestration/StellaOps.Scanner.Orchestration.md
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.md
src/Scanner/__Libraries/StellaOps.Scanner.ProofIntegration/StellaOps.Scanner.ProofIntegration.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.ProofIntegration/StellaOps.Scanner.ProofIntegration.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.ProofIntegration docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.ProofIntegration/StellaOps.Scanner.ProofIntegration.md
src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.md
src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Queue docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.md
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Reachability docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.md
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.md
src/Scanner/__Libraries/StellaOps.Scanner.Registry/StellaOps.Scanner.Registry.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Registry/StellaOps.Scanner.Registry.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Registry docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Registry/StellaOps.Scanner.Registry.md
src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/StellaOps.Scanner.Sarif.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/StellaOps.Scanner.Sarif.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/StellaOps.Scanner.Sarif.Tests.md
src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Sarif docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.md
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.md
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.md
src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Sources docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.md
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.md
src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Storage docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.md
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.md
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.md
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.md
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.md
src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Surface docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.md
src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Triage docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.md
src/Scanner/__Libraries/StellaOps.Scanner.Validation/StellaOps.Scanner.Validation.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.Validation/StellaOps.Scanner.Validation.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.Validation docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Validation/StellaOps.Scanner.Validation.md
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/StellaOps.Scanner.VulnSurfaces.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/StellaOps.Scanner.VulnSurfaces.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/StellaOps.Scanner.VulnSurfaces.Tests.md
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.md
src/Scanner/__Tests/StellaOps.Scanner.Advisory.Tests/StellaOps.Scanner.Advisory.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Advisory.Tests/StellaOps.Scanner.Advisory.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Advisory.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Advisory.Tests/StellaOps.Scanner.Advisory.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/StellaOps.Scanner.Analyzers.OS.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/StellaOps.Scanner.Analyzers.OS.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/StellaOps.Scanner.Analyzers.OS.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests 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
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests 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
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests 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
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Benchmarks.Tests/StellaOps.Scanner.Benchmarks.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Benchmarks.Tests/StellaOps.Scanner.Benchmarks.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Benchmarks.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Benchmarks.Tests/StellaOps.Scanner.Benchmarks.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Cache.Tests/StellaOps.Scanner.Cache.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Cache.Tests/StellaOps.Scanner.Cache.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Cache.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Cache.Tests/StellaOps.Scanner.Cache.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/StellaOps.Scanner.ChangeTrace.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/StellaOps.Scanner.ChangeTrace.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/StellaOps.Scanner.ChangeTrace.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.ConfigDiff.Tests/StellaOps.Scanner.ConfigDiff.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.ConfigDiff.Tests/StellaOps.Scanner.ConfigDiff.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.ConfigDiff.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.ConfigDiff.Tests/StellaOps.Scanner.ConfigDiff.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Contracts.Tests/StellaOps.Scanner.Contracts.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Contracts.Tests/StellaOps.Scanner.Contracts.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Contracts.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Contracts.Tests/StellaOps.Scanner.Contracts.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Diff.Tests/StellaOps.Scanner.Diff.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Diff.Tests/StellaOps.Scanner.Diff.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Diff.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Diff.Tests/StellaOps.Scanner.Diff.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Emit.Lineage.Tests/StellaOps.Scanner.Emit.Lineage.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Emit.Lineage.Tests/StellaOps.Scanner.Emit.Lineage.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Emit.Lineage.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Emit.Lineage.Tests/StellaOps.Scanner.Emit.Lineage.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/StellaOps.Scanner.Evidence.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/StellaOps.Scanner.Evidence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/StellaOps.Scanner.Evidence.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/StellaOps.Scanner.Explainability.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/StellaOps.Scanner.Explainability.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/StellaOps.Scanner.Explainability.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Integration.Tests/StellaOps.Scanner.Integration.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Integration.Tests/StellaOps.Scanner.Integration.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Integration.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Integration.Tests/StellaOps.Scanner.Integration.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.MaterialChanges.Tests/StellaOps.Scanner.MaterialChanges.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.MaterialChanges.Tests/StellaOps.Scanner.MaterialChanges.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.MaterialChanges.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.MaterialChanges.Tests/StellaOps.Scanner.MaterialChanges.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/StellaOps.Scanner.PatchVerification.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/StellaOps.Scanner.PatchVerification.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/StellaOps.Scanner.PatchVerification.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.ProofIntegration.Tests/StellaOps.Scanner.ProofIntegration.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.ProofIntegration.Tests/StellaOps.Scanner.ProofIntegration.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.ProofIntegration.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.ProofIntegration.Tests/StellaOps.Scanner.ProofIntegration.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.ProofSpine.Tests/StellaOps.Scanner.ProofSpine.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.ProofSpine.Tests/StellaOps.Scanner.ProofSpine.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.ProofSpine.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.ProofSpine.Tests/StellaOps.Scanner.ProofSpine.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Queue.Tests/StellaOps.Scanner.Queue.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Queue.Tests/StellaOps.Scanner.Queue.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Queue.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Queue.Tests/StellaOps.Scanner.Queue.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Stack.Tests/StellaOps.Scanner.Reachability.Stack.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Reachability.Stack.Tests/StellaOps.Scanner.Reachability.Stack.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Reachability.Stack.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Reachability.Stack.Tests/StellaOps.Scanner.Reachability.Stack.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/StellaOps.Scanner.ReachabilityDrift.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/StellaOps.Scanner.ReachabilityDrift.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/StellaOps.Scanner.ReachabilityDrift.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.SchemaEvolution.Tests/StellaOps.Scanner.SchemaEvolution.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.SchemaEvolution.Tests/StellaOps.Scanner.SchemaEvolution.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.SchemaEvolution.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.SchemaEvolution.Tests/StellaOps.Scanner.SchemaEvolution.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.ServiceSecurity.Tests/StellaOps.Scanner.ServiceSecurity.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.ServiceSecurity.Tests/StellaOps.Scanner.ServiceSecurity.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.ServiceSecurity.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.ServiceSecurity.Tests/StellaOps.Scanner.ServiceSecurity.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/StellaOps.Scanner.Sources.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/StellaOps.Scanner.Sources.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/StellaOps.Scanner.Sources.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/StellaOps.Scanner.Storage.Oci.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/StellaOps.Scanner.Storage.Oci.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/StellaOps.Scanner.Storage.Oci.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Surface.Env.Tests/StellaOps.Scanner.Surface.Env.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Surface.Env.Tests/StellaOps.Scanner.Surface.Env.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Surface.Env.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Surface.Env.Tests/StellaOps.Scanner.Surface.Env.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/StellaOps.Scanner.Surface.FS.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/StellaOps.Scanner.Surface.FS.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/StellaOps.Scanner.Surface.FS.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/StellaOps.Scanner.Surface.Secrets.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/StellaOps.Scanner.Surface.Secrets.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/StellaOps.Scanner.Surface.Secrets.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Surface.Tests/StellaOps.Scanner.Surface.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Surface.Tests/StellaOps.Scanner.Surface.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Surface.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Surface.Tests/StellaOps.Scanner.Surface.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Surface.Validation.Tests/StellaOps.Scanner.Surface.Validation.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Surface.Validation.Tests/StellaOps.Scanner.Surface.Validation.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Surface.Validation.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Surface.Validation.Tests/StellaOps.Scanner.Surface.Validation.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests/StellaOps.Scanner.Triage.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests/StellaOps.Scanner.Triage.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests/StellaOps.Scanner.Triage.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.md
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj Scanner docs/implplan/audits/csproj-standards/src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.md
src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/StellaOps.Scheduler.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.md
src/Scheduler/StellaOps.Scheduler.Worker.Host/StellaOps.Scheduler.Worker.Host.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/StellaOps.Scheduler.Worker.Host/StellaOps.Scheduler.Worker.Host.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/StellaOps.Scheduler.Worker.Host docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/StellaOps.Scheduler.Worker.Host/StellaOps.Scheduler.Worker.Host.md
src/Scheduler/Tools/Scheduler.Backfill/Scheduler.Backfill.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/Tools/Scheduler.Backfill/Scheduler.Backfill.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/Tools/Scheduler.Backfill docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/Tools/Scheduler.Backfill/Scheduler.Backfill.md
src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.md
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/__Libraries/StellaOps.Scheduler.Models docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.md
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.md
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/__Libraries/StellaOps.Scheduler.Queue docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.md
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/__Libraries/StellaOps.Scheduler.Worker docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.md
src/Scheduler/__Tests/StellaOps.Scheduler.Backfill.Tests/StellaOps.Scheduler.Backfill.Tests.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/__Tests/StellaOps.Scheduler.Backfill.Tests/StellaOps.Scheduler.Backfill.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/__Tests/StellaOps.Scheduler.Backfill.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.Backfill.Tests/StellaOps.Scheduler.Backfill.Tests.md
src/Scheduler/__Tests/StellaOps.Scheduler.ImpactIndex.Tests/StellaOps.Scheduler.ImpactIndex.Tests.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/__Tests/StellaOps.Scheduler.ImpactIndex.Tests/StellaOps.Scheduler.ImpactIndex.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/__Tests/StellaOps.Scheduler.ImpactIndex.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.ImpactIndex.Tests/StellaOps.Scheduler.ImpactIndex.Tests.md
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.md
src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.md
src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.md
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.md
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj Scheduler docs/implplan/audits/csproj-standards/src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.md
src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj Signals docs/implplan/audits/csproj-standards/src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.md docs/implplan/audits/csproj-standards/solid-review/src/Signals/StellaOps.Signals.RuntimeAgent docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.md
src/Signals/StellaOps.Signals.Scheduler/StellaOps.Signals.Scheduler.csproj Signals docs/implplan/audits/csproj-standards/src/Signals/StellaOps.Signals.Scheduler/StellaOps.Signals.Scheduler.md docs/implplan/audits/csproj-standards/solid-review/src/Signals/StellaOps.Signals.Scheduler docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/StellaOps.Signals.Scheduler/StellaOps.Signals.Scheduler.md
src/Signals/StellaOps.Signals/StellaOps.Signals.csproj Signals docs/implplan/audits/csproj-standards/src/Signals/StellaOps.Signals/StellaOps.Signals.md docs/implplan/audits/csproj-standards/solid-review/src/Signals/StellaOps.Signals docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/StellaOps.Signals/StellaOps.Signals.md
src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj Signals docs/implplan/audits/csproj-standards/src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.md docs/implplan/audits/csproj-standards/solid-review/src/Signals/__Libraries/StellaOps.Signals.Ebpf docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.md
src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj Signals docs/implplan/audits/csproj-standards/src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/Signals/__Libraries/StellaOps.Signals.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.md
src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.csproj Signals docs/implplan/audits/csproj-standards/src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.md
src/Signals/__Tests/StellaOps.Signals.Persistence.Tests/StellaOps.Signals.Persistence.Tests.csproj Signals docs/implplan/audits/csproj-standards/src/Signals/__Tests/StellaOps.Signals.Persistence.Tests/StellaOps.Signals.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Signals/__Tests/StellaOps.Signals.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/__Tests/StellaOps.Signals.Persistence.Tests/StellaOps.Signals.Persistence.Tests.md
src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/StellaOps.Signals.RuntimeAgent.Tests.csproj Signals docs/implplan/audits/csproj-standards/src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/StellaOps.Signals.RuntimeAgent.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/StellaOps.Signals.RuntimeAgent.Tests.md
src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj Signals docs/implplan/audits/csproj-standards/src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Signals/__Tests/StellaOps.Signals.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.md
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj Signer docs/implplan/audits/csproj-standards/src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Signer/StellaOps.Signer/StellaOps.Signer.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.md
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj Signer docs/implplan/audits/csproj-standards/src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.md docs/implplan/audits/csproj-standards/solid-review/src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure docs/implplan/audits/csproj-standards/remediation/checklists/src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.md
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj Signer docs/implplan/audits/csproj-standards/src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Signer/StellaOps.Signer/StellaOps.Signer.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.md
src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/StellaOps.Signer.WebService.csproj Signer docs/implplan/audits/csproj-standards/src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/StellaOps.Signer.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Signer/StellaOps.Signer/StellaOps.Signer.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/StellaOps.Signer.WebService.md
src/Signer/__Libraries/StellaOps.Signer.KeyManagement/StellaOps.Signer.KeyManagement.csproj Signer docs/implplan/audits/csproj-standards/src/Signer/__Libraries/StellaOps.Signer.KeyManagement/StellaOps.Signer.KeyManagement.md docs/implplan/audits/csproj-standards/solid-review/src/Signer/__Libraries/StellaOps.Signer.KeyManagement docs/implplan/audits/csproj-standards/remediation/checklists/src/Signer/__Libraries/StellaOps.Signer.KeyManagement/StellaOps.Signer.KeyManagement.md
src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj Signer docs/implplan/audits/csproj-standards/src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.md docs/implplan/audits/csproj-standards/solid-review/src/Signer/__Libraries/StellaOps.Signer.Keyless docs/implplan/audits/csproj-standards/remediation/checklists/src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.md
src/SmRemote/StellaOps.SmRemote.Service/StellaOps.SmRemote.Service.csproj SmRemote docs/implplan/audits/csproj-standards/src/SmRemote/StellaOps.SmRemote.Service/StellaOps.SmRemote.Service.md docs/implplan/audits/csproj-standards/solid-review/src/SmRemote/StellaOps.SmRemote.Service docs/implplan/audits/csproj-standards/remediation/checklists/src/SmRemote/StellaOps.SmRemote.Service/StellaOps.SmRemote.Service.md
src/Symbols/StellaOps.Symbols.Bundle/StellaOps.Symbols.Bundle.csproj Symbols docs/implplan/audits/csproj-standards/src/Symbols/StellaOps.Symbols.Bundle/StellaOps.Symbols.Bundle.md docs/implplan/audits/csproj-standards/solid-review/src/Symbols/StellaOps.Symbols.Bundle docs/implplan/audits/csproj-standards/remediation/checklists/src/Symbols/StellaOps.Symbols.Bundle/StellaOps.Symbols.Bundle.md
src/Symbols/StellaOps.Symbols.Client/StellaOps.Symbols.Client.csproj Symbols docs/implplan/audits/csproj-standards/src/Symbols/StellaOps.Symbols.Client/StellaOps.Symbols.Client.md docs/implplan/audits/csproj-standards/solid-review/src/Symbols/StellaOps.Symbols.Client docs/implplan/audits/csproj-standards/remediation/checklists/src/Symbols/StellaOps.Symbols.Client/StellaOps.Symbols.Client.md
src/Symbols/StellaOps.Symbols.Core/StellaOps.Symbols.Core.csproj Symbols docs/implplan/audits/csproj-standards/src/Symbols/StellaOps.Symbols.Core/StellaOps.Symbols.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Symbols/StellaOps.Symbols.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Symbols/StellaOps.Symbols.Core/StellaOps.Symbols.Core.md
src/Symbols/StellaOps.Symbols.Infrastructure/StellaOps.Symbols.Infrastructure.csproj Symbols docs/implplan/audits/csproj-standards/src/Symbols/StellaOps.Symbols.Infrastructure/StellaOps.Symbols.Infrastructure.md docs/implplan/audits/csproj-standards/solid-review/src/Symbols/StellaOps.Symbols.Infrastructure docs/implplan/audits/csproj-standards/remediation/checklists/src/Symbols/StellaOps.Symbols.Infrastructure/StellaOps.Symbols.Infrastructure.md
src/Symbols/StellaOps.Symbols.Server/StellaOps.Symbols.Server.csproj Symbols docs/implplan/audits/csproj-standards/src/Symbols/StellaOps.Symbols.Server/StellaOps.Symbols.Server.md docs/implplan/audits/csproj-standards/solid-review/src/Symbols/StellaOps.Symbols.Server docs/implplan/audits/csproj-standards/remediation/checklists/src/Symbols/StellaOps.Symbols.Server/StellaOps.Symbols.Server.md
src/Symbols/__Tests/StellaOps.Symbols.Tests/StellaOps.Symbols.Tests.csproj Symbols docs/implplan/audits/csproj-standards/src/Symbols/__Tests/StellaOps.Symbols.Tests/StellaOps.Symbols.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Symbols/__Tests/StellaOps.Symbols.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Symbols/__Tests/StellaOps.Symbols.Tests/StellaOps.Symbols.Tests.md
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/StellaOps.TaskRunner.Client.csproj TaskRunner docs/implplan/audits/csproj-standards/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/StellaOps.TaskRunner.Client.md docs/implplan/audits/csproj-standards/solid-review/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/StellaOps.TaskRunner.Client.md
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj TaskRunner docs/implplan/audits/csproj-standards/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.md docs/implplan/audits/csproj-standards/solid-review/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.md
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj TaskRunner docs/implplan/audits/csproj-standards/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.md docs/implplan/audits/csproj-standards/solid-review/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.md
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj TaskRunner docs/implplan/audits/csproj-standards/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.md
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/StellaOps.TaskRunner.WebService.csproj TaskRunner docs/implplan/audits/csproj-standards/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/StellaOps.TaskRunner.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/StellaOps.TaskRunner.WebService.md
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Worker/StellaOps.TaskRunner.Worker.csproj TaskRunner docs/implplan/audits/csproj-standards/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Worker/StellaOps.TaskRunner.Worker.md docs/implplan/audits/csproj-standards/solid-review/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Worker docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Worker/StellaOps.TaskRunner.Worker.md
src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/StellaOps.TaskRunner.Persistence.csproj TaskRunner docs/implplan/audits/csproj-standards/src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/StellaOps.TaskRunner.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/StellaOps.TaskRunner.Persistence.md
src/TaskRunner/__Tests/StellaOps.TaskRunner.Persistence.Tests/StellaOps.TaskRunner.Persistence.Tests.csproj TaskRunner docs/implplan/audits/csproj-standards/src/TaskRunner/__Tests/StellaOps.TaskRunner.Persistence.Tests/StellaOps.TaskRunner.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/TaskRunner/__Tests/StellaOps.TaskRunner.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/TaskRunner/__Tests/StellaOps.TaskRunner.Persistence.Tests/StellaOps.TaskRunner.Persistence.Tests.md
src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.Tests/StellaOps.Telemetry.Analyzers.Tests.csproj Telemetry docs/implplan/audits/csproj-standards/src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.Tests/StellaOps.Telemetry.Analyzers.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.Tests/StellaOps.Telemetry.Analyzers.Tests.md
src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.csproj Telemetry docs/implplan/audits/csproj-standards/src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.md docs/implplan/audits/csproj-standards/solid-review/src/Telemetry/StellaOps.Telemetry.Analyzers docs/implplan/audits/csproj-standards/remediation/checklists/src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.md
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj Telemetry docs/implplan/audits/csproj-standards/src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.md
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj Telemetry docs/implplan/audits/csproj-standards/src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.md
src/Timeline/StellaOps.Timeline.WebService/StellaOps.Timeline.WebService.csproj Timeline docs/implplan/audits/csproj-standards/src/Timeline/StellaOps.Timeline.WebService/StellaOps.Timeline.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Timeline/StellaOps.Timeline.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Timeline/StellaOps.Timeline.WebService/StellaOps.Timeline.WebService.md
src/Timeline/__Libraries/StellaOps.Timeline.Core/StellaOps.Timeline.Core.csproj Timeline docs/implplan/audits/csproj-standards/src/Timeline/__Libraries/StellaOps.Timeline.Core/StellaOps.Timeline.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Timeline/__Libraries/StellaOps.Timeline.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Timeline/__Libraries/StellaOps.Timeline.Core/StellaOps.Timeline.Core.md
src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/StellaOps.Timeline.Core.Tests.csproj Timeline docs/implplan/audits/csproj-standards/src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/StellaOps.Timeline.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Timeline/__Tests/StellaOps.Timeline.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/StellaOps.Timeline.Core.Tests.md
src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.csproj Timeline docs/implplan/audits/csproj-standards/src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.md
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj TimelineIndexer docs/implplan/audits/csproj-standards/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.md docs/implplan/audits/csproj-standards/solid-review/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.md
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.csproj TimelineIndexer docs/implplan/audits/csproj-standards/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.md docs/implplan/audits/csproj-standards/solid-review/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure docs/implplan/audits/csproj-standards/remediation/checklists/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.md
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.csproj TimelineIndexer docs/implplan/audits/csproj-standards/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.md
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.WebService/StellaOps.TimelineIndexer.WebService.csproj TimelineIndexer docs/implplan/audits/csproj-standards/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.WebService/StellaOps.TimelineIndexer.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.WebService/StellaOps.TimelineIndexer.WebService.md
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Worker/StellaOps.TimelineIndexer.Worker.csproj TimelineIndexer docs/implplan/audits/csproj-standards/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Worker/StellaOps.TimelineIndexer.Worker.md docs/implplan/audits/csproj-standards/solid-review/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Worker docs/implplan/audits/csproj-standards/remediation/checklists/src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Worker/StellaOps.TimelineIndexer.Worker.md
src/Tools/FixtureUpdater/FixtureUpdater.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/FixtureUpdater/FixtureUpdater.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/FixtureUpdater docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/FixtureUpdater/FixtureUpdater.md
src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/GoldenPairs docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.md
src/Tools/LanguageAnalyzerSmoke/LanguageAnalyzerSmoke.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/LanguageAnalyzerSmoke/LanguageAnalyzerSmoke.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/LanguageAnalyzerSmoke docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/LanguageAnalyzerSmoke/LanguageAnalyzerSmoke.md
src/Tools/NotifySmokeCheck/NotifySmokeCheck.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/NotifySmokeCheck/NotifySmokeCheck.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/NotifySmokeCheck docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/NotifySmokeCheck/NotifySmokeCheck.md
src/Tools/PolicyDslValidator/PolicyDslValidator.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/PolicyDslValidator/PolicyDslValidator.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/PolicyDslValidator docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/PolicyDslValidator/PolicyDslValidator.md
src/Tools/PolicySchemaExporter/PolicySchemaExporter.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/PolicySchemaExporter/PolicySchemaExporter.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/PolicySchemaExporter docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/PolicySchemaExporter/PolicySchemaExporter.md
src/Tools/PolicySimulationSmoke/PolicySimulationSmoke.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/PolicySimulationSmoke/PolicySimulationSmoke.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/PolicySimulationSmoke docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/PolicySimulationSmoke/PolicySimulationSmoke.md
src/Tools/RustFsMigrator/RustFsMigrator.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/RustFsMigrator/RustFsMigrator.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/RustFsMigrator docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/RustFsMigrator/RustFsMigrator.md
src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/StellaOps.Tools.WorkflowGenerator docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.md
src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/__Tests/FixtureUpdater.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.md
src/Tools/__Tests/LanguageAnalyzerSmoke.Tests/LanguageAnalyzerSmoke.Tests.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/__Tests/LanguageAnalyzerSmoke.Tests/LanguageAnalyzerSmoke.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/__Tests/LanguageAnalyzerSmoke.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/LanguageAnalyzerSmoke.Tests/LanguageAnalyzerSmoke.Tests.md
src/Tools/__Tests/NotifySmokeCheck.Tests/NotifySmokeCheck.Tests.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/__Tests/NotifySmokeCheck.Tests/NotifySmokeCheck.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/__Tests/NotifySmokeCheck.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/NotifySmokeCheck.Tests/NotifySmokeCheck.Tests.md
src/Tools/__Tests/PolicyDslValidator.Tests/PolicyDslValidator.Tests.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/__Tests/PolicyDslValidator.Tests/PolicyDslValidator.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/__Tests/PolicyDslValidator.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/PolicyDslValidator.Tests/PolicyDslValidator.Tests.md
src/Tools/__Tests/PolicySchemaExporter.Tests/PolicySchemaExporter.Tests.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/__Tests/PolicySchemaExporter.Tests/PolicySchemaExporter.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/__Tests/PolicySchemaExporter.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/PolicySchemaExporter.Tests/PolicySchemaExporter.Tests.md
src/Tools/__Tests/PolicySimulationSmoke.Tests/PolicySimulationSmoke.Tests.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/__Tests/PolicySimulationSmoke.Tests/PolicySimulationSmoke.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/__Tests/PolicySimulationSmoke.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/PolicySimulationSmoke.Tests/PolicySimulationSmoke.Tests.md
src/Tools/__Tests/RustFsMigrator.Tests/RustFsMigrator.Tests.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/__Tests/RustFsMigrator.Tests/RustFsMigrator.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/__Tests/RustFsMigrator.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/RustFsMigrator.Tests/RustFsMigrator.Tests.md
src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.md
src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/StellaOps.Tools.WorkflowGenerator.Tests.csproj Tools docs/implplan/audits/csproj-standards/src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/StellaOps.Tools.WorkflowGenerator.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/StellaOps.Tools.WorkflowGenerator.Tests.md
src/Unknowns/StellaOps.Unknowns.Services/StellaOps.Unknowns.Services.csproj Unknowns docs/implplan/audits/csproj-standards/src/Unknowns/StellaOps.Unknowns.Services/StellaOps.Unknowns.Services.md docs/implplan/audits/csproj-standards/solid-review/src/Unknowns/StellaOps.Unknowns.Services docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/StellaOps.Unknowns.Services/StellaOps.Unknowns.Services.md
src/Unknowns/StellaOps.Unknowns.WebService/StellaOps.Unknowns.WebService.csproj Unknowns docs/implplan/audits/csproj-standards/src/Unknowns/StellaOps.Unknowns.WebService/StellaOps.Unknowns.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/Unknowns/StellaOps.Unknowns.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/StellaOps.Unknowns.WebService/StellaOps.Unknowns.WebService.md
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj Unknowns docs/implplan/audits/csproj-standards/src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Unknowns/__Libraries/StellaOps.Unknowns.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.md
src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence.EfCore/StellaOps.Unknowns.Persistence.EfCore.csproj Unknowns docs/implplan/audits/csproj-standards/src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence.EfCore/StellaOps.Unknowns.Persistence.EfCore.md docs/implplan/audits/csproj-standards/solid-review/src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence.EfCore docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence.EfCore/StellaOps.Unknowns.Persistence.EfCore.md
src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/StellaOps.Unknowns.Persistence.csproj Unknowns docs/implplan/audits/csproj-standards/src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/StellaOps.Unknowns.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/StellaOps.Unknowns.Persistence.md
src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.csproj Unknowns docs/implplan/audits/csproj-standards/src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.md
src/Unknowns/__Tests/StellaOps.Unknowns.Persistence.Tests/StellaOps.Unknowns.Persistence.Tests.csproj Unknowns docs/implplan/audits/csproj-standards/src/Unknowns/__Tests/StellaOps.Unknowns.Persistence.Tests/StellaOps.Unknowns.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Unknowns/__Tests/StellaOps.Unknowns.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/__Tests/StellaOps.Unknowns.Persistence.Tests/StellaOps.Unknowns.Persistence.Tests.md
src/Unknowns/__Tests/StellaOps.Unknowns.WebService.Tests/StellaOps.Unknowns.WebService.Tests.csproj Unknowns docs/implplan/audits/csproj-standards/src/Unknowns/__Tests/StellaOps.Unknowns.WebService.Tests/StellaOps.Unknowns.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Unknowns/__Tests/StellaOps.Unknowns.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Unknowns/__Tests/StellaOps.Unknowns.WebService.Tests/StellaOps.Unknowns.WebService.Tests.md
src/Verifier/StellaOps.Verifier.csproj Verifier docs/implplan/audits/csproj-standards/src/Verifier/StellaOps.Verifier.md docs/implplan/audits/csproj-standards/solid-review/src/Verifier docs/implplan/audits/csproj-standards/remediation/checklists/src/Verifier/StellaOps.Verifier.md
src/Verifier/__Tests/StellaOps.Verifier.Tests/StellaOps.Verifier.Tests.csproj Verifier docs/implplan/audits/csproj-standards/src/Verifier/__Tests/StellaOps.Verifier.Tests/StellaOps.Verifier.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Verifier/__Tests/StellaOps.Verifier.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Verifier/__Tests/StellaOps.Verifier.Tests/StellaOps.Verifier.Tests.md
src/VexHub/StellaOps.VexHub.WebService/StellaOps.VexHub.WebService.csproj VexHub docs/implplan/audits/csproj-standards/src/VexHub/StellaOps.VexHub.WebService/StellaOps.VexHub.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/VexHub/StellaOps.VexHub.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/VexHub/StellaOps.VexHub.WebService/StellaOps.VexHub.WebService.md
src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj VexHub docs/implplan/audits/csproj-standards/src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.md docs/implplan/audits/csproj-standards/solid-review/src/VexHub/__Libraries/StellaOps.VexHub.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.md
src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.csproj VexHub docs/implplan/audits/csproj-standards/src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/VexHub/__Libraries/StellaOps.VexHub.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.md
src/VexHub/__Tests/StellaOps.VexHub.WebService.Tests/StellaOps.VexHub.WebService.Tests.csproj VexHub docs/implplan/audits/csproj-standards/src/VexHub/__Tests/StellaOps.VexHub.WebService.Tests/StellaOps.VexHub.WebService.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/VexHub/__Tests/StellaOps.VexHub.WebService.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/VexHub/__Tests/StellaOps.VexHub.WebService.Tests/StellaOps.VexHub.WebService.Tests.md
src/VexLens/StellaOps.VexLens.Persistence/StellaOps.VexLens.Persistence.csproj VexLens docs/implplan/audits/csproj-standards/src/VexLens/StellaOps.VexLens.Persistence/StellaOps.VexLens.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/VexLens/StellaOps.VexLens.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/StellaOps.VexLens.Persistence/StellaOps.VexLens.Persistence.md
src/VexLens/StellaOps.VexLens.WebService/StellaOps.VexLens.WebService.csproj VexLens docs/implplan/audits/csproj-standards/src/VexLens/StellaOps.VexLens.WebService/StellaOps.VexLens.WebService.md docs/implplan/audits/csproj-standards/solid-review/src/VexLens/StellaOps.VexLens.WebService docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/StellaOps.VexLens.WebService/StellaOps.VexLens.WebService.md
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj VexLens docs/implplan/audits/csproj-standards/src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.md docs/implplan/audits/csproj-standards/solid-review/src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.md
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj VexLens docs/implplan/audits/csproj-standards/src/VexLens/StellaOps.VexLens/StellaOps.VexLens.md docs/implplan/audits/csproj-standards/solid-review/src/VexLens/StellaOps.VexLens docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/StellaOps.VexLens/StellaOps.VexLens.md
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/StellaOps.VexLens.Core.Tests.csproj VexLens docs/implplan/audits/csproj-standards/src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/StellaOps.VexLens.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/StellaOps.VexLens.Core.Tests.md
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj VexLens docs/implplan/audits/csproj-standards/src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.md
src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/StellaOps.VexLens.Spdx3.csproj VexLens docs/implplan/audits/csproj-standards/src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/StellaOps.VexLens.Spdx3.md docs/implplan/audits/csproj-standards/solid-review/src/VexLens/__Libraries/StellaOps.VexLens.Spdx3 docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/StellaOps.VexLens.Spdx3.md
src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/StellaOps.VexLens.Spdx3.Tests.csproj VexLens docs/implplan/audits/csproj-standards/src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/StellaOps.VexLens.Spdx3.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/StellaOps.VexLens.Spdx3.Tests.md
src/VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj VexLens docs/implplan/audits/csproj-standards/src/VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/VexLens/__Tests/StellaOps.VexLens.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.md
src/VulnExplorer/StellaOps.VulnExplorer.Api/StellaOps.VulnExplorer.Api.csproj VulnExplorer docs/implplan/audits/csproj-standards/src/VulnExplorer/StellaOps.VulnExplorer.Api/StellaOps.VulnExplorer.Api.md docs/implplan/audits/csproj-standards/solid-review/src/VulnExplorer/StellaOps.VulnExplorer.Api docs/implplan/audits/csproj-standards/remediation/checklists/src/VulnExplorer/StellaOps.VulnExplorer.Api/StellaOps.VulnExplorer.Api.md
src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.csproj Zastava docs/implplan/audits/csproj-standards/src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.md docs/implplan/audits/csproj-standards/solid-review/src/Zastava/StellaOps.Zastava.Agent docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.md
src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj Zastava docs/implplan/audits/csproj-standards/src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.md docs/implplan/audits/csproj-standards/solid-review/src/Zastava/StellaOps.Zastava.Observer docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.md
src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj Zastava docs/implplan/audits/csproj-standards/src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.md docs/implplan/audits/csproj-standards/solid-review/src/Zastava/StellaOps.Zastava.Webhook docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.md
src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj Zastava docs/implplan/audits/csproj-standards/src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.md docs/implplan/audits/csproj-standards/solid-review/src/Zastava/__Libraries/StellaOps.Zastava.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.md
src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/StellaOps.Zastava.Core.Tests.csproj Zastava docs/implplan/audits/csproj-standards/src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/StellaOps.Zastava.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Zastava/__Tests/StellaOps.Zastava.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/StellaOps.Zastava.Core.Tests.md
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj Zastava docs/implplan/audits/csproj-standards/src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.md
src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.csproj Zastava docs/implplan/audits/csproj-standards/src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.md
src/__Analyzers/StellaOps.Determinism.Analyzers.Tests/StellaOps.Determinism.Analyzers.Tests.csproj __Analyzers docs/implplan/audits/csproj-standards/src/__Analyzers/StellaOps.Determinism.Analyzers.Tests/StellaOps.Determinism.Analyzers.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Analyzers/StellaOps.Determinism.Analyzers.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Analyzers/StellaOps.Determinism.Analyzers.Tests/StellaOps.Determinism.Analyzers.Tests.md
src/__Analyzers/StellaOps.Determinism.Analyzers/StellaOps.Determinism.Analyzers.csproj __Analyzers docs/implplan/audits/csproj-standards/src/__Analyzers/StellaOps.Determinism.Analyzers/StellaOps.Determinism.Analyzers.md docs/implplan/audits/csproj-standards/solid-review/src/__Analyzers/StellaOps.Determinism.Analyzers docs/implplan/audits/csproj-standards/remediation/checklists/src/__Analyzers/StellaOps.Determinism.Analyzers/StellaOps.Determinism.Analyzers.md
src/__Analyzers/StellaOps.TestKit.Analyzers.Tests/StellaOps.TestKit.Analyzers.Tests.csproj __Analyzers docs/implplan/audits/csproj-standards/src/__Analyzers/StellaOps.TestKit.Analyzers.Tests/StellaOps.TestKit.Analyzers.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Analyzers/StellaOps.TestKit.Analyzers.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Analyzers/StellaOps.TestKit.Analyzers.Tests/StellaOps.TestKit.Analyzers.Tests.md
src/__Analyzers/StellaOps.TestKit.Analyzers/StellaOps.TestKit.Analyzers.csproj __Analyzers docs/implplan/audits/csproj-standards/src/__Analyzers/StellaOps.TestKit.Analyzers/StellaOps.TestKit.Analyzers.md docs/implplan/audits/csproj-standards/solid-review/src/__Analyzers/StellaOps.TestKit.Analyzers docs/implplan/audits/csproj-standards/remediation/checklists/src/__Analyzers/StellaOps.TestKit.Analyzers/StellaOps.TestKit.Analyzers.md
src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.AdvisoryAI.Attestation docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.md
src/__Libraries/StellaOps.Artifact.Core.Tests/StellaOps.Artifact.Core.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Artifact.Core.Tests/StellaOps.Artifact.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Artifact.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Artifact.Core.Tests/StellaOps.Artifact.Core.Tests.md
src/__Libraries/StellaOps.Artifact.Core/StellaOps.Artifact.Core.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Artifact.Core/StellaOps.Artifact.Core.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Artifact.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Artifact.Core/StellaOps.Artifact.Core.md
src/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Artifact.Infrastructure docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.md
src/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Audit.ReplayToken docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.md
src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.AuditPack docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.md
src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Auth.Security docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.md
src/__Libraries/StellaOps.Canonical.Json.Tests/StellaOps.Canonical.Json.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Canonical.Json.Tests/StellaOps.Canonical.Json.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Canonical.Json.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Canonical.Json.Tests/StellaOps.Canonical.Json.Tests.md
src/__Libraries/StellaOps.Canonical.Json/StellaOps.Canonical.Json.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Canonical.Json/StellaOps.Canonical.Json.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Canonical.Json docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Canonical.Json/StellaOps.Canonical.Json.md
src/__Libraries/StellaOps.Canonicalization/StellaOps.Canonicalization.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Canonicalization/StellaOps.Canonicalization.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Canonicalization docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Canonicalization/StellaOps.Canonicalization.md
src/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Configuration.SettingsStore docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.md
src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Configuration docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.md
src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.md
src/__Libraries/StellaOps.Cryptography.CertificateStatus/StellaOps.Cryptography.CertificateStatus.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.CertificateStatus/StellaOps.Cryptography.CertificateStatus.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.CertificateStatus docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.CertificateStatus/StellaOps.Cryptography.CertificateStatus.md
src/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.DependencyInjection docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.md
src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Kms docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.md
src/__Libraries/StellaOps.Cryptography.Plugin.BouncyCastle/StellaOps.Cryptography.Plugin.BouncyCastle.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.BouncyCastle/StellaOps.Cryptography.Plugin.BouncyCastle.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.BouncyCastle docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.BouncyCastle/StellaOps.Cryptography.Plugin.BouncyCastle.md
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.md
src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS.Tests/StellaOps.Cryptography.Plugin.EIDAS.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS.Tests/StellaOps.Cryptography.Plugin.EIDAS.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS.Tests/StellaOps.Cryptography.Plugin.EIDAS.Tests.md
src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/StellaOps.Cryptography.Plugin.EIDAS.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/StellaOps.Cryptography.Plugin.EIDAS.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/StellaOps.Cryptography.Plugin.EIDAS.md
src/__Libraries/StellaOps.Cryptography.Plugin.OfflineVerification/StellaOps.Cryptography.Plugin.OfflineVerification.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.OfflineVerification/StellaOps.Cryptography.Plugin.OfflineVerification.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.OfflineVerification docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.OfflineVerification/StellaOps.Cryptography.Plugin.OfflineVerification.md
src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/StellaOps.Cryptography.Plugin.OpenSslGost.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/StellaOps.Cryptography.Plugin.OpenSslGost.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/StellaOps.Cryptography.Plugin.OpenSslGost.md
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.md
src/__Libraries/StellaOps.Cryptography.Plugin.PqSoft/StellaOps.Cryptography.Plugin.PqSoft.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.PqSoft/StellaOps.Cryptography.Plugin.PqSoft.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.PqSoft docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.PqSoft/StellaOps.Cryptography.Plugin.PqSoft.md
src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/StellaOps.Cryptography.Plugin.SimRemote.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/StellaOps.Cryptography.Plugin.SimRemote.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/StellaOps.Cryptography.Plugin.SimRemote.md
src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote.Tests/StellaOps.Cryptography.Plugin.SmRemote.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote.Tests/StellaOps.Cryptography.Plugin.SmRemote.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote.Tests/StellaOps.Cryptography.Plugin.SmRemote.Tests.md
src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/StellaOps.Cryptography.Plugin.SmRemote.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/StellaOps.Cryptography.Plugin.SmRemote.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/StellaOps.Cryptography.Plugin.SmRemote.md
src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft.Tests/StellaOps.Cryptography.Plugin.SmSoft.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft.Tests/StellaOps.Cryptography.Plugin.SmSoft.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft.Tests/StellaOps.Cryptography.Plugin.SmSoft.Tests.md
src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/StellaOps.Cryptography.Plugin.SmSoft.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/StellaOps.Cryptography.Plugin.SmSoft.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/StellaOps.Cryptography.Plugin.SmSoft.md
src/__Libraries/StellaOps.Cryptography.Plugin.WineCsp/StellaOps.Cryptography.Plugin.WineCsp.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Plugin.WineCsp/StellaOps.Cryptography.Plugin.WineCsp.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Plugin.WineCsp docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Plugin.WineCsp/StellaOps.Cryptography.Plugin.WineCsp.md
src/__Libraries/StellaOps.Cryptography.PluginLoader.Tests/StellaOps.Cryptography.PluginLoader.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.PluginLoader.Tests/StellaOps.Cryptography.PluginLoader.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.PluginLoader.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.PluginLoader.Tests/StellaOps.Cryptography.PluginLoader.Tests.md
src/__Libraries/StellaOps.Cryptography.PluginLoader/StellaOps.Cryptography.PluginLoader.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.PluginLoader/StellaOps.Cryptography.PluginLoader.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.PluginLoader docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.PluginLoader/StellaOps.Cryptography.PluginLoader.md
src/__Libraries/StellaOps.Cryptography.Providers.OfflineVerification/StellaOps.Cryptography.Providers.OfflineVerification.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Providers.OfflineVerification/StellaOps.Cryptography.Providers.OfflineVerification.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Providers.OfflineVerification docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Providers.OfflineVerification/StellaOps.Cryptography.Providers.OfflineVerification.md
src/__Libraries/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.md
src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Cryptography docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.md
src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.DeltaVerdict docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.md
src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.md
src/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.DependencyInjection docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.md
src/__Libraries/StellaOps.Determinism.Abstractions/StellaOps.Determinism.Abstractions.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Determinism.Abstractions/StellaOps.Determinism.Abstractions.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Determinism.Abstractions docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Determinism.Abstractions/StellaOps.Determinism.Abstractions.md
src/__Libraries/StellaOps.DistroIntel/StellaOps.DistroIntel.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.DistroIntel/StellaOps.DistroIntel.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.DistroIntel docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.DistroIntel/StellaOps.DistroIntel.md
src/__Libraries/StellaOps.Doctor.Plugins.AI/StellaOps.Doctor.Plugins.AI.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.AI/StellaOps.Doctor.Plugins.AI.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.AI docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.AI/StellaOps.Doctor.Plugins.AI.md
src/__Libraries/StellaOps.Doctor.Plugins.Attestation/StellaOps.Doctor.Plugins.Attestation.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.Attestation/StellaOps.Doctor.Plugins.Attestation.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.Attestation docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Attestation/StellaOps.Doctor.Plugins.Attestation.md
src/__Libraries/StellaOps.Doctor.Plugins.Authority/StellaOps.Doctor.Plugins.Authority.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.Authority/StellaOps.Doctor.Plugins.Authority.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.Authority docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Authority/StellaOps.Doctor.Plugins.Authority.md
src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.md
src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.Cryptography docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.md
src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.Database docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.md
src/__Libraries/StellaOps.Doctor.Plugins.Docker/StellaOps.Doctor.Plugins.Docker.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.Docker/StellaOps.Doctor.Plugins.Docker.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.Docker docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Docker/StellaOps.Doctor.Plugins.Docker.md
src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.Integration docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.md
src/__Libraries/StellaOps.Doctor.Plugins.Notify/StellaOps.Doctor.Plugins.Notify.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.Notify/StellaOps.Doctor.Plugins.Notify.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.Notify docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Notify/StellaOps.Doctor.Plugins.Notify.md
src/__Libraries/StellaOps.Doctor.Plugins.Observability/StellaOps.Doctor.Plugins.Observability.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.Observability/StellaOps.Doctor.Plugins.Observability.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.Observability docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Observability/StellaOps.Doctor.Plugins.Observability.md
src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.Security docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.md
src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/StellaOps.Doctor.Plugins.ServiceGraph.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/StellaOps.Doctor.Plugins.ServiceGraph.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/StellaOps.Doctor.Plugins.ServiceGraph.md
src/__Libraries/StellaOps.Doctor.Plugins.Sources/StellaOps.Doctor.Plugins.Sources.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.Sources/StellaOps.Doctor.Plugins.Sources.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.Sources docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Sources/StellaOps.Doctor.Plugins.Sources.md
src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor.Plugins.Verification docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.md
src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Doctor docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.md
src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Eventing docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.md
src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Evidence.Bundle docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.md
src/__Libraries/StellaOps.Evidence.Core.Tests/StellaOps.Evidence.Core.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Evidence.Core.Tests/StellaOps.Evidence.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Evidence.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Evidence.Core.Tests/StellaOps.Evidence.Core.Tests.md
src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Evidence.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.md
src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Evidence.Pack docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.md
src/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Evidence.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.md
src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Evidence docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.md
src/__Libraries/StellaOps.Facet.Tests/StellaOps.Facet.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Facet.Tests/StellaOps.Facet.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Facet.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Facet.Tests/StellaOps.Facet.Tests.md
src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Facet/StellaOps.Facet.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Facet docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Facet/StellaOps.Facet.md
src/__Libraries/StellaOps.FeatureFlags.Tests/StellaOps.FeatureFlags.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.FeatureFlags.Tests/StellaOps.FeatureFlags.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.FeatureFlags.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.FeatureFlags.Tests/StellaOps.FeatureFlags.Tests.md
src/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.FeatureFlags docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.md
src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/StellaOps.HybridLogicalClock.Benchmarks.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/StellaOps.HybridLogicalClock.Benchmarks.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/StellaOps.HybridLogicalClock.Benchmarks.md
src/__Libraries/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.HybridLogicalClock.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.md
src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.HybridLogicalClock docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.md
src/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Infrastructure.EfCore docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.md
src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Infrastructure.Postgres docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.md
src/__Libraries/StellaOps.Ingestion.Telemetry/StellaOps.Ingestion.Telemetry.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Ingestion.Telemetry/StellaOps.Ingestion.Telemetry.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Ingestion.Telemetry docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Ingestion.Telemetry/StellaOps.Ingestion.Telemetry.md
src/__Libraries/StellaOps.Interop/StellaOps.Interop.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Interop/StellaOps.Interop.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Interop docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Interop/StellaOps.Interop.md
src/__Libraries/StellaOps.IssuerDirectory.Client/StellaOps.IssuerDirectory.Client.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.IssuerDirectory.Client/StellaOps.IssuerDirectory.Client.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.IssuerDirectory.Client docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.IssuerDirectory.Client/StellaOps.IssuerDirectory.Client.md
src/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Metrics/StellaOps.Metrics.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Metrics docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Metrics/StellaOps.Metrics.md
src/__Libraries/StellaOps.Orchestrator.Schemas/StellaOps.Orchestrator.Schemas.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Orchestrator.Schemas/StellaOps.Orchestrator.Schemas.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Orchestrator.Schemas docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Orchestrator.Schemas/StellaOps.Orchestrator.Schemas.md
src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Plugin docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.md
src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Policy.Tools docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.md
src/__Libraries/StellaOps.PolicyAuthoritySignals.Contracts/StellaOps.PolicyAuthoritySignals.Contracts.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.PolicyAuthoritySignals.Contracts/StellaOps.PolicyAuthoritySignals.Contracts.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.PolicyAuthoritySignals.Contracts docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.PolicyAuthoritySignals.Contracts/StellaOps.PolicyAuthoritySignals.Contracts.md
src/__Libraries/StellaOps.Provcache.Api/StellaOps.Provcache.Api.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Provcache.Api/StellaOps.Provcache.Api.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Provcache.Api docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Provcache.Api/StellaOps.Provcache.Api.md
src/__Libraries/StellaOps.Provcache.Postgres/StellaOps.Provcache.Postgres.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Provcache.Postgres/StellaOps.Provcache.Postgres.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Provcache.Postgres docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Provcache.Postgres/StellaOps.Provcache.Postgres.md
src/__Libraries/StellaOps.Provcache.Valkey/StellaOps.Provcache.Valkey.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Provcache.Valkey/StellaOps.Provcache.Valkey.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Provcache.Valkey docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Provcache.Valkey/StellaOps.Provcache.Valkey.md
src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Provcache docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.md
src/__Libraries/StellaOps.Provenance/StellaOps.Provenance.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Provenance/StellaOps.Provenance.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Provenance docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Provenance/StellaOps.Provenance.md
src/__Libraries/StellaOps.ReachGraph.Cache/StellaOps.ReachGraph.Cache.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.ReachGraph.Cache/StellaOps.ReachGraph.Cache.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.ReachGraph.Cache docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.ReachGraph.Cache/StellaOps.ReachGraph.Cache.md
src/__Libraries/StellaOps.ReachGraph.Persistence/StellaOps.ReachGraph.Persistence.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.ReachGraph.Persistence/StellaOps.ReachGraph.Persistence.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.ReachGraph.Persistence docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.ReachGraph.Persistence/StellaOps.ReachGraph.Persistence.md
src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.ReachGraph docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.md
src/__Libraries/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Reachability.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.md
src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Reachability.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.md
src/__Libraries/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Replay.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.md
src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Replay.Core docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.md
src/__Libraries/StellaOps.Replay/StellaOps.Replay.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Replay/StellaOps.Replay.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Replay docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Replay/StellaOps.Replay.md
src/__Libraries/StellaOps.Resolver.Tests/StellaOps.Resolver.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Resolver.Tests/StellaOps.Resolver.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Resolver.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Resolver.Tests/StellaOps.Resolver.Tests.md
src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Resolver docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.md
src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Signals.Contracts docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.md
src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Spdx3 docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.md
src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.TestKit docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.md
src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.Verdict docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.md
src/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/StellaOps.VersionComparison docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.md
src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/StellaOps.AdvisoryAI.Attestation.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/StellaOps.AdvisoryAI.Attestation.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/StellaOps.AdvisoryAI.Attestation.Tests.md
src/__Libraries/__Tests/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.AuditPack.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.md
src/__Libraries/__Tests/StellaOps.Auth.Security.Tests/StellaOps.Auth.Security.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Auth.Security.Tests/StellaOps.Auth.Security.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Auth.Security.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Auth.Security.Tests/StellaOps.Auth.Security.Tests.md
src/__Libraries/__Tests/StellaOps.Canonicalization.Tests/StellaOps.Canonicalization.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Canonicalization.Tests/StellaOps.Canonicalization.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Canonicalization.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Canonicalization.Tests/StellaOps.Canonicalization.Tests.md
src/__Libraries/__Tests/StellaOps.Configuration.Tests/StellaOps.Configuration.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Configuration.Tests/StellaOps.Configuration.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Configuration.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Configuration.Tests/StellaOps.Configuration.Tests.md
src/__Libraries/__Tests/StellaOps.Cryptography.Kms.Tests/StellaOps.Cryptography.Kms.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Cryptography.Kms.Tests/StellaOps.Cryptography.Kms.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Cryptography.Kms.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Cryptography.Kms.Tests/StellaOps.Cryptography.Kms.Tests.md
src/__Libraries/__Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests.md
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Cryptography.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.md
src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.md
src/__Libraries/__Tests/StellaOps.DistroIntel.Tests/StellaOps.DistroIntel.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.DistroIntel.Tests/StellaOps.DistroIntel.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.DistroIntel.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.DistroIntel.Tests/StellaOps.DistroIntel.Tests.md
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.AI.Tests/StellaOps.Doctor.Plugins.AI.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.AI.Tests/StellaOps.Doctor.Plugins.AI.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.AI.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.AI.Tests/StellaOps.Doctor.Plugins.AI.Tests.md
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/StellaOps.Doctor.Plugins.Authority.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/StellaOps.Doctor.Plugins.Authority.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/StellaOps.Doctor.Plugins.Authority.Tests.md
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Core.Tests/StellaOps.Doctor.Plugins.Core.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Core.Tests/StellaOps.Doctor.Plugins.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Core.Tests/StellaOps.Doctor.Plugins.Core.Tests.md
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Cryptography.Tests/StellaOps.Doctor.Plugins.Cryptography.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Cryptography.Tests/StellaOps.Doctor.Plugins.Cryptography.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Cryptography.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Cryptography.Tests/StellaOps.Doctor.Plugins.Cryptography.Tests.md
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Database.Tests/StellaOps.Doctor.Plugins.Database.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Database.Tests/StellaOps.Doctor.Plugins.Database.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Database.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Database.Tests/StellaOps.Doctor.Plugins.Database.Tests.md
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Docker.Tests/StellaOps.Doctor.Plugins.Docker.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Docker.Tests/StellaOps.Doctor.Plugins.Docker.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Docker.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Docker.Tests/StellaOps.Doctor.Plugins.Docker.Tests.md
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Integration.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.md
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests/StellaOps.Doctor.Plugins.Notify.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests/StellaOps.Doctor.Plugins.Notify.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests/StellaOps.Doctor.Plugins.Notify.Tests.md
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Observability.Tests/StellaOps.Doctor.Plugins.Observability.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Observability.Tests/StellaOps.Doctor.Plugins.Observability.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Observability.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Observability.Tests/StellaOps.Doctor.Plugins.Observability.Tests.md
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Security.Tests/StellaOps.Doctor.Plugins.Security.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Security.Tests/StellaOps.Doctor.Plugins.Security.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Security.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Security.Tests/StellaOps.Doctor.Plugins.Security.Tests.md
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests.md
src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Doctor.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.md
src/__Libraries/__Tests/StellaOps.Eventing.Tests/StellaOps.Eventing.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Eventing.Tests/StellaOps.Eventing.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Eventing.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Eventing.Tests/StellaOps.Eventing.Tests.md
src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests/StellaOps.Evidence.Pack.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests/StellaOps.Evidence.Pack.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests/StellaOps.Evidence.Pack.Tests.md
src/__Libraries/__Tests/StellaOps.Evidence.Persistence.Tests/StellaOps.Evidence.Persistence.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Evidence.Persistence.Tests/StellaOps.Evidence.Persistence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Evidence.Persistence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Evidence.Persistence.Tests/StellaOps.Evidence.Persistence.Tests.md
src/__Libraries/__Tests/StellaOps.Evidence.Tests/StellaOps.Evidence.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Evidence.Tests/StellaOps.Evidence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Evidence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Evidence.Tests/StellaOps.Evidence.Tests.md
src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.md
src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests/StellaOps.Infrastructure.Postgres.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests/StellaOps.Infrastructure.Postgres.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests/StellaOps.Infrastructure.Postgres.Tests.md
src/__Libraries/__Tests/StellaOps.Metrics.Tests/StellaOps.Metrics.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Metrics.Tests/StellaOps.Metrics.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Metrics.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Metrics.Tests/StellaOps.Metrics.Tests.md
src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/StellaOps.Microservice.AspNetCore.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/StellaOps.Microservice.AspNetCore.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/StellaOps.Microservice.AspNetCore.Tests.md
src/__Libraries/__Tests/StellaOps.Orchestrator.Schemas.Tests/StellaOps.Orchestrator.Schemas.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Orchestrator.Schemas.Tests/StellaOps.Orchestrator.Schemas.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Orchestrator.Schemas.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Orchestrator.Schemas.Tests/StellaOps.Orchestrator.Schemas.Tests.md
src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Plugin.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.md
src/__Libraries/__Tests/StellaOps.Policy.Tools.Tests/StellaOps.Policy.Tools.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Policy.Tools.Tests/StellaOps.Policy.Tools.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Policy.Tools.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Policy.Tools.Tests/StellaOps.Policy.Tools.Tests.md
src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Provcache.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.md
src/__Libraries/__Tests/StellaOps.Provenance.Tests/StellaOps.Provenance.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Provenance.Tests/StellaOps.Provenance.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Provenance.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Provenance.Tests/StellaOps.Provenance.Tests.md
src/__Libraries/__Tests/StellaOps.ReachGraph.Tests/StellaOps.ReachGraph.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.ReachGraph.Tests/StellaOps.ReachGraph.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.ReachGraph.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.ReachGraph.Tests/StellaOps.ReachGraph.Tests.md
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.md
src/__Libraries/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Replay.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.md
src/__Libraries/__Tests/StellaOps.Replay.Tests/StellaOps.Replay.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Replay.Tests/StellaOps.Replay.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Replay.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Replay.Tests/StellaOps.Replay.Tests.md
src/__Libraries/__Tests/StellaOps.Signals.Contracts.Tests/StellaOps.Signals.Contracts.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Signals.Contracts.Tests/StellaOps.Signals.Contracts.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Signals.Contracts.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Signals.Contracts.Tests/StellaOps.Signals.Contracts.Tests.md
src/__Libraries/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Signals.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.md
src/__Libraries/__Tests/StellaOps.Spdx3.Tests/StellaOps.Spdx3.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Spdx3.Tests/StellaOps.Spdx3.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Spdx3.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Spdx3.Tests/StellaOps.Spdx3.Tests.md
src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.TestKit.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.md
src/__Libraries/__Tests/StellaOps.Testing.Determinism.Tests/StellaOps.Testing.Determinism.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Testing.Determinism.Tests/StellaOps.Testing.Determinism.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Testing.Determinism.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Testing.Determinism.Tests/StellaOps.Testing.Determinism.Tests.md
src/__Libraries/__Tests/StellaOps.Testing.Manifests.Tests/StellaOps.Testing.Manifests.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.Testing.Manifests.Tests/StellaOps.Testing.Manifests.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.Testing.Manifests.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.Testing.Manifests.Tests/StellaOps.Testing.Manifests.Tests.md
src/__Libraries/__Tests/StellaOps.VersionComparison.Tests/StellaOps.VersionComparison.Tests.csproj __Libraries docs/implplan/audits/csproj-standards/src/__Libraries/__Tests/StellaOps.VersionComparison.Tests/StellaOps.VersionComparison.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Libraries/__Tests/StellaOps.VersionComparison.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/__Tests/StellaOps.VersionComparison.Tests/StellaOps.VersionComparison.Tests.md
src/__Tests/Determinism/StellaOps.Tests.Determinism.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Determinism/StellaOps.Tests.Determinism.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Determinism docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Determinism/StellaOps.Tests.Determinism.md
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Graph/StellaOps.Graph.Indexer.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.md
src/__Tests/Integration/GoldenSetDiff/StellaOps.Integration.GoldenSetDiff.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Integration/GoldenSetDiff/StellaOps.Integration.GoldenSetDiff.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Integration/GoldenSetDiff docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/GoldenSetDiff/StellaOps.Integration.GoldenSetDiff.md
src/__Tests/Integration/StellaOps.Integration.AirGap/StellaOps.Integration.AirGap.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Integration/StellaOps.Integration.AirGap/StellaOps.Integration.AirGap.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Integration/StellaOps.Integration.AirGap docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.AirGap/StellaOps.Integration.AirGap.md
src/__Tests/Integration/StellaOps.Integration.ClockSkew/StellaOps.Integration.ClockSkew.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Integration/StellaOps.Integration.ClockSkew/StellaOps.Integration.ClockSkew.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Integration/StellaOps.Integration.ClockSkew docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.ClockSkew/StellaOps.Integration.ClockSkew.md
src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Integration/StellaOps.Integration.Determinism docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.md
src/__Tests/Integration/StellaOps.Integration.E2E/StellaOps.Integration.E2E.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Integration/StellaOps.Integration.E2E/StellaOps.Integration.E2E.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Integration/StellaOps.Integration.E2E docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.E2E/StellaOps.Integration.E2E.md
src/__Tests/Integration/StellaOps.Integration.HLC/StellaOps.Integration.HLC.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Integration/StellaOps.Integration.HLC/StellaOps.Integration.HLC.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Integration/StellaOps.Integration.HLC docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.HLC/StellaOps.Integration.HLC.md
src/__Tests/Integration/StellaOps.Integration.Immutability/StellaOps.Integration.Immutability.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Integration/StellaOps.Integration.Immutability/StellaOps.Integration.Immutability.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Integration/StellaOps.Integration.Immutability docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.Immutability/StellaOps.Integration.Immutability.md
src/__Tests/Integration/StellaOps.Integration.Performance/StellaOps.Integration.Performance.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Integration/StellaOps.Integration.Performance/StellaOps.Integration.Performance.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Integration/StellaOps.Integration.Performance docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.Performance/StellaOps.Integration.Performance.md
src/__Tests/Integration/StellaOps.Integration.Platform/StellaOps.Integration.Platform.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Integration/StellaOps.Integration.Platform/StellaOps.Integration.Platform.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Integration/StellaOps.Integration.Platform docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.Platform/StellaOps.Integration.Platform.md
src/__Tests/Integration/StellaOps.Integration.ProofChain/StellaOps.Integration.ProofChain.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Integration/StellaOps.Integration.ProofChain/StellaOps.Integration.ProofChain.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Integration/StellaOps.Integration.ProofChain docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.ProofChain/StellaOps.Integration.ProofChain.md
src/__Tests/Integration/StellaOps.Integration.Reachability/StellaOps.Integration.Reachability.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Integration/StellaOps.Integration.Reachability/StellaOps.Integration.Reachability.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Integration/StellaOps.Integration.Reachability docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.Reachability/StellaOps.Integration.Reachability.md
src/__Tests/Integration/StellaOps.Integration.Unknowns/StellaOps.Integration.Unknowns.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Integration/StellaOps.Integration.Unknowns/StellaOps.Integration.Unknowns.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Integration/StellaOps.Integration.Unknowns docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Integration/StellaOps.Integration.Unknowns/StellaOps.Integration.Unknowns.md
src/__Tests/StellaOps.Audit.ReplayToken.Tests/StellaOps.Audit.ReplayToken.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/StellaOps.Audit.ReplayToken.Tests/StellaOps.Audit.ReplayToken.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/StellaOps.Audit.ReplayToken.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/StellaOps.Audit.ReplayToken.Tests/StellaOps.Audit.ReplayToken.Tests.md
src/__Tests/StellaOps.Evidence.Bundle.Tests/StellaOps.Evidence.Bundle.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/StellaOps.Evidence.Bundle.Tests/StellaOps.Evidence.Bundle.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/StellaOps.Evidence.Bundle.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/StellaOps.Evidence.Bundle.Tests/StellaOps.Evidence.Bundle.Tests.md
src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/StellaOps.Microservice.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.md
src/__Tests/StellaOps.VulnExplorer.Api.Tests/StellaOps.VulnExplorer.Api.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/StellaOps.VulnExplorer.Api.Tests/StellaOps.VulnExplorer.Api.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/StellaOps.VulnExplorer.Api.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/StellaOps.VulnExplorer.Api.Tests/StellaOps.VulnExplorer.Api.Tests.md
src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Tools/FixtureHarvester docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.md
src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/Tools/FixtureHarvester/FixtureHarvester.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/Tools/FixtureHarvester docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/Tools/FixtureHarvester/FixtureHarvester.md
src/__Tests/__Benchmarks/AdvisoryAI/StellaOps.Bench.AdvisoryAI.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Benchmarks/AdvisoryAI/StellaOps.Bench.AdvisoryAI.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Benchmarks/AdvisoryAI docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Benchmarks/AdvisoryAI/StellaOps.Bench.AdvisoryAI.md
src/__Tests/__Benchmarks/binary-lookup/StellaOps.Bench.BinaryLookup.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Benchmarks/binary-lookup/StellaOps.Bench.BinaryLookup.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Benchmarks/binary-lookup docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Benchmarks/binary-lookup/StellaOps.Bench.BinaryLookup.md
src/__Tests/__Benchmarks/golden-set-diff/StellaOps.Bench.GoldenSetDiff.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Benchmarks/golden-set-diff/StellaOps.Bench.GoldenSetDiff.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Benchmarks/golden-set-diff docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Benchmarks/golden-set-diff/StellaOps.Bench.GoldenSetDiff.md
src/__Tests/__Benchmarks/proof-chain/StellaOps.Bench.ProofChain.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Benchmarks/proof-chain/StellaOps.Bench.ProofChain.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Benchmarks/proof-chain docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Benchmarks/proof-chain/StellaOps.Bench.ProofChain.md
src/__Tests/__Libraries/StellaOps.Concelier.Testing/StellaOps.Concelier.Testing.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Concelier.Testing/StellaOps.Concelier.Testing.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Concelier.Testing docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Concelier.Testing/StellaOps.Concelier.Testing.md
src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.md
src/__Tests/__Libraries/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Doctor.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.md
src/__Tests/__Libraries/StellaOps.Infrastructure.Postgres.Testing/StellaOps.Infrastructure.Postgres.Testing.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Infrastructure.Postgres.Testing/StellaOps.Infrastructure.Postgres.Testing.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Infrastructure.Postgres.Testing docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Infrastructure.Postgres.Testing/StellaOps.Infrastructure.Postgres.Testing.md
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests/StellaOps.Infrastructure.Registry.Testing.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests/StellaOps.Infrastructure.Registry.Testing.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests/StellaOps.Infrastructure.Registry.Testing.Tests.md
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/StellaOps.Infrastructure.Registry.Testing.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/StellaOps.Infrastructure.Registry.Testing.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/StellaOps.Infrastructure.Registry.Testing.md
src/__Tests/__Libraries/StellaOps.Testing.AirGap/StellaOps.Testing.AirGap.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.AirGap/StellaOps.Testing.AirGap.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.AirGap docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.AirGap/StellaOps.Testing.AirGap.md
src/__Tests/__Libraries/StellaOps.Testing.Chaos.Tests/StellaOps.Testing.Chaos.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Chaos.Tests/StellaOps.Testing.Chaos.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Chaos.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Chaos.Tests/StellaOps.Testing.Chaos.Tests.md
src/__Tests/__Libraries/StellaOps.Testing.Chaos/StellaOps.Testing.Chaos.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Chaos/StellaOps.Testing.Chaos.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Chaos docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Chaos/StellaOps.Testing.Chaos.md
src/__Tests/__Libraries/StellaOps.Testing.ConfigDiff/StellaOps.Testing.ConfigDiff.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.ConfigDiff/StellaOps.Testing.ConfigDiff.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.ConfigDiff docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.ConfigDiff/StellaOps.Testing.ConfigDiff.md
src/__Tests/__Libraries/StellaOps.Testing.Coverage/StellaOps.Testing.Coverage.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Coverage/StellaOps.Testing.Coverage.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Coverage docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Coverage/StellaOps.Testing.Coverage.md
src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/StellaOps.Testing.Determinism.Properties.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/StellaOps.Testing.Determinism.Properties.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/StellaOps.Testing.Determinism.Properties.md
src/__Tests/__Libraries/StellaOps.Testing.Determinism/StellaOps.Testing.Determinism.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Determinism/StellaOps.Testing.Determinism.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Determinism docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Determinism/StellaOps.Testing.Determinism.md
src/__Tests/__Libraries/StellaOps.Testing.Evidence.Tests/StellaOps.Testing.Evidence.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Evidence.Tests/StellaOps.Testing.Evidence.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Evidence.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Evidence.Tests/StellaOps.Testing.Evidence.Tests.md
src/__Tests/__Libraries/StellaOps.Testing.Evidence/StellaOps.Testing.Evidence.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Evidence/StellaOps.Testing.Evidence.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Evidence docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Evidence/StellaOps.Testing.Evidence.md
src/__Tests/__Libraries/StellaOps.Testing.Explainability/StellaOps.Testing.Explainability.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Explainability/StellaOps.Testing.Explainability.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Explainability docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Explainability/StellaOps.Testing.Explainability.md
src/__Tests/__Libraries/StellaOps.Testing.Manifests/StellaOps.Testing.Manifests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Manifests/StellaOps.Testing.Manifests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Manifests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Manifests/StellaOps.Testing.Manifests.md
src/__Tests/__Libraries/StellaOps.Testing.Policy/StellaOps.Testing.Policy.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Policy/StellaOps.Testing.Policy.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Policy docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Policy/StellaOps.Testing.Policy.md
src/__Tests/__Libraries/StellaOps.Testing.Replay.Tests/StellaOps.Testing.Replay.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Replay.Tests/StellaOps.Testing.Replay.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Replay.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Replay.Tests/StellaOps.Testing.Replay.Tests.md
src/__Tests/__Libraries/StellaOps.Testing.Replay/StellaOps.Testing.Replay.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Replay/StellaOps.Testing.Replay.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Replay docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Replay/StellaOps.Testing.Replay.md
src/__Tests/__Libraries/StellaOps.Testing.SchemaEvolution/StellaOps.Testing.SchemaEvolution.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.SchemaEvolution/StellaOps.Testing.SchemaEvolution.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.SchemaEvolution docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.SchemaEvolution/StellaOps.Testing.SchemaEvolution.md
src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/StellaOps.Testing.Temporal.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/StellaOps.Testing.Temporal.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/StellaOps.Testing.Temporal.Tests.md
src/__Tests/__Libraries/StellaOps.Testing.Temporal/StellaOps.Testing.Temporal.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/__Libraries/StellaOps.Testing.Temporal/StellaOps.Testing.Temporal.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/__Libraries/StellaOps.Testing.Temporal docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/__Libraries/StellaOps.Testing.Temporal/StellaOps.Testing.Temporal.md
src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/StellaOps.Architecture.Contracts.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/StellaOps.Architecture.Contracts.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/StellaOps.Architecture.Contracts.Tests.md
src/__Tests/architecture/StellaOps.Architecture.Tests/StellaOps.Architecture.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/architecture/StellaOps.Architecture.Tests/StellaOps.Architecture.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/architecture/StellaOps.Architecture.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/architecture/StellaOps.Architecture.Tests/StellaOps.Architecture.Tests.md
src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests/StellaOps.Chaos.ControlPlane.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests/StellaOps.Chaos.ControlPlane.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests/StellaOps.Chaos.ControlPlane.Tests.md
src/__Tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/chaos/StellaOps.Chaos.Router.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.md
src/__Tests/e2e/GoldenSetDiff/StellaOps.E2E.GoldenSetDiff.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/e2e/GoldenSetDiff/StellaOps.E2E.GoldenSetDiff.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/e2e/GoldenSetDiff docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/e2e/GoldenSetDiff/StellaOps.E2E.GoldenSetDiff.md
src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/e2e/Integrations docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.md
src/__Tests/e2e/ReplayableVerdict/StellaOps.E2E.ReplayableVerdict.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/e2e/ReplayableVerdict/StellaOps.E2E.ReplayableVerdict.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/e2e/ReplayableVerdict docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/e2e/ReplayableVerdict/StellaOps.E2E.ReplayableVerdict.md
src/__Tests/e2e/RuntimeLinkage/StellaOps.E2E.RuntimeLinkage.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/e2e/RuntimeLinkage/StellaOps.E2E.RuntimeLinkage.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/e2e/RuntimeLinkage docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/e2e/RuntimeLinkage/StellaOps.E2E.RuntimeLinkage.md
src/__Tests/interop/StellaOps.Interop.Tests/StellaOps.Interop.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/interop/StellaOps.Interop.Tests/StellaOps.Interop.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/interop/StellaOps.Interop.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/interop/StellaOps.Interop.Tests/StellaOps.Interop.Tests.md
src/__Tests/offline/StellaOps.Offline.E2E.Tests/StellaOps.Offline.E2E.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/offline/StellaOps.Offline.E2E.Tests/StellaOps.Offline.E2E.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/offline/StellaOps.Offline.E2E.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/offline/StellaOps.Offline.E2E.Tests/StellaOps.Offline.E2E.Tests.md
src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/parity/StellaOps.Parity.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.md
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/reachability/StellaOps.Reachability.FixtureTests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.md
src/__Tests/reachability/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/reachability/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/reachability/StellaOps.Replay.Core.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/reachability/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.md
src/__Tests/reachability/StellaOps.ScannerSignals.IntegrationTests/StellaOps.ScannerSignals.IntegrationTests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/reachability/StellaOps.ScannerSignals.IntegrationTests/StellaOps.ScannerSignals.IntegrationTests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/reachability/StellaOps.ScannerSignals.IntegrationTests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/reachability/StellaOps.ScannerSignals.IntegrationTests/StellaOps.ScannerSignals.IntegrationTests.md
src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/StellaOps.Signals.Reachability.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/StellaOps.Signals.Reachability.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/reachability/StellaOps.Signals.Reachability.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/StellaOps.Signals.Reachability.Tests.md
src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/security/StellaOps.Security.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.md
src/__Tests/unit/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj __Tests docs/implplan/audits/csproj-standards/src/__Tests/unit/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.md docs/implplan/audits/csproj-standards/solid-review/src/__Tests/unit/StellaOps.AuditPack.Tests docs/implplan/audits/csproj-standards/remediation/checklists/src/__Tests/unit/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.md