Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App.config loading broken in Akka.NET v1.4.1 #4330

Closed
Aaronontheweb opened this issue Mar 12, 2020 · 1 comment · Fixed by #4331
Closed

App.config loading broken in Akka.NET v1.4.1 #4330

Aaronontheweb opened this issue Mar 12, 2020 · 1 comment · Fixed by #4331

Comments

@Aaronontheweb
Copy link
Member

This is broken in the latest release of Akka.Net 1.4.1. Please reopen this issue. It is no longer automatically loading the akka section in the app.config file. Reverting back to 1.3.18 works fine.

Originally posted by @ejohn54 in #671 (comment)

@ejohn54
Copy link

ejohn54 commented Mar 12, 2020

It looks like commit c19b2d0 changed the method ActorSystem.Create(string name) to use
return CreateAndStartSystem(name, ConfigurationFactory.Default());

where before it used
return CreateAndStartSystem(name, ConfigurationFactory.Load());

The ConfigurationFactory.Default() uses the "Akka.Configuration.Pigeon.conf" resource, where .Load() loads it from app.config or web.config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants