0
enio created
As stated in the this issue we do have the possibility to pass custom values to the initial GetAll by providing an implementation of ICustomConfigProvider. My question is how can I load some data from the database within such an implementation? Obviously DI is not working at this part of the application :-(
1 Answer(s)
-
0
You can get the service you need using the
CustomConfigProviderContext.IocResolver
parameter of theGetConfig
method. Such as repository.