Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shravanatirtha/code-review-system
An Automated Code Review System specifically for C#, where I leveraged the Roslyn compiler platform, which offers a powerful set of APIs for code analysis, syntax checking, and refactoring.
https://github.com/shravanatirtha/code-review-system
Last synced: 25 days ago
JSON representation
An Automated Code Review System specifically for C#, where I leveraged the Roslyn compiler platform, which offers a powerful set of APIs for code analysis, syntax checking, and refactoring.
- Host: GitHub
- URL: https://github.com/shravanatirtha/code-review-system
- Owner: shravanatirtha
- License: mit
- Created: 2024-10-26T17:48:12.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T19:18:44.000Z (2 months ago)
- Last Synced: 2024-10-27T23:42:39.709Z (2 months ago)
- Language: C#
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code-Review-System
An Automated Code Review System specifically for C#, where I leveraged the Roslyn compiler platform, which offers a powerful set of APIs for code analysis, syntax checking, and refactoring.