4 references to IsNonEmptyFile
aspire (4)
Bundles\BundleService.cs (4)
602
if (!Directory.Exists(managedDir) || !
IsNonEmptyFile
(managedExe))
612
if (!Directory.Exists(dashboardDir) || !
IsNonEmptyFile
(dashboardExe) || !
IsNonEmptyFile
(blazorScript) || !
IsNonEmptyFile
(sqliteLibrary))