1. 02 11月, 2018 21 次提交
  2. 01 11月, 2018 1 次提交
  3. 30 10月, 2018 2 次提交
  4. 26 10月, 2018 1 次提交
  5. 25 10月, 2018 3 次提交
  6. 16 10月, 2018 1 次提交
  7. 14 10月, 2018 1 次提交
  8. 12 10月, 2018 1 次提交
  9. 11 10月, 2018 2 次提交
  10. 09 10月, 2018 1 次提交
  11. 06 10月, 2018 1 次提交
    • J
      Introduce a new free-threaded project system API and update shims · 7e10f449
      Jason Malinowski 提交于
      This produces a new free-threaded, well factored API for adding projects
      to the VisualStudioWorkspace. The core type is the VisualStudioProject
      which is a free-threaded API that you can use to push information over.
      CSharpProjectShim, VisualBasicProject and CPSProject each have an
      instance of VisualStudioProject that they push things through.
      
      The inheritence model here is now smaller. CSharpProjectShim and
      VisualBasicProject inherit from AbstractLegacyProject, but that's it.
      CPSProject now inherits nothing, and AbstractProject is here purely
      for TypeScript back-compat until they're moved onto the new APIs. The
      expectation is F# and TypeScript both move to VisualStudioProject, which
      we make public in some form. Then that type will go away.
      7e10f449
  12. 28 9月, 2018 2 次提交
  13. 27 9月, 2018 1 次提交
  14. 26 9月, 2018 2 次提交