2 references to Path
dotnet-watch.Tests (2)
Build\EvaluationTests.cs (2)
536
var normalizedExpected = expectedFiles.Where(f => !f.GraphOnly).Select(f => (f.
Path
, f.StaticAssetUrl)).OrderBy(f => f.Path);
550
var normalizedExpected = expectedFiles.Where(f => !f.TargetsOnly).Select(f => (f.
Path
, f.StaticAssetUrl)).OrderBy(f => f.Path);