unitycontainer / microsoft-dependency-injection

Unity.Microsoft.DependencyInjection package
Apache License 2.0
63 stars 36 forks source link

Make Configuration.AddServices public #73

Open unggyu opened 4 years ago

unggyu commented 4 years ago

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.