Version: 1.1.118
When using multi-line string with interpolation, and breaking the string in an interpolation, the rule SA1513 is triggered for the brace ending the multi-line interpolation:
This is maybe not a desired way of breaking the argument across lines, but there is no way to satisfy the rule that doesn't introduce a new-line in the final string.
Version: 1.1.118 When using multi-line string with interpolation, and breaking the string in an interpolation, the rule SA1513 is triggered for the brace ending the multi-line interpolation:
This is maybe not a desired way of breaking the argument across lines, but there is no way to satisfy the rule that doesn't introduce a new-line in the final string.