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
Any chance you can make a sample app that uses this wonderful library ?
Or at least a detailed TODO list of how to set it up.
Example:
Add package IQuark.AppBoot
2a. If you use Unity -> add package IQuark.AppBoot.Unity
2b else -> implement IDependencyContainer
var bootstrap = new Bootstrap(..)
4a. If you use Unity -> bootstrap.ConfigureWithUnity
4b. else bootstrap.Configuration.SetSettingInstance(new MyDepedencyContaienr())
etc...
step 4b is really hidden if you don't read the code.
The text was updated successfully, but these errors were encountered:
Yes, some references on how to setup the AppBoot for different types of apps would definitely help someone to get started with it. Its on our TODO list for a while.
Any chance you can make a sample app that uses this wonderful library ?
Or at least a detailed TODO list of how to set it up.
Example:
2a. If you use Unity -> add package IQuark.AppBoot.Unity
2b else -> implement IDependencyContainer
4a. If you use Unity -> bootstrap.ConfigureWithUnity
4b. else bootstrap.Configuration.SetSettingInstance(new MyDepedencyContaienr())
etc...
step 4b is really hidden if you don't read the code.
The text was updated successfully, but these errors were encountered: