1. 02 11月, 2019 2 次提交
  2. 01 11月, 2019 1 次提交
  3. 31 10月, 2019 1 次提交
    • 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
  4. 28 10月, 2019 1 次提交
  5. 26 10月, 2019 3 次提交
  6. 25 10月, 2019 2 次提交
  7. 24 10月, 2019 6 次提交
  8. 23 10月, 2019 1 次提交
    • M
      Enable logging of informational telemetry for analyzers/fixers/refactorings... · f18d016a
      Manish Vasani 提交于
      Enable logging of informational telemetry for analyzers/fixers/refactorings executed during Ctrl + .
      
      If user enables informational RoslynEventSource telemetry following the steps at https://aka.ms/reportPerf, we log the execution times for each analyzer/fixer/refactorings when computing the code fixes and refactorings to show in the light bulb. This will help us identify slow analyzers/fixers/refactorings that lead to UI delays with "Gathering suggestions" dialog.
      f18d016a
  9. 22 10月, 2019 2 次提交
  10. 20 10月, 2019 6 次提交
  11. 19 10月, 2019 1 次提交
  12. 18 10月, 2019 3 次提交
  13. 17 10月, 2019 1 次提交
  14. 16 10月, 2019 3 次提交
  15. 15 10月, 2019 4 次提交
  16. 13 10月, 2019 1 次提交
  17. 12 10月, 2019 2 次提交