in src/Analyzer.Reports/SarifReportWriter.cs [223:232]
internal static string AppendPeriod(string text) =>
text == null ? string.Empty :
text.EndsWith(PeriodString, StringComparison.OrdinalIgnoreCase) ? text : text + PeriodString;
/// <inheritdoc/>
public void Dispose()
{
this.Dispose(true);
GC.SuppressFinalize(this);
}