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

Settings Scenarios #9

Open
efaruk opened this issue Oct 7, 2016 · 2 comments
Open

Settings Scenarios #9

efaruk opened this issue Oct 7, 2016 · 2 comments
Assignees
Labels

Comments

@efaruk
Copy link
Owner

efaruk commented Oct 7, 2016

What is the best way to set up a yakari environment?

@efaruk efaruk added the question label Oct 7, 2016
@efaruk efaruk added this to the First Stable Release milestone Oct 7, 2016
@efaruk efaruk mentioned this issue Oct 7, 2016
@Dirtypaws
Copy link
Contributor

With the support for different frameworks, if we go with a configuration approach - each framework reads their config settings differently.

.NET framework applications would use ConfigurationManager, dotnetcore would use ConfigurationBuilder and I think Mono has their own abstraction around config settings.

As we develop - we should keep that in mind and be sure to abstract any config logic into a separate helper class so that it can be treated as in interface to the config file. This will allow each framework to have an implementation that matches their target environment

@efaruk
Copy link
Owner Author

efaruk commented Oct 9, 2016

I'm going to redesign our config approach maybe by cleaning unnecessary helpers for now.

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

No branches or pull requests

2 participants