1. 07 10月, 2020 1 次提交
  2. 01 10月, 2020 1 次提交
  3. 29 9月, 2020 1 次提交
  4. 25 9月, 2020 1 次提交
  5. 24 9月, 2020 1 次提交
  6. 10 9月, 2020 1 次提交
  7. 01 9月, 2020 2 次提交
  8. 31 8月, 2020 1 次提交
  9. 26 8月, 2020 1 次提交
  10. 24 8月, 2020 1 次提交
  11. 18 8月, 2020 1 次提交
  12. 17 8月, 2020 2 次提交
  13. 14 8月, 2020 2 次提交
  14. 13 8月, 2020 2 次提交
  15. 06 8月, 2020 1 次提交
  16. 01 8月, 2020 1 次提交
    • T
      Remove WorkspaceKind.Test (#46366) · 39ef2a8b
      Tomáš Matoušek 提交于
      * Add ServiceLayer.Test that overrides any other layer or workspace kind.
      
      Mark all services used for testing with ServiceLayer.Test.
      Remove WorkspaceKind.Test and set the kind of TestWorkspace to `host`.
      
      * Move MockWorkspaceEventListenerProvider to Fatures test composition
      
      * Enable solution crawler in diagnostic tests
      39ef2a8b
  17. 29 7月, 2020 2 次提交
    • T
      Test compositions (#46018) · 1386d0fd
      Tomáš Matoušek 提交于
      * Test compositions
      
      * Eliminate TestExportProvider
      
      * Fixes and caching
      
      * Debugger proxies
      
      * Scopes
      
      * Feedback and more fixes
      
      * RemoteHostOptions
      
      * Throw without timeout on invalid thread switches
      
      * EventCollectorTests requires a main thread
      1386d0fd
    • M
      Fix merge conflict · dd1d514c
      Manish Vasani 提交于
      dd1d514c
  18. 25 7月, 2020 1 次提交
  19. 21 7月, 2020 1 次提交
  20. 18 7月, 2020 1 次提交
  21. 08 7月, 2020 1 次提交
    • M
      Split and move down ISemanticFactsService to shared layer. This service is... · 1d4a9ce3
      Manish Vasani 提交于
      Split and move down ISemanticFactsService to shared layer. This service is split into two parts, similar to `ISyntaxFacts` and `ISyntaxFactsService`:
      1. `ISemanticFacts`, which is purely semantic query API, is now accessible from shared analyzer and code fixes layer.
      2. `ISemanticFactsService`, which is semantic query + code transformation API as well as an `ILanguageService`, is only accessible from shared code fixes layer. It stays as being accessible via GetLanguageService API.
      1d4a9ce3
  22. 03 7月, 2020 3 次提交
  23. 02 7月, 2020 10 次提交
  24. 28 6月, 2020 1 次提交