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

Default configurations are not applied to app host #27

Closed
fw2568 opened this issue May 9, 2021 · 0 comments · Fixed by #28
Closed

Default configurations are not applied to app host #27

fw2568 opened this issue May 9, 2021 · 0 comments · Fixed by #28
Labels
bug Something isn't working

Comments

@fw2568
Copy link
Contributor

fw2568 commented May 9, 2021

ConfigureAppConfiguration has currently no effect on ModulesHost.

This leads to problem when configuration should be available before module configuration, especially from ModulesHost.CreateDefaultBuilder.

  return ModulesHost.CreateDefaultBuilder(args)       //not applied to app host
      .ConfigureHostConfiguration(config => config    //applied to app host
      ).ConfigureAppConfiguration((ctx, config) =>     //not applied to app host
      {

      })
@fw2568 fw2568 added the bug Something isn't working label May 9, 2021
@fw2568 fw2568 linked a pull request May 9, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant