1. 31 1月, 2020 2 次提交
    • J
      Clean up remaining test failures · 453cadbc
      Jared Parsons 提交于
      453cadbc
    • 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
  2. 29 1月, 2020 1 次提交
  3. 23 1月, 2020 1 次提交
  4. 21 1月, 2020 1 次提交
  5. 11 1月, 2020 2 次提交
  6. 09 1月, 2020 2 次提交
  7. 07 1月, 2020 1 次提交
  8. 11 12月, 2019 1 次提交
  9. 07 12月, 2019 3 次提交
  10. 21 11月, 2019 1 次提交
    • M
      Move to new API for GetSuggestedActions · 342796fd
      Manish Vasani 提交于
      Editor team recently added a new GetSuggestedActions API overload that allows providing a more detailed operation scope message. This PR moves us to that API for Roslyn suggested actions. We now display the name of the executing analyzer/fixer/refactoring when user hits Ctrl + Dot to bring up the light bulb. This should help the users identify the slow extension and help us in improving performance of our analyzers/fixers/refactorings.
      342796fd
  11. 19 11月, 2019 1 次提交
  12. 13 11月, 2019 1 次提交
  13. 06 11月, 2019 1 次提交
  14. 05 11月, 2019 1 次提交
  15. 04 11月, 2019 1 次提交
  16. 01 11月, 2019 1 次提交
  17. 25 10月, 2019 1 次提交
  18. 24 10月, 2019 3 次提交
  19. 09 10月, 2019 1 次提交
  20. 08 10月, 2019 1 次提交
  21. 04 10月, 2019 2 次提交
  22. 03 10月, 2019 2 次提交
  23. 01 10月, 2019 1 次提交
  24. 27 9月, 2019 3 次提交
  25. 25 9月, 2019 3 次提交
  26. 17 9月, 2019 1 次提交
  27. 13 9月, 2019 1 次提交