Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.