BlazorLiveReload icon indicating copy to clipboard operation
BlazorLiveReload copied to clipboard

Key already in list error

Open karayakar opened this issue 4 years ago • 0 comments

https://github.com/martasp/BlazorLiveReload/blob/aab433f962187c78eb77c1f675be5b0efc7dc7f4/src/RazorComponentsPreview/Razor/TestRazorProjectFileSystem.cs#L29

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

karayakar avatar May 04 '20 21:05 karayakar