unitycontainer / aspnet-webapi

Unity.AspNet.WebApi package
Apache License 2.0
9 stars 11 forks source link

Access appsettings.json file from unity config Dependency #12

Closed KumarS-Naveen closed 5 years ago

KumarS-Naveen commented 5 years ago

Hello Guys ,

Need to access appsettings.json file or IConfiguration to be injected in my controller how would i declare the same in unity config file.

ENikS commented 5 years ago

I don't think you could do it through config. Just inject it into container manually.

KumarS-Naveen commented 5 years ago

Thank you for the response