Ref issue #4413 and Issue #3936 - introduction of CallerArgumentExpressions (CAE).
Since we need to have the CAE at the end of the parameter list, we can't have the params there. The use of params for messages are now superseded by the use of string interpolation.
The analyzer should warn about this usage and suggest conversion to an interpolated string, see nunit/nunit.analyzers#562
Ref issue #4413 and Issue #3936 - introduction of CallerArgumentExpressions (CAE).
Since we need to have the CAE at the end of the parameter list, we can't have the params there. The use of params for messages are now superseded by the use of string interpolation.
The analyzer should warn about this usage and suggest conversion to an interpolated string, see nunit/nunit.analyzers#562