Looking at this post:
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.