1. 16 1月, 2020 9 次提交
  2. 04 1月, 2020 1 次提交
  3. 17 12月, 2019 1 次提交
  4. 13 12月, 2019 1 次提交
  5. 06 12月, 2019 2 次提交
  6. 20 11月, 2019 1 次提交
  7. 19 11月, 2019 1 次提交
  8. 16 11月, 2019 1 次提交
  9. 06 11月, 2019 1 次提交
    • M
      Add "Active file" analysis scope for background analysis in the IDE · e62aba55
      Manish Vasani 提交于
      Replaces the existing "Full Solution Analysis" option, with a background analysis scope to allow users to control the analysis scope for all solution crawler based background analysis.
      
      Fixes #38429. Active file scope minimizes all the background analysis to the active files, saving on CPU consumption from background analysis on remaining files in the solution.
      
      I have also updated up the low virtual memory listener which detects low VM and used to turn off just the full solution analysis to now set the background analysis scope to "Active file" for the current session.
      e62aba55
  10. 05 11月, 2019 1 次提交
  11. 01 11月, 2019 2 次提交
  12. 31 10月, 2019 3 次提交
    • M
      Add "Run Code Analysis" command support for Solution explorer "Analyzer and... · 38e4eda4
      Manish Vasani 提交于
      Add "Run Code Analysis" command support for Solution explorer "Analyzer and Code Cleanup" project context menu
      38e4eda4
    • M
      Updated xlf files · 8e044741
      Manish Vasani 提交于
      8e044741
    • M
      Hook up "Run Code Analysis" commands in Visual Studio to execute Roslyn analyzers. · 5b1ceea4
      Manish Vasani 提交于
      Fixes #38051: Users can now use this command to force complete all the analyzers on a project/solution (includes NuGet based + VSIX based analyzers, including IDE code style analyzers).
      Complements #39544: Users can now potentially disable continuous analyzer execution  during live analysis and instead execute them on demand with these commands.
      
      Few things to note:
      1. This change hooks up new "Run Code Analysis on ProjectName" menu commands for CPS based managed projects. These commands are already hooked up for csproj based legacy projects in StanCore, but that should eventually go away.
      2. This change only hooks up these new commands for top level Build and Analyze menus. Adding these to "Analyzer and Code Cleanup" context menus for project/solution in solution explorer is much trickier as the command groups are defined in StanCore. I will do so in a separate PR.
      3. This change also exposes a "RunAnalyzers" API for StanCore, so we can trigger analyzer execution when user executes run code analysis on solution/csproj based project. There is a VS side PR that will consume this functionality to make the experience uniform across all "Run Code Analysis" commands.
      5b1ceea4
  13. 30 10月, 2019 1 次提交
  14. 09 10月, 2019 1 次提交
  15. 08 10月, 2019 1 次提交
    • M
      Enable detection and addition of solution level .editorconfig as solution item · 6af28bfe
      Manish Vasani 提交于
      1. IDE code fix that adds new editorconfig for configuring code style/severity has been updated to create the file at root of the solution, instead of the project. Additionally, the code fix also automatically adds the file as a solution item.
      2. We now detect if user opens a solution with editorconfig at the root of the solution and provide an info bar to make it a solution item with a single click. User can choose to silence this suggestion for the current solution (solution user option) OR silence it for all solutions for the user (workspace option).
      6af28bfe
  16. 03 10月, 2019 1 次提交
  17. 20 9月, 2019 1 次提交
    • C
      Add Containing Type and Containing Member columns to FAR (#37802) · 937a50e6
      Cheryl Borley 提交于
      * Both columns added
      
      * Genericize custom column names
      
      * More changes to genericize
      
      * Cleanup
      
      * Respond to feedback
      
      * WIP
      
      * Change tuple to properties
      
      * Restrict to just containing types
      
      * Cleanup
      
      * cleanup
      
      * Refactor
      
      * Change method for getting Containing Type and Member
      
      * refactor GetAdditionalProperties
      
      * Fix merge conflicts
      
      * respond to feedback
      
      * respond to feedback
      
      * Change to struct
      
      * Add type for AbstractCustomColumnDefinitionWithMultipleValues
      
      * Cleanup
      
      * Change AdditionalProperty to FindUsagesProperty
      
      * respond to feedback
      
      * respond to feedback
      
      * Hide columns in F#
      
      * respond to feedback
      
      * fix merge conflict
      
      * Change from hiding columns to removing columns for non supported langs
      
      * Add additional implementations
      
      * formatting
      937a50e6
  18. 12 9月, 2019 1 次提交
  19. 10 9月, 2019 1 次提交
  20. 30 8月, 2019 1 次提交
  21. 14 8月, 2019 1 次提交
  22. 13 8月, 2019 1 次提交
  23. 09 8月, 2019 2 次提交
    • M
      Add "Set severity" context menu from error list · c15ca2fc
      Manish Vasani 提交于
      Hook up the configure severity context menu commands and functionality from a context menu in error list that shows up when a diagnostic entry is right clicked. For now, we allow configuration only if a single configurable diagnostic is selected. In future, we may allow bulk selection and configuration (IMO that doesn't seem like a very useful scenario, unlike bulk suppression from error list where individual diagnostic instances are suppressed).
      c15ca2fc
    • J
      Remove flighting and have a checkbox opt out of new .editorconfig support · d211833a
      Jason Malinowski 提交于
      At this point, the flighting controls we have aren't really useful
      anymore: we want this on for everybody unless the opt out, and that
      opt-out would be specific to certain users that are running into issues
      with the new system to keep them unblocked. I'm keeping this a per-
      machine setting (that doesn't roam) because it's really repo or VS
      version specific.
      d211833a
  24. 08 8月, 2019 1 次提交
    • M
      Add support to use editorconfig for set severity command in the Analyzers node context menu · 00f38309
      Manish Vasani 提交于
      1. Renamed "Set Rule Set Severity" command to "Set severity". Also renamed "Info" and "Hidden" sub-menus to "Suggestion" and "Silent" respectively to align with our editorconfig severity terminology.
      2. The set severity command handler checks if the project uses no ruleset or the default built-in ruleset, and if so it adds or updates editorconfig to configure severity. Otherwise, we continue using specified ruleset for configuration.
      3. Updated the effective ruleset severity computation for the rule nodes under Analyzers node to account for severity settings from editorconfig (analyzer config documents).
      00f38309
  25. 13 7月, 2019 1 次提交
  26. 08 7月, 2019 1 次提交
  27. 07 7月, 2019 1 次提交