1. 18 10月, 2016 1 次提交
  2. 22 4月, 2016 2 次提交
  3. 21 4月, 2016 2 次提交
  4. 06 11月, 2015 1 次提交
  5. 16 10月, 2015 1 次提交
  6. 29 9月, 2015 1 次提交
    • M
      Add support for adding/removing suppressions for diagnostics with no source... · e7788159
      Manish Vasani 提交于
      Add support for adding/removing suppressions for diagnostics with no source location. Additionally,  when the diagnostics being suppressed or unsuppressed are across different languages, instead of showing a preview changes dialog per-language, we now show a single preview changes dialog for the entire changed solution.
      e7788159
  7. 19 9月, 2015 1 次提交
  8. 16 9月, 2015 1 次提交
    • M
      Build more FixMultipleOccurrences support: · 255b20e0
      Manish Vasani 提交于
      1) Add a FixMultipleCodeAction for fixing specified set of diagnostics in a FixMultipleContext.
      2) Add a IFixMultipleOccurrencesService which takes a specific set of diagnostics and computes and applies a FixMultipleCodeAction. This will eventually be used to bulk fix or suppress instances of diagnostics from the error list.
      
      Also handle this new context and fix scope in the suppression fixers, so that the disconnected baselining scenario can use this functionality.
      255b20e0