Josef Pihrt

Results 131 comments of Josef Pihrt

I meant that you can select variable declaration and subsequent `while` statement to convert it to `for` statement.

Hi, Can this be closed as resolved?

in progress, see https://github.com/EclipseFdn/open-vsx.org/issues/1029

I got error when trying to publish the extension: ``` ❌ Cannot resolve dependency: ms-dotnettools.csharp See the documentation for more information: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions ```

Ok, so C# extension probably won't be published to open-vsx: https://github.com/OmniSharp/omnisharp-vscode/issues/3853

@pm4rcin I have a plan to do it as part of next release of Roslynator. Please stay tuned.

Hi, I looked at the ReSharper page and it seems that this issue is no longer relevant: > As explained in the [Eric Lippert's post](https://blogs.msdn.microsoft.com/ericlippert/2009/11/12/closing-over-the-loop-variable-considered-harmful/), the behavior of foreach was...

IDE0065 is a rule from Microsoft not from Roslynator.

These IDE**** rules are contained in assemblies that are loaded by the IDE. If you want to use these assemblies outside IDE you have to add these assemblies. Use the...