2 references to normalize
Microsoft.WebTools.AspireService.Tests (2)
AssertEx.cs (2)
226var expected = new HashSet<string>(expectedFiles.Select(normalize)); 227var actual = new HashSet<string>(actualFiles.Where(p => !string.IsNullOrEmpty(p)).Select(normalize));