This repository was archived by the owner on Aug 18, 2021. It is now read-only.
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
Workbench.{Service} doesn't call Initialize #155
Open
Description
Workbench seems to be responsible for calling Initialize on each service it provides, as it can be seen from the method GetRegisteredService
:
However, for some reason, there's a very similar method called GetService
that doesn't call initialization, and that method is the one used by the public static properties like Telemetry
, Repository
, etc.
This can lead to some bugs.