roslynator icon indicating copy to clipboard operation
roslynator copied to clipboard

Roslynator is a set of code analysis tools for C#, powered by Roslyn.

Results 209 roslynator issues
Sort by recently updated
recently updated
newest added
trafficstars

**Product and Version Used**: Roslynator 4.1.1 in VS 17.3.5 **Steps to Reproduce**: Apply the codefix for RCS1244 on the `default()` expression. ```csharp var x = () => { return default(object);...

StyleCop has [SA1005](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md). ESLint also has a [capitalized-comments](https://eslint.org/docs/latest/rules/capitalized-comments) rule, although this may require some options.

**Product and Version Used**: Roslynator Command Line Tool version 0.3.3.0 (Roslyn version 4.2.0.0) **Steps to Reproduce**: * Create an interface and document its methods. * Create a class that implements...

Feature Request
Area-CLI

**Product and Version Used**: Roslynator 4.1.1 Visual Studio 17.3.1 **Steps to Reproduce**: I have installed Roslynator from the visual studio marketplace for Visual Studio 2022 and have configured the .editorconfig...

Feature Request
Area-Analyzers

[Static Analysis Results Interchange Format (SARIF)](http://sarifweb.azurewebsites.net/) is a standardized format to output static code analysis results. With it, you can easily upload it onto a SARIF viewer, to get clear...

Feature Request
Area-CLI
up-for-grabs

**Product and Version Used**: latest to this day (4.1.1). vscode extention **Steps to Reproduce**: open vscode. install omnisharp. install roslynator. change some configs in the roslynator config file, then check...

**summary**: Version 0.3.3 of roslynator.dotnet.cli does not work with .Net6 Version 0.3.0 behaves like Expected Behavior(Works as expected) **Product and Version Used**: Roslynator.DotNet.Cli 0.3.3 dotnet sdk: 6.0.300 **Steps to Reproduce**:...

Area-CLI

**Product and Version Used**: * 2024.1 EAP 7 * Roslynator.Analyzers 4.11.0 * Roslynator.Formatting.Analyzers 4.11.0 * .NET 8 * C# 12 **Steps to Reproduce**: 1. Create a solution with multiple projects...

Bug
Area-Analyzers

[RCS1077](https://github.com/JosefPihrt/Roslynator/blob/main/docs/analyzers/RCS1077.md) no longer relevant for modern .NET. It should be disable when project targets .NET Core 3.1 or .NET 5.0 and above. https://github.com/dotnet/runtime/issues/38418 https://github.com/JosefPihrt/Roslynator/issues/736

Area-Analyzers