Josef Pihrt

Results 213 comments of Josef Pihrt

Maybe the desired behavior could be achieved by adding editorconfig option, something like: ```editorconfig roslynator_blank_line_between_singleline_declarations.field = false roslynator_blank_line_between_single_line_declarations.fields = false roslynator_blank_line_between_single_line_declarations.field_declarations = false ```

Hi, 1) An analyzer that duplicates functionality of built-in analyzer can be disabled by default. Sometimes the functionality is similar but not the same in which case the decision which...

> They cannot be made read-only. The backing field is read-only. https://sharplab.io/#v2:EYLgZgpghgLgrgJwgZwLQAUEEsC2UECeAwgPYB2yMCcAxjCQsgDQAmIA1AD4ACAzAATJoAGwgt+3AEz8AogA8oOAA6iAFNwCMABn4QFy0QEoAsACgA3mf7X+S7ADdYEfkigtywghO279K5wC8vor+ANxmAL5AA== Or did you mean something else?

Hi, Yes, the first code snippet should not produce any diagnostic as it's correctly formatted. I tried to reproduce the behavior with following snippet but I'm not getting any diagnostic:...

@eduardomezencio I believe you but I need to reproduce the bug. The best would be to create a project which contains only single file containing code that causes the diagnostic...

I'm thinking about do it the other way around: Do not suggest it by default and add an option to enable it: ``` roslynator_convert_select_to_convertall = true roslynator_convert_linq_select_to_convertall = true ```...

Hi, Thanks for the feedback 👍. Fixer for this diagnostic needs to be improved. The reason why it does not fix all lines is that it's not trivial to determine...

I'm glad you like Roslynator! Maybe you can send just some lines which were not wrapped but look like they could be wrapped (not the long literals). Then possibly the...

The easiest way to find out is to add test with your code snippet and see the result.