2 references to GetRelativeFilePath
dotnet-watch (2)
HotReload\HotReloadDotNetWatcher.cs (2)
814
? GetSingularMessage(kind) + ": " +
GetRelativeFilePath
(item.FilePath)
815
: GetPluralMessage(kind) + ": " + string.Join(", ", items.Select(f =>
GetRelativeFilePath
(f.Item.FilePath)));