SonarLint warning: ‘Remove this argument from the method call; it hides the caller information’ in C# code
I’m currently working on a C# project where I’m encountering a warning from SonarLint with the message: “Remove this argument from the method call; it hides the caller information.” However, I’m not explicitly providing caller information arguments (CallerMemberName, CallerFilePath, CallerLineNumber) in the relevant code section.