1. 21 7月, 2016 1 次提交
  2. 01 7月, 2016 1 次提交
    • V
      Merge microupdate into master (#12258) · 5ee3bdd5
      Visual Studio Languages Snap Account 提交于
      * Merge pull request #12041 from heejaechang/buildsyncrace
      
      found one more case where documentId can be null
      
      * prevent VS from crashing if VS got shutdown while build error reporting is in progress.
      
      * Update our NuGet package version to 1.3.2
      
      * Update Microsoft.DiaSymReader.Native to 1.4.0 RTM (#12141)
      
      * Enable building of release nuget packages.
      
      This commit makes it so that we will always try to generate release nugets except if they depend on prerelease packages. If one of our nuget packages happens to depend on prerelease packages, then when building release nugets, we will simply print a message in the build output and skip release nuget generation for that package (and allow the overall build to succeed).
      
      * Address code review feedback.
      
      * Simplify script to use nuget.exe for prerelease dependency validation instead of adding custom logic in the script for this.
      
      * Remove Microsoft.CodeAnalysis.EditorFeatures from list of prerelease nuget packages.
      
      * Change the name of the error log file to skipped_packages.txt.
      
      * fixed DifferenceViewer leak
      
      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.
      5ee3bdd5
  3. 25 6月, 2016 1 次提交
    • 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
  4. 24 6月, 2016 1 次提交
  5. 23 6月, 2016 1 次提交
  6. 20 6月, 2016 1 次提交
  7. 15 6月, 2016 2 次提交
  8. 14 6月, 2016 1 次提交
  9. 08 6月, 2016 1 次提交
  10. 07 6月, 2016 1 次提交
  11. 03 6月, 2016 1 次提交
  12. 02 6月, 2016 1 次提交
  13. 01 6月, 2016 1 次提交
  14. 21 5月, 2016 1 次提交
  15. 13 5月, 2016 2 次提交
    • K
      Factor new Completion types into EditorFeatures.Next · 6d56b833
      Kevin Pilch-Bisson 提交于
      More cleanup to do between RoslynCompletionSet and
      FilteredRoslynCompletionSet.
      6d56b833
    • K
      Get build working with VS "15" again · eea2452c
      Kevin Pilch-Bisson 提交于
      1. Reference a bunch of stuff from Nuget packages instead of VS.
      2. Move to Update 2 versions of packages.
      3. Now that we are using the packages, we're referencing
         Microsoft.VisualStudio.Shell.14.dll instead of .15 again.  This means
         that types that moved to Shell.Immutable.15 are not type forwarders.
         Luckily we didn't need anything from Shell.Immutable.15 in the project
         where it was a problem.
      eea2452c
  16. 12 5月, 2016 1 次提交
  17. 06 5月, 2016 1 次提交
  18. 30 4月, 2016 1 次提交
  19. 22 4月, 2016 1 次提交
    • D
      Update GUIDs of dependencies projects in tree. · 8583468a
      David Kean 提交于
      Samples.sln and Roslyn.sln were fighting over the GUIDs of Immutable, Metadata and Compostion.
      Searching across the tree, and made sure that they were the uniform everywhere to prevent this.
      8583468a
  20. 20 4月, 2016 1 次提交
  21. 19 4月, 2016 1 次提交
  22. 16 4月, 2016 1 次提交
    • D
      Unify NuGet dependencies across the tree · 4aef0b06
      David Kean 提交于
      To prevent projects across the tree from having different dependencies, we unify
      external package dependencies by creating empty C# projects that represent them.
      We then make use of project.json package inheritance (where a project inherits
      all packages dependencies from their dependencies) to unify it across the tree.
      
      No projects outside of this tree, should be directly referencing versions of
      these dependencies manually.
      
      For this check-in I've tackled Metadata, Reflection, and DiaSymReader. Will tackle
      the rest in future commits.
      4aef0b06
  23. 29 3月, 2016 2 次提交
  24. 25 3月, 2016 3 次提交
  25. 11 3月, 2016 1 次提交
  26. 01 3月, 2016 1 次提交
  27. 26 2月, 2016 1 次提交
  28. 24 2月, 2016 2 次提交
  29. 23 2月, 2016 1 次提交
  30. 18 2月, 2016 5 次提交