chore: remove leftover .NET traces from CI and docker context - #2327
Conversation
The .NET identity service is fully decommissioned; no C# code remains in the repository. - semgrep: drop the p/csharp ruleset from both scan passes (nothing left for it to match) and update the comment/summary text. - src/backend/.dockerignore: remove the .NET bin/obj block, Visual Studio state, and TestResults, and fix the stale header that still described the retired api-gateway/analytics/identity trio. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Anton Zelenov <antonz@constructor.tech>
|
Warning Review limit reached
Next review available in: 1 minute You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The .NET identity service is fully decommissioned and no C# code remains in the repository, but two pieces of tooling still assumed it existed:
p/csharpruleset from both scan passes (nothing left for it to match) and update the comment/summary text accordingly.src/backend/.dockerignore: remove the .NETbin/objblock, Visual Studio state (.vs,*.user,*.suo), andTestResults, and fix the stale header that still described the build context as serving the retired api-gateway/analytics/identity trio.Deliberately not touched (load-bearing history/parity documentation): the identity-resolution migration parity comments and frozen
sql/001–013scripts, the e2e capability shims intests/e2e/lib/identity.py, and historical mentions in specs/ADRs.Known remaining .NET residue, out of scope here: the committed identity OpenAPI contract is still the .NET document (blocked on identity-resolution growing an
openapisubcommand, as authenticator did in #2000), andmigration/mod.rsstill states the additive-only-until-decommission rollback policy.🤖 Generated with Claude Code