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
We identified the issues is caused by NullReferenceException in DiffClipboardWithCodeCommand.OnBeforeQueryStatus() and then BaseCommand.OnBaseBeforeQueryStatus() showing an error dialog.
Please don't show any dialogs during QueryStatus calls, they are intended to be very fast and have no side effects except modifying command state.
Thanks!
Name
Throw(System.NullReferenceException) Object reference not set to an instance of an object.
See https://developercommunity.visualstudio.com/t/Quick-Search-gives-immediate-error-when-/1374751
We identified the issues is caused by NullReferenceException in DiffClipboardWithCodeCommand.OnBeforeQueryStatus() and then BaseCommand.OnBaseBeforeQueryStatus() showing an error dialog.
Please don't show any dialogs during QueryStatus calls, they are intended to be very fast and have no side effects except modifying command state.
Thanks!
Name
Throw(System.NullReferenceException) Object reference not set to an instance of an object.
|+ Kool.VsDiff!BaseCommand.OnBaseBeforeQueryStatus
...
The text was updated successfully, but these errors were encountered: