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