NetEscapades.EnumGenerators icon indicating copy to clipboard operation
NetEscapades.EnumGenerators copied to clipboard

Replaced multiline verbatim strings (@"") with raw string literals

Open Guiorgy opened this issue 1 year ago • 2 comments

A simple reformatting that replaces multiline verbatim strings (eg. @"") with C# 11 raw string literals for consistency and to (hopefully) improve readability.

Guiorgy avatar May 29 '24 12:05 Guiorgy

@andrewlock rebased to get the branch uptodate and fix all merge conflicts. Also fixed some empty lines, trailing spaces and incorrect/needless use of interpolated strings ($") when no items ({}) are used and such. BTW, the NetEscapades.EnumGenerators.Interceptors project was already using multiline raw string literals, so this PR fixes the format of the old project to make them consistent. And lastly, could I have your comment whether you are at all interested in this PR? In other words, should I fix merge conflicts moving on?

Guiorgy avatar Mar 02 '25 23:03 Guiorgy

Hi @Guiorgy, sorry about this, I lost track of it early on and ran into too many conflicts 😅 I'm certainly happy to take this tidying up - it's something I just never got around too, thanks 🙂

andrewlock avatar Mar 09 '25 17:03 andrewlock