Fix: CA1873 "Evaluation of this argument may be expensive and unnecessary if logging is disabled"
CA1873 fires on the implicit params object[] allocation, so almost every LogDebug call trips it. Fix it with [LoggerMessage] or an IsEnabled guard.
1 post