1. 30 11月, 2015 2 次提交
  2. 20 11月, 2015 1 次提交
  3. 19 11月, 2015 1 次提交
  4. 16 10月, 2015 1 次提交
  5. 10 10月, 2015 4 次提交
  6. 30 9月, 2015 1 次提交
  7. 24 9月, 2015 1 次提交
  8. 22 8月, 2015 7 次提交
  9. 16 8月, 2015 1 次提交
  10. 23 7月, 2015 4 次提交
  11. 22 7月, 2015 2 次提交
  12. 21 7月, 2015 1 次提交
  13. 18 3月, 2015 1 次提交
    • M
      Fixes #249: Fix IDE diagnostics test framework to use... · dc6b707b
      mavasani 提交于
      Fixes #249: Fix IDE diagnostics test framework to use DiagnosticAnalyzerService to compute diagnostics rather than DiagnosticAnalyzerDriver.
      
      This change serves multiple purposes:
      1) Makes our test framework consistent with the IDE scenario in fetching diagnostics. We have missed out on multiple regressions where the core IDE DiagnosticAnalyzerDriver does the right thing and hence the tests pass, but the DiagnosticService in IDE does additional filtering and certain diagnostics are not reported in VS. This change should avoid such bugs.
      2) Enable testing for diagnostics V2 engine work that JohnHamby is doing to merge IDE and compiler analyzer drivers. For this engine, there is no IDE driver and hence existing IDE diagnostics tests can't be run. This change should enable running IDE diagnostics on V2 engine.
      3) Move a whole bunch of of test only code in DiagnosticAnalyzerService_Test.cs into the test layer.
      dc6b707b
  14. 28 2月, 2015 1 次提交
    • B
      Code formatter run · ae1aeb41
      beep boop 提交于
      Been almost a month since the code formatter was run so this change was
      a bit larger than would be expected for a normal (weekly) update.  Diffs
      mostly around:
      
      - Whitespace changes
      - Missing copyright headers
      - Missing visibility modifiers
      ae1aeb41
  15. 19 2月, 2015 3 次提交
  16. 18 2月, 2015 1 次提交
    • H
      support error list progress indicator · 5a1b81db
      Heejae Chang 提交于
      this is first step to add that support. added solution crawler progress reporter and renamed some types to solution crawler. and some plumbing to pass around progress reporter
      5a1b81db
  17. 04 2月, 2015 1 次提交
    • H
      fix diagnostic tagger differ bug · de640602
      heejaechang 提交于
      now it should properly re-tag editor when there are severity changes due to rule set changes or other changes. (changeset 1409269)
      de640602