akkadotnet / Akka.Hosting

Akka.Hosting - standardized Akka.NET hosting without any HOCON configuration. Ties into Microsoft.Extensions.Configuration, Logging, Hosting, and DependencyInjection.
Apache License 2.0
56 stars 13 forks source link

Add method to configure IHostBuilder in TestKit #423

Closed Arkatufus closed 8 months ago

Arkatufus commented 8 months ago

Changes

Add ConfigureHostBuilder() method to Akka.Hosting.TestKit so user can configure the IHostBuilder instance directly. Needed so that user can plug in other MS.EXT.Hosting extensions such as Castle Windsor that needed to access IHostBuilder to configure itself.