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
dispose destroys the diagnostic message and it is unsafe to use after having called dispose. It should be a Drop implementation instead of a method that even makes it possible to continue to use after it has been destroyed.
I don't know how much we depend on this messed up behavior, so this involves some trial and error and investigation into our uses of Diagnostic. It would be a good second or third bug, so marking this E-less-easy rather than E-easy.
The text was updated successfully, but these errors were encountered:
dispose
destroys the diagnostic message and it is unsafe to use after having calleddispose
. It should be aDrop
implementation instead of a method that even makes it possible to continue to use after it has been destroyed.I don't know how much we depend on this messed up behavior, so this involves some trial and error and investigation into our uses of
Diagnostic
. It would be a good second or third bug, so marking thisE-less-easy
rather thanE-easy
.The text was updated successfully, but these errors were encountered: