Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Roslyn | 17,820 | 2,864 | 1,661 | 10 hours ago | 145 | June 20, 2023 | 8,823 | mit | C# | |
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs. | ||||||||||
Roslynator | 2,789 | 50 | 40 | 6 days ago | 41 | August 01, 2023 | 164 | other | C# | |
Roslynator is a set of code analysis tools for C#, powered by Roslyn. | ||||||||||
Roslyn Analyzers | 1,459 | 643 | 259 | 18 hours ago | 45 | December 04, 2020 | 831 | mit | C# | |
Mappinggenerator | 951 | 2 years ago | 54 | July 09, 2022 | 10 | mit | C# | |||
:arrows_counterclockwise: "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time. | ||||||||||
Security Code Scan | 801 | 10 months ago | 40 | lgpl-3.0 | C# | |||||
Vulnerability Patterns Detector for C# and VB.NET | ||||||||||
Codeconverter | 714 | 1 | 13 hours ago | 58 | July 01, 2022 | 78 | mit | C# | ||
Convert code from C# to VB.NET and vice versa using Roslyn | ||||||||||
Idisposableanalyzers | 308 | 29 | 3 | 2 days ago | 65 | March 06, 2022 | 87 | mit | C# | |
Roslyn analyzers for IDisposable | ||||||||||
Editorconfig Visualstudio | 307 | 5 years ago | 28 | other | C# | |||||
EditorConfig Visual Studio Addin | ||||||||||
Seriloganalyzer | 246 | 21 | 13 | 2 years ago | 10 | December 14, 2018 | 21 | apache-2.0 | C# | |
Roslyn-based analysis for code using the Serilog logging library. Checks for common mistakes and usage problems. | ||||||||||
Codist | 229 | 4 days ago | 41 | gpl-3.0 | C# | |||||
A visual studio extension which enhances syntax highlighting, quick info (tooltip), navigation bar, scrollbar, display quality, and brings smart tool bar with code refactoring to code editor. |
Roslynator is a set of code analysis tools for C#, powered by Roslyn.
Contributions are welcome! If you are interested please see:
TIP: Bugfixes or small improvements can be implemented right away. Larger task like adding new analyzer or refactoring should be discussed first.
Run following command to install Roslynator command line tool:
dotnet tool install -g roslynator.dotnet.cli
See documentation for further information.