Upgraded to v2.0.1 to take in the fix for #104 however it still seems to be occurring when concurrent requests are executed resolving the same type.
Message: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at Lamar.IoC.Resolvers.ScopedResolver`1.Resolve(Scope scope)
at Lamar.IoC.Scope.GetInstance[T]()
Upgraded to v2.0.1 to take in the fix for #104 however it still seems to be occurring when concurrent requests are executed resolving the same type.
Message: An item with the same key has already been added.