| {T["report.col.file_name"]} | {T["report.col.extension"]} | {T["report.col.path"]} | {T["report.col.created"]} | {T["report.col.created_by"]} | {T["report.col.modified"]} | {T["report.col.modified_by"]} | {T["report.col.size"]} |
|---|---|---|---|---|---|---|---|
| {H(fileName)} | {H(r.FileExtension)} | {H(r.Path)} | {(r.Created.HasValue ? r.Created.Value.ToString("yyyy-MM-dd") : string.Empty)} | {H(r.Author)} | {(r.LastModified.HasValue ? r.LastModified.Value.ToString("yyyy-MM-dd") : string.Empty)} | {H(r.ModifiedBy)} | {FormatSize(r.SizeBytes)} |
{T["report.text.generated_colon"]} {DateTime.Now:yyyy-MM-dd HH:mm} — {count:N0} {T["report.text.results_parens"]}
"); sb.AppendLine($$""" """); return sb.ToString(); } public async Task WriteAsync(IReadOnlyList