VSDiagnostics
VSDiagnostics copied to clipboard
Enum.ToString() calls should use nameof()
They don't actually have a memory impact, the only thing that might be a little bit affected is execution time because it has to perform method dispatching and go through the entire callchain. Still no reason not to use a compile-time constant though.