1. 11 2月, 2020 1 次提交
  2. 07 2月, 2020 1 次提交
  3. 23 1月, 2020 1 次提交
  4. 18 1月, 2020 1 次提交
  5. 16 1月, 2020 13 次提交
  6. 12 1月, 2020 1 次提交
  7. 10 1月, 2020 3 次提交
  8. 07 1月, 2020 1 次提交
  9. 04 1月, 2020 1 次提交
  10. 03 1月, 2020 5 次提交
  11. 17 12月, 2019 1 次提交
  12. 13 12月, 2019 1 次提交
  13. 06 12月, 2019 2 次提交
  14. 20 11月, 2019 1 次提交
  15. 19 11月, 2019 1 次提交
  16. 16 11月, 2019 1 次提交
  17. 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
  18. 01 11月, 2019 2 次提交
  19. 31 10月, 2019 2 次提交
    • 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