Use custom config file(IConfig) in plugin

1 week ago
Hello.

I want to create my own IConfig class and register it in my plugin.

MyClass : IConfig

Any ideas how to do this in the middleware, and what should the order be? This is for nopCommerce 4.6.
1 week ago
Would you provide more details of what you're trying to do?

This recent post may be of interest to you
https://www.nopcommerce.com/en/boards/topic/98913/appsettings
1 week ago
In order to use user-secrets locally i need a config to be registered in startup. The values of that config will be set with the values in my user-secrets. We dont want ANY secrets or connectionstrings in the repo.

So the post you linked to is exactly what im looking for, but it does not seem to work for him either.