Josef Pihrt

Results 213 comments of Josef Pihrt

@fbridger I'm really glad you like it!

https://tunnelvisionlabs.github.io/SHFB/docs-master/SandcastleBuilder/html/79897974-ffc9-4b84-91a5-e50c66a0221d.htm

Hi, Roslynator should work with .NET 6 (as configured [here](https://github.com/JosefPihrt/Roslynator/blob/06de084bc6f1f96fd4c18607ee44a3c30d6169df/src/CommandLine/CommandLine.csproj#L8)) Can you run the command with `-v diag` to see if there is any other problem?

A new version of Roslynator command-line tool was released recently. It contains updated reference to `Microsoft.Build.Locator`. Can you try it if it helps? As for .NET 7: it's not supported...

Hi, It seems to me that the reported diagnostic is actually IDE0044 which is not Roslynator diagnostic.

Hi, RCS1155 is meant to be used for cases that are in [this](https://github.com/JosefPihrt/Roslynator/blob/06de084bc6f1f96fd4c18607ee44a3c30d6169df/src/Tests.Old/Analyzers.Tests.Old/UseStringComparison.cs) file. I think that convert ```csharp a == b ``` into ```csharp string.Equals(a, b, StringComparison.Ordinal) ``` is...

Hi, I'm working on it. It should be released within 1-2 weeks.

Hi, Could you create a small project that reproduce the issue? What is target framework of the project you analyzed?