microsoft-dependency-injection icon indicating copy to clipboard operation
microsoft-dependency-injection copied to clipboard

Make Configuration.AddServices public

Open unggyu opened this issue 5 years ago • 0 comments

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.

unggyu avatar Mar 16 '20 06:03 unggyu