1. 29 7月, 2020 3 次提交
  2. 30 5月, 2020 1 次提交
  3. 23 5月, 2020 1 次提交
    • F
      Changes from feedback: · 09b64623
      Fredric Silberberg 提交于
      * Significantly expanded testing.
      * Reworded exception messages.
      * Simplified handling of getting semantic information in the CSharpSemanticModel.
      * Added comments as appropriate.
      * Added linux support for running the IOperation test hook from cli.
      09b64623
  4. 08 5月, 2020 2 次提交
    • M
      Address feedback · 59f745b8
      Manish Vasani 提交于
      59f745b8
    • 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
  5. 21 4月, 2020 1 次提交
  6. 31 1月, 2020 2 次提交
    • J
      Remove unnecessary 2.1 install · 5b54fdcc
      Jared Parsons 提交于
      5b54fdcc
    • J
      Move to target netcoreapp3.1 · 98da1837
      Jared Parsons 提交于
      Change Roslyn to target netcoreapp3.1 when building .NET Core assets.
      
      Previously the code targetted a mix of netcoreapp2.1 and netcoreapp3.0.
      The mix is due to default interfaces only being supported on
      netcoreapp3.0 and hence our testing needed to use that. Yet at the same
      time we were required to ship the compiler in SDKS that targetted
      netcoreapp2.1. Now we can universally target netcoreapp3.1.
      98da1837
  7. 04 9月, 2019 1 次提交
  8. 31 8月, 2019 2 次提交
  9. 27 6月, 2019 1 次提交
  10. 23 4月, 2019 2 次提交
  11. 16 4月, 2019 1 次提交
  12. 10 4月, 2019 1 次提交
  13. 30 3月, 2019 1 次提交
  14. 22 3月, 2019 1 次提交
    • J
      Post 3.0 merge fixup · 7e280a1d
      Jared Parsons 提交于
      This cleans up all of the PROTOTYPE comments around using the 3.0 SDK
      inside the DIM branch.
      7e280a1d
  15. 19 3月, 2019 4 次提交
  16. 02 3月, 2019 1 次提交
  17. 27 2月, 2019 1 次提交
  18. 26 2月, 2019 1 次提交
  19. 05 2月, 2019 1 次提交
  20. 30 1月, 2019 3 次提交
  21. 05 1月, 2019 1 次提交
  22. 19 12月, 2018 2 次提交
  23. 13 12月, 2018 1 次提交
  24. 11 12月, 2018 1 次提交
  25. 07 12月, 2018 1 次提交
  26. 04 12月, 2018 1 次提交
    • T
      Use Arcade testing targets (#30330) · 2f345d03
      Tomáš Matoušek 提交于
      * Use Arcade testing targets
      
      * Skip CodeStyle tests on Mono
      
      * Include net472 in test target frameworks for Mono
      
      * Remove incorrect file existence check.
      
      * Update ADO integration test yaml
      2f345d03
  27. 30 10月, 2018 1 次提交
  28. 11 10月, 2018 1 次提交