1 reference to FormatFileSize
Aspire.Dashboard (1)
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
236
fileReferences.Add(new FileReferenceViewModel { Name = file.Name, ErrorMessage = string.Format(CultureInfo.CurrentCulture, Loc[nameof(Resources.Dialogs.InteractionFileExceedsMaxSize)], FormatHelpers.
FormatFileSize
(maxFileSize)) });