1. 22 9月, 2016 1 次提交
    • A
      Remove restrictions on signing key length (#13910) · c54860f8
      Andy Gocke 提交于
      Roslyn uses the CLR APIs to sign an assembly, so as long as the CLR
      supports the key length and it is a valid key structure there's no
      reason we should limit the length of the key. In addition, the previous
      limit was wrong -- it didn't include padding space for the key header.
      
      Fixes #12822
      c54860f8
  2. 26 8月, 2016 2 次提交
  3. 25 8月, 2016 2 次提交
  4. 24 8月, 2016 1 次提交
  5. 11 8月, 2016 1 次提交
  6. 10 8月, 2016 1 次提交
  7. 27 7月, 2016 1 次提交
  8. 25 7月, 2016 1 次提交
  9. 23 7月, 2016 2 次提交
  10. 08 7月, 2016 2 次提交
  11. 07 7月, 2016 3 次提交
  12. 06 7月, 2016 8 次提交
  13. 02 7月, 2016 3 次提交
  14. 01 7月, 2016 4 次提交
  15. 29 6月, 2016 4 次提交
  16. 28 6月, 2016 1 次提交
  17. 25 6月, 2016 3 次提交
    • H
      Merge pull request #12153 from heejaechang/leakfix2 · f965b894
      Heejae Chang 提交于
      fixed DifferenceViewer leak
      f965b894
    • H
      fixed DifferenceViewer leak · ec082ecc
      Heejae Chang 提交于
      this leak was responsible for about 14% of managed memory in customer's dump.
      
      basically, in certain condition, if cancellation exception is thrown, we will not close difference viewer which cause
      all text views to leak. that cause all taggers and text buffers to leak and that cause our preview workspaces to alive.
      which in turn cause all solutions to alive and so on. all those objects (view, buffer, workspace, solution) are quite
      big graphs. so ends up eat up 14% of memory.
      
      added assert to make sure if we leak viewers again, we get some kind of notification.
      ec082ecc
    • S
      Merge pull request #12194 from shyamnamboodiripad/microupdate-3.2 · d2a15123
      Shyam N 提交于
      Enable release nugets in microupdate-3.2 branch
      d2a15123