What is Roslyn?
It provides open-source C# and Visual Basic compilers with rich code analysis APIs. It enables building code analysis tools with the same APIs that are used by Visual Studio.
Roslyn is a tool in the Code Review category of a tech stack.
Roslyn is an open source tool with 17.8K GitHub stars and 3.9K GitHub forks. Here’s a link to Roslyn's open source repository on GitHub
Who uses Roslyn?
Companies
Developers
20 developers on StackShare have stated that they use Roslyn.
Roslyn Integrations
Roslyn's Features
- Open-source C# and Visual Basic compilers
- Rich code analysis APIs
Roslyn Alternatives & Comparisons
What are some alternatives to Roslyn?
ESLint
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Prettier
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
TSLint
An extensible static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors. It is widely supported across modern editors & build systems and can be customized with your own lint rules, configurations, and formatters.
Stylelint
A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets.
SonarQube
SonarQube provides an overview of the overall health of your source code and even more importantly, it highlights issues found on new code. With a Quality Gate set on your project, you will simply fix the Leak and start mechanically improving.