microsoft-dependency-injection
microsoft-dependency-injection copied to clipboard
Make Configuration.AddServices public
Modified access modifier to public so that library users can use AddServices method.
In addition, since the access modifier of MdiExtension is internal, it is modified to add if MdiExtension does not exist in the container within the AddServices method.
#54 issue will also be resolved.