Quantcast
Channel: Using Optimizely Platforms
Viewing all articles
Browse latest Browse all 8020

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 Community Api? I seem to be running into issues and am having to register dependencies 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 8020

Trending Articles