Skip to content

Fix unused audit cleanup issues - #3849

Merged
Widthdom merged 8 commits into
mainfrom
fix-issue3656-3669-3671-3672-3679-3691
Jun 20, 2026
Merged

Fix unused audit cleanup issues#3849
Widthdom merged 8 commits into
mainfrom
fix-issue3656-3669-3671-3672-3679-3691

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Removed stale unused helpers across CLI, database, and reference extractor code paths.
  • Added compact unused representative samples, unused reason tags, cursor pagination, and audit-oriented source scoping for cdidx unused.
  • Added changelog fragments for each addressed issue.

Validation

  • dotnet build
  • dotnet test (net8.0/net9.0: 7926 passed, 7 skipped per target)
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll index . --commits HEAD --json
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • Adversarial review: No blocking/actionable issues found.

Fixes #3656
Fixes #3669
Fixes #3671
Fixes #3672
Fixes #3679
Fixes #3691

@Widthdom
Widthdom marked this pull request as ready for review June 20, 2026 15:12
@Widthdom
Widthdom merged commit a1089a5 into main Jun 20, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue3656-3669-3671-3672-3679-3691 branch June 20, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment