DalSoft.RestClient icon indicating copy to clipboard operation
DalSoft.RestClient copied to clipboard

Autofac integration

Open userjeff3 opened this issue 2 years ago • 2 comments

Can IRestClientFactory be registered with Autofac? This would be for backend applications, no ASP, so no controllers, etc.

userjeff3 avatar Sep 02 '22 06:09 userjeff3

IRestClientFactory does work without ASP.NET, I don't really use AutoFac but you should be able to set it up as described here just swap IHttpClientFactory with IHttpRestClientFactory.

DalSoft avatar Sep 02 '22 08:09 DalSoft

@DalSoft would be of great value to extend your docs with DI setup of different container software like autofac and SimpleInjector ... So we would have to register IHttpRestClientFactory with HttpClientFactory and how to continue ? (Independent of ASP.NET Core)

nhaberl avatar Nov 25 '22 08:11 nhaberl