benaadams / Ben.Demystifier

High performance understanding for stack traces (Make error logs more productive)
Apache License 2.0
2.74k stars 118 forks source link

use char instead of string #184

Closed SimonCropp closed 1 year ago

SimonCropp commented 2 years ago

very minor, but it fixes the build warning CA1834

CA1834 Use 'StringBuilder.Append(char)' instead of 'StringBuilder.Append(string)'