dotnet/project-system-tools

Debug current search bar

eric62369 opened this issue · 0 comments

Current search bar crashes in scenario:
typing anything into search bar causes VS to crash

(Microsoft.VisualStudio.ProjectSystem.Tools.TableControl.TableSearchTask)
Crash caused by .SetFilter not being run in UI thread
PR with fix: #330

AzureDevops: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1151437/

  • PR changes are merged in
  • This is fixed, make sure it stays fixed as more changes are made
  • ------------------------------------------------
  • TableSearchTask.cs OnStopSearch( ) Also has a SetFilter! Will it also need the same UI thread fix (probably)?
  • project-system has .editorconfig rules, I should change the way I wait for the UI thread to match project-system