With the following code
string suffix = $@"{(string.IsNullOrEmpty(extraSupport) ? string.Empty : $@"
{extraSupport}")}
}}
}}"
StyleCop 1.1.118 (not tested with the recent beta versions) generates a SA1513 on the closing curly bracket at the end of "{extraSupport}")}" which is incorrect
With the following code
StyleCop 1.1.118 (not tested with the recent beta versions) generates a SA1513 on the closing curly bracket at the end of "{extraSupport}")}" which is incorrect