Quantcast
Channel: Optimizely Search & Navigation
Viewing all articles
Browse latest Browse all 6894

StructureMap Support

$
0
0

Looking at this post:

https://world.episerver.com/blogs/Johan-Bjornfot/Dates1/2017/11/episerver-servicelocation-structuremap-2/

I mentions its been tested against CMS, Find, Commerce etc.

Has any work been done on the Social Api? I seem to be running into issues and am having to register these myself, for example:

            For<ICommentService>().Use<CommentService>();
            For<ICommentRepository>().Use<HttpCommentRepository>();

I'm currently stuck on EPiServer.Social.Common.Rest.IHttpClientFactory and what it implements as I can't used HttpClientFactory as its a static type.


Viewing all articles
Browse latest Browse all 6894

Trending Articles