The behavior of 'string.Format(string, params object[])' could vary based on the current user's locale settings. Replace this call in 'SarifIssuesProvider.GetMessage(Result, Run)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)