2 references to GetRelativePath
dotnet-watch.Tests (2)
Build\EvaluationTests.cs (2)
559
=> files.Select(f => (relativePath:
GetRelativePath
(f.Key), staticAssetUrl: f.Value.StaticWebAssetPath)).OrderBy(f => f.relativePath);
571
yield return (
GetRelativePath
(match.Groups[1].Value), match.Groups[3].Value is { Length: > 0 } value ? value : null);