Brad Barnich
Brad Barnich
this is what we are doing, and it seems to work well? ``` sb.AddService(); sb.AddServiceEndpoint( HttpEndpointFactory.CreateCoreWCFBinding( SecurityMode.Transport, HttpClientCredentialType.None ), "/ApplicationManagerService" ); sb.ConfigureServiceHostBase( serviceHost => { new StandardServiceHostConfiguration().Configure( serviceHost ); }...
Thanks, I feel like I've been burned by other `.ConfigureXX`-like apis (not CoreWCF) that overwrite configuration instead of combine.
At the time, this was a hardcoded behavior that I had to fork EF Core to get around. I'm not sure what the current code looks like. You can see...