6 references to LegacyAppHostFileName
aspire (6)
Migrations\TypeScriptAppHostMigration.cs (3)
76
LegacyTypeScriptAppHost.
LegacyAppHostFileName
,
212
if (!currentPath.EndsWith(LegacyTypeScriptAppHost.
LegacyAppHostFileName
, StringComparison.OrdinalIgnoreCase))
218
currentPath.AsSpan(0, currentPath.Length - LegacyTypeScriptAppHost.
LegacyAppHostFileName
.Length),
Projects\LegacyTypeScriptAppHost.cs (3)
41
return File.Exists(Path.Combine(appPath,
LegacyAppHostFileName
)) &&
51
return appHostFile.Name.Equals(
LegacyAppHostFileName
, StringComparison.OrdinalIgnoreCase);
95
var isLegacyAppHost = EndsWithPathSegment(entry,
LegacyAppHostFileName
);