olsh/resharper-structured-logging

Doesn't work for concatenated string

M0ns1gn0r opened this issue · 4 comments

Very often (almost always) logged messages are long and don't fit on one line, so they have to be split. Unfortunately, that completely breaks the extension:

image

BTW the standard string.Format analyzer does handle this scenario:

image

olsh commented

Hi @M0ns1gn0r,

I've added support for concatenated strings, and the update will be published soon (after I fix some unrelated bugs).
Meanwhile, I'd be glad if you help me with testing the feature. You can download the latest binaries here.

olsh commented

Fixed in 2020.3.0.84 and published to JetBrains repository.
Feel free to reopen the issue if you have some bugs with the new version.

@olsh sorry for the late response, everything seems to be working fine. Thank you!