You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the signatures of the above so that they return the original instance of the ApplicationManager.
This will permit easier initialization such as
var mgr = new ExtensionManager(PATH)
.FindExtensionPoints(ASSEMBLY1, ASSEMBLY2...)
.FindExtensions(START_DIRECTORY);
This should be implemented in a non-breaking manner, changing the return value from void to ExtensionManager but not modifying the arguments in any way.
The text was updated successfully, but these errors were encountered:
Modify the signatures of the above so that they return the original instance of the
ApplicationManager
.This will permit easier initialization such as
This should be implemented in a non-breaking manner, changing the return value from
void
toExtensionManager
but not modifying the arguments in any way.The text was updated successfully, but these errors were encountered: