feat: add C# detection and bug pattern support#184
Open
AnubhavC-001 wants to merge 6 commits into
Open
Conversation
This was referenced May 20, 2026
Contributor
Author
|
Hi @imDarshanGK , my PR #102 and PR #153 have been merged successfully. I just wanted to confirm whether the required GSSoC labels/tags have been added correctly so the contributions can reflect on the dashboard. Thank you! |
Owner
|
@AnubhavC-001 Please update the PR with screenshots or implementation proof so the changes can be verified easily. |
db86f16 to
e694ba7
Compare
Contributor
Author
Contributor
Author
|
Implemented the requested CLI improvements and updated the branch with the latest changes. Added Features
Testing PerformedSuccessfully tested:
Additional Work
Requesting re-review whenever possible. GSSoC Contributor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
This PR adds full C# language support to the rule-based analysis engine.
Changes made
LANG_SIGNATURESChallenges faced
While implementing multiline C# bug pattern detection, the existing detection engine only scanned code line-by-line using regex checks. This caused multiline patterns like empty catch blocks to fail detection during testing.
To resolve this:
testclientfrom rate-limit checks during automated testingAll backend tests now pass successfully.
Closes #96
Type of Change
Testing
pytest -v)Checklist