I want to have a few singletons lifecycle over the whole game and add a IAssetProvider. This is possible with the BootstrapperConfigurator. But is not yet accessible inside the Contextattribute.
Feature to add a [Context("Bootstrapper")] for adding your own configurators to the Bootstrapper.
I want to have a few singletons lifecycle over the whole game and add a
IAssetProvider
. This is possible with theBootstrapperConfigurator
. But is not yet accessible inside theContext
attribute.Feature to add a
[Context("Bootstrapper")]
for adding your own configurators to the Bootstrapper.