1. 22 10月, 2015 8 次提交
  2. 21 10月, 2015 9 次提交
    • H
      Merge pull request #6064 from heejaechang/errorkeyword · bb2ab38b
      Heejae Chang 提交于
      provide HelpKeyword information for offline help
      bb2ab38b
    • M
      Merge pull request #6096 from mavasani/BulkSuppressPerfFixes · 04b35434
      Manish Vasani 提交于
      Address the performance issues for bulk suppression in IDE.
      
      1. "Suppress active issues" command from solution explorer was doing couple of builds - one command line build to compute the FxCop diagnostics and another intellisense build to fetch Roslyn diagnostics. This change removes the second build and instead uses the diagnostics emitted from the build for suppression.
      
      2. Bulk suppressing multiple diagnostics from error list/suppress active issues command was spending more than 50% of time in formatting the generated global suppressions file. This delay grows significantly larger with 1000+ issues being suppressed. This fix changes us to not format the entire suppressions file at once, but instead format each attribute separately and avoid formatting the batched file. This significantly brings down the formatting time.
      
      3. Thread in the cancellation token during batch fix computation - otherwise cancelling the wait dialog while computing suppressions fix will make VS unresponsive.
      
      Fixes #6066
      04b35434
    • M
      Address the performance issues for bulk suppression in IDE. · 18664095
      Manish Vasani 提交于
      1. "Suppress active issues" command from solution explorer was doing couple of builds - one command line build to compute the FxCop diagnostics and another intellisense build to fetch Roslyn diagnostics. This change removes the second build and instead uses the diagnostics emitted from the build for suppression.
      
      2. Bulk suppressing multiple diagnostics from error list/suppress active issues command was spending more than 50% of time in formatting the generated global suppressions file. This delay grows significantly larger with 1000+ issues being suppressed. This fix changes us to not format the entire suppressions file at once, but instead format each attribute separately and avoid formatting the batched file. This significantly brings down the formatting time.
      
      3. Thread in the cancellation token during batch fix computation - otherwise cancelling the wait dialog while computing suppressions fix will make VS unresponsive.
      
      Fixes #6066
      18664095
    • C
      Merge pull request #6176 from cston/5964 · 88fcb09d
      Charles Stoner 提交于
      Set State.WaitingForInput in PrepareForInput [stabilization]
      88fcb09d
    • M
      Merge pull request #6154 from mattwar/Stab6012 · 076c6752
      Matt Warren 提交于
      Do async locking correctly
      076c6752
    • T
      Merge pull request #6175 from tmat/SourcePathsAndImports · 6a84ac12
      Tomáš Matoušek 提交于
      Fixes REPL initialization and SourcePaths handling
      6a84ac12
    • J
      Merge pull request #6156 from jasonmalinowski/remove-unnecessary-pumping-waits · 8fabe3c9
      Jason Malinowski 提交于
      Don't call PumpingWaitResult for the result of GetSyntaxTreeAsync
      8fabe3c9
    • M
      Merge pull request #6172 from mavasani/VBAnalyzerDeadlock · 07ac6392
      Manish Vasani 提交于
      Fix a race condition in AsyncQueue.EnqueueCore
      07ac6392
    • J
      Merge pull request #6013 from jasonmalinowski/fix-generate-end-construct-fix-on-accessor · 2c140b31
      Jason Malinowski 提交于
      Fix generate end construct when invoked on an accessor
      2c140b31
  3. 20 10月, 2015 19 次提交
  4. 19 10月, 2015 4 次提交