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.