Hello DevExpress Support!
We configured in CodeRush the wrapping of "Chained Method Calls" to
- align by: statement
- indent: 1
That is working if I have a statement like
var result = await methodCall()
.method2()
.method3();
but not if I'm missing the "var result".
I explained it in the screenshot. We have such calls very often when we are doing LINQ calls for updating data. All these things are wrongly formatted if they are delivering no result.
Yours sincerely,
Gerald Leitner
Hi,
Thank you for providing the screenshot.
I have reproduced this issue with incorrect indentation for an await statement. We are fixing it and will inform you of our progress.