1. 21 10月, 2016 2 次提交
  2. 18 10月, 2016 1 次提交
  3. 24 9月, 2016 1 次提交
  4. 20 7月, 2016 1 次提交
  5. 27 4月, 2016 1 次提交
  6. 01 3月, 2016 2 次提交
  7. 06 11月, 2015 1 次提交
  8. 16 10月, 2015 1 次提交
  9. 09 10月, 2015 1 次提交
  10. 24 9月, 2015 1 次提交
    • M
      This change adds a new code action to Features layer Suppression fixer to... · 515c3f96
      Manish Vasani 提交于
      This change adds a new code action to Features layer Suppression fixer to enable Removing suppressions on diagnostics which are suppressed in source by pragma/SuppressMessageAttribute. Additionally, this change also adds a batch fixer to enable removing suppression on multiple/all diagnostics. This functionality will be consumed by the "Remove suppression(s)" context menu for error list selection.
      515c3f96
  11. 15 9月, 2015 1 次提交
    • C
      Improve the GenerateType code-actions menu experience. · 4481967b
      Cyrus Najmabadi 提交于
      Put generate-type actions under a higher level "Generate Type" menu item if there are a lot of items in the code actions list.
      If there aren't a lot of actions, then inline the items.
      Simplify the wording of the "Generate type" actions to make the menu items cleaner.
      Provide simple APIs to allow users to create top level menu actions with sub actions.
      4481967b
  12. 11 9月, 2015 1 次提交
    • M
      Initial work for "Disconnected baselining" scenario: · 08b9efdc
      Manish Vasani 提交于
      1. CompilationWithAnalyzers can now report analyzer diagnostics with source suppressions (pragma/SuppressMessageAttribute). This will eventually allow us to surface diagnostics with source suppressions in the error list. Note that the behavior of command line compilers and all the GetDiagnostics APIs is unchanged, only the compiler analyzer will report diagnostics with source suppressions.
      
      2. Add FixAll support for Suppression code fixes. Light bulb suppression fixes now show the "Fix all occurrences" options for Document/Project/Solution. This change adds the basic functionality to bulk suppress diagnostics. This will eventually be consumed for baselining all/selected diagnostics from error list/solution explorer.
      
      3. Simplify the Suppression light bulb menu to remove the option to add a local SuppressMessageAttribute. The only options now are to suppress in source (pragma) or suppressions file (assembly level SuppressMessageAttribute).
      08b9efdc
  13. 17 4月, 2015 1 次提交
  14. 27 1月, 2015 1 次提交