Jonathon Wei
Results
2
comments of
Jonathon Wei
hi @davidfowl . another question related to this. There are a few cases where the `IServiceProvider` got injected into the constructor. Isn't this a `service locator` pattern? A few articles...
hi @BorisWilhelms . in this case, the `Hosted Services` is singleton and initiated during the application starts, does it mean we will do `IServiceProvider.GetService()` in one of the methods. but...