1. 09 7月, 2020 1 次提交
  2. 07 7月, 2020 1 次提交
  3. 22 5月, 2020 1 次提交
  4. 21 5月, 2020 2 次提交
  5. 03 5月, 2020 1 次提交
  6. 25 4月, 2020 2 次提交
  7. 16 4月, 2020 2 次提交
  8. 08 4月, 2020 1 次提交
  9. 29 3月, 2020 1 次提交
  10. 03 3月, 2020 1 次提交
  11. 11 2月, 2020 1 次提交
  12. 23 1月, 2020 1 次提交
  13. 07 1月, 2020 1 次提交
    • T
      More refactoring and hardening of remote calls (#40395) · 9ba266a7
      Tomáš Matoušek 提交于
      * Adds nullability, removes dead code.
      
      * Clean up RemoteHostClient exception and lifetime handling
      
      * Nullables
      
      * JsonRpcEx disposal cleanup
      
      * Nullables
      
      * Refactor abstract JsonRpcEx to sealed RemoteEndPoint
      
      * Use RemoteEndPoint for ServiceHub services
      
      * Move ctor
      
      * Use RemoteEndPoint in ServiceHubRemoteHostClient
      
      * Minor cleanup of log messages
      
      * JsonRpcTargetOptions
      
      * Use RemoteEndPoint in CodeLens, tests
      
      * Inline Extensions.InvokeAsync methods into RemoteEndPoint
      
      * Remove unnecessary invoke methods
      
      * Unify exception handling
      
      * Allow null arguments in remote invocation
      
      * Simplify ClientDirectStream
      
      * Fold ClientDirectStream and ServerDirectStream into RemoteEntryPoint
      
      * Feedback
      
      * Fix test
      9ba266a7