Ensure messages are not displayed and awaited upon in activate
methods
#7702
Labels
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
Uh oh!
There was an error while loading. Please reload this page.
When using the
IExtensionActivationService
interface ensure messageboxes are not displayed and awaited upon in theactivate
method.Else this will block loading the extension until the message is dismissed.
Note: We have already created
custom
linter rules for the extension.Also note, if the user doesn't dismiss the message, it will get hidden and user will not know why extension fails to load.
The text was updated successfully, but these errors were encountered: