ConfigurationFactory.Load should just call ConfigurationFactory.Default internally #189
Labels
akkadotnet-compat
Legacy compatibility with Akka.Configuration
Milestone
Version: 1.3.1
As I discovered while working on akkadotnet/akka.net#4128, many of our old calls to
ConfigurationFactory.Load
now no longer function since we aren't using App.config inside our .NET Core applications. Therefore, we should just have itConfigurationFactory.Load()
callConfigurationFactory.Default()
internally in order to preserve behavior.The text was updated successfully, but these errors were encountered: