1. 18 12月, 2020 1 次提交
  2. 04 12月, 2020 1 次提交
  3. 06 11月, 2020 1 次提交
  4. 31 10月, 2020 1 次提交
  5. 16 10月, 2020 2 次提交
  6. 13 10月, 2020 1 次提交
  7. 07 10月, 2020 1 次提交
  8. 03 10月, 2020 1 次提交
  9. 20 9月, 2020 1 次提交
    • T
      Use MessagePack for serialization, move services to IServiceBroker (#47461) · e91ccb5c
      Tomáš Matoušek 提交于
      * Use MessagePack for ISB serialization
      
      * DocumentHighlighting service
      
      * Renamer, EncapsulateField, TupleToStruct services
      
      * SymbolFinder and FindUsages services
      
      * NavigateToSearch service
      
      * FindUsages, References fixes
      
      * AddImport service
      
      * SymbolSearchUpdate service
      
      * ExtensionMethodImportCompletion service
      
      * DependentTypeFinder service
      
      * GlobalNotificationDelivery service
      
      * CodeLensReferences service
      
      * Remove CodeAnalysis service
      
      * Remove unused code
      
      * Fix warnings.
      
      * Remove unused
      
      * Error reporting and logging
      
      * Update StreamJsonRpc to 2.6.86-alpha
      
      * Improve callback error handling.
      
      * Update Watson reporting
      
      * PR feedback
      
      * Fix tests
      
      * Fixes
      
      * Remove unused field
      
      * Rename shutdown service
      
      * Switch diagnostic serialization from ObjectReader/Writer serializer to MessagePack
      
      * Fix diagnostic reporting issue in ASP.NET apps
      e91ccb5c
  10. 12 9月, 2020 1 次提交
    • T
      Brokered services (#47216) · e53ffb73
      Tomáš Matoušek 提交于
      * Brokered service
      
      * TodoCommentService ISB
      
      * Generate PkgDef entries
      
      * Generate VSIX manifest assets
      
      * Brokered services
      
      * Error reporting
      
      * BrokeredServiceConnection
      
      * Enable cancellation on disconnection
      
      * Error handling
      
      * Remove usage of WellKnownServiceHubService for brokered services
      
      * Semantic classification services
      
      * Fix streaming service calls
      
      * Propagate cancellation token to all services
      
      * Misc
      
      * Fixes
      
      * Feedback
      
      * Comments
      
      * Dispose feedback
      
      * RPC fixes
      
      * Rename brokered services
      
      * Prefix services with Microsoft.VisualStudio
      
      * Fix
      
      * Fix cancelation of OOP analyzer requests
      e53ffb73