1. 08 5月, 2020 2 次提交
    • M
    • M
      Skip executing analyzers by default on build · 76ee5f5a
      Manish Vasani 提交于
      This change skips executing analyzers by default on explicit builds (both inside VS and on command line prompt). This should speed up the overall build time of Roslyn.sln when building locally.
      
      The only time a developer would want analyzers to run locally outside the typing scenario is to compute the exact set of warnings for a specific project/solution before pushing your local changes to CI. They can now perform the following steps to achieve this:
      1. On command line: Build with `/p:UseRoslynAnalyzers=true` or `/p:RunCodeAnalysis=true`
      2. Inside VS:
         1. Start VS with `%RoslynEnforceCodeStyle% = true`, all builds in VS should execute analyzers
         2. Use `Run Code Analysis` command from `Analyze` menu on selected project/solution
      76ee5f5a
  2. 07 5月, 2020 15 次提交
  3. 06 5月, 2020 21 次提交
  4. 05 5月, 2020 2 次提交