1. 01 6月, 2019 6 次提交
  2. 28 5月, 2019 2 次提交
  3. 26 5月, 2019 1 次提交
  4. 25 5月, 2019 11 次提交
  5. 24 5月, 2019 16 次提交
  6. 23 5月, 2019 4 次提交
    • S
      Add tests for generics · d10ed98f
      Sam Harwell 提交于
      d10ed98f
    • I
      Set non-blocking mode per textView (#35837) · 6a52142b
      Ivan Basov 提交于
      * Set non-blocking mode per textView
      
      * Update CompletionSource.cs
      
      * unit test for switching between blocking and non-blocking
      
      * can use the global option if switching it back and force
      6a52142b
    • Y
      Pull Members Up: A couple of fixes to pull to base class as abstract (#35331) · 51672e53
      Yair Halberstadt 提交于
      * Make methods overrides when pulling to base class with the make abstract option.
      Remove abstract methods when pulling to base class with the make abstract option.
      
      * Fix broken Unit tests
      
      * Simplify code to add override modifier based on Code Review
      
      * don't use generic ReplaceNode where not necessary in MembersPuller.PullMembersIntoClassAsync
      51672e53
    • H
      move StreamJsonRpc 1.xxx to 2.xxx (#34860) · 0427bb25
      Heejae Chang 提交于
      * Revert "Revert "move StreamJsonRpc to 2.x from 1.3.x (#33960)" (#34654)"
      
      This reverts commit 297aaf20.
      
      * fix streamJsonRpc version conflict errors
      
      * move stream json rpc to more recent version and remove unnecessary explicit dependency
      
      * fix nuget version conflict issue
      
      * json rpc array bug workaround
      
      * move ToArray fix to lower layer
      
      * underlying issue is fixed in stream json rpc already and inserted to VS before we going in.
      
      removed workaround.
      0427bb25