This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Description
Using 2.0.0 RC, an error message is not always displayed for an error.
This is because UpdateVisibility is only called when the error message changes, and if it has previously been called with the same error message and then dismissed, the changed handler won't be called again because the property hasn't changed.