SharpDevelop icon indicating copy to clipboard operation
SharpDevelop copied to clipboard

Search in files breaks with synchronizationcontext is null

Open alinmircea opened this issue 7 years ago • 0 comments

When you disable the splashscreen (nologo) synchronizationcontext.current will be null during workbench initialization.

As a result posting the search results through sync context, during search and replace will break with object null ( the sync context )

This happens because there was no form created before trying to access the context, so context was not created yet.

Workaround allow splash screen.

alinmircea avatar Apr 12 '17 17:04 alinmircea