Replaced multiline verbatim strings (@"") with raw string literals
A simple reformatting that replaces multiline verbatim strings (eg. @"") with C# 11 raw string literals for consistency and to (hopefully) improve readability.
@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?
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 🙂