You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
What is the best way to set up a yakari environment?
The text was updated successfully, but these errors were encountered: