You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will found some changes to remove : * StringBuilder.Append(String.Format( -> StringBuilder.AppendFormat( * TextWriter.Write(String.Format( -> TextWriter.Write( (because you can use implicitly a format string) * TextWriter.WriteLine(String.Format( -> same remark with TextWriter.Write point.