1. 08 8月, 2019 1 次提交
    • A
      Fix namespace incremental parsing bug (#37770) · c6bf2eab
      Andy Gocke 提交于
      There was a previous parsing change (#32999) which modified namespace
      parsing to allow modifiers and attributes on namespaces, to improve
      error recovery.
      
      This PR contained a bug because it didn't move the incremental parsing
      check to before parsing attributes and modifiers, which should now
      be included in incremental parsing to prevent changes from being dropped
      
      Fixes #37665, #37664, #37663
      c6bf2eab
  2. 07 8月, 2019 2 次提交
  3. 06 8月, 2019 3 次提交
  4. 01 8月, 2019 1 次提交
  5. 30 7月, 2019 3 次提交
  6. 09 7月, 2019 1 次提交
  7. 04 7月, 2019 1 次提交
    • J
      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. 27 6月, 2019 9 次提交
  9. 26 6月, 2019 18 次提交
  10. 25 6月, 2019 1 次提交