Erik Bongers

Results 3 issues of Erik Bongers

Noticed in the video you added initialization of _dependencies in the wrong place. On second call of `AddDependency(...)`, the list will be replaced, removing previous content. https://github.com/T0shik/raw-coding-101-tutorials/blob/af525fa6dc50d43dc96d75f0650bac5fd7b18194/Dependency%20Injection/resolver_container.linq#L64

Make them work, or remove them.

bug
enhancement
Feature