2 references to NormalizeManifestPath
aspire (2)
Projects\GuestAppHostProject.cs (2)
1931
var current = new HashSet<string>(generatedRelativePaths.Select(
NormalizeManifestPath
), StringComparer.Ordinal);
1940
if (recorded.Length == 0 || current.Contains(
NormalizeManifestPath
(recorded)))