martasp/BlazorLiveReload

Key already in list error

karayakar opened this issue · 0 comments

Fix should be.
if (!_lookup.ContainsKey(item.CombinedPath))
{
_lookup.Add(item.FilePath, item);
}