Hi there,
it looks like UpdateProviders inside a NuGet package are not executed on package install, and instead require a recycle. Is that intentional or is there a way to force execution of them somehow? I.e. could I lazy execute the providers on the first use of my app?
Imar