Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Key already in list error #14

Open
karayakar opened this issue May 4, 2020 · 0 comments
Open

Key already in list error #14

karayakar opened this issue May 4, 2020 · 0 comments

Comments

@karayakar
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant