We still use Akka.Hosting to configure the ActorSystem and all of the Akka.NET componentry, but we chose not to use the Akka.Hosting.TestKit alongside the WebApplicationFactory because both of those ...
If that method is not found the WebApplicationFactory<T> will throw an exception. If found then it will use that method to create the Host. Because the startup class ...