Skip to content
代码片段 群组 项目
  1. 8月 08, 2019
  2. 8月 07, 2019
  3. 8月 06, 2019
  4. 8月 01, 2019
  5. 7月 30, 2019
  6. 7月 09, 2019
  7. 7月 04, 2019
    • Jason Malinowski's avatar
      Workaround IExperimentationService having a UI thread dependency · 8cc2a5ea
      Jason Malinowski 创作于
      Right now we are seeing deadlocks where MEF is trying to create
      the RoslynVisualStudioWorkspace on a background thread, and that
      deadlocks because the IExperimentationService it tries to use has a
      UI thread dependency. This breaks that specific cycle by avoiding using
      the IExperimentationService until on the UI thread -- we know we can't
      be asked for document options until we have documents, and that can't
      happen until we get projects. Thankfully, the creation of projects
      are still UI affinitized so we can initialize it there.
      8cc2a5ea
  8. 6月 27, 2019
  9. 6月 26, 2019
加载中