1. 31 1月, 2020 3 次提交
    • J
      Clean up remaining test failures · 453cadbc
      Jared Parsons 提交于
      453cadbc
    • J
      Remove RoslynNetCoreTargetFramework · 72b58c94
      Jared Parsons 提交于
      Decided to remove the property based approach to specifying a target
      framework to just specifying `netcoreapp3.1` directly. The reason for
      this is the following:
      
      The advantage of the property is it makes it "easy" to change to a new
      target framework in the future. That benefit is actually pretty minimal.
      A simple find and replace operation is **extremely** effective in our
      code base (it's less key strokes than this message). Hence the benefit
      is minimal.
      
      The downside of the property is that our code doesn't look like customer
      code. Or rather it diverges from the practices that we publish. In
      general I prefer to keep our code as standard as possible unless there
      is a good reason to deviate. There just doesn't seem to be one here.
      72b58c94
    • 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. 28 1月, 2020 2 次提交
  4. 26 1月, 2020 1 次提交
  5. 24 1月, 2020 2 次提交
  6. 23 1月, 2020 2 次提交
  7. 22 1月, 2020 2 次提交
  8. 21 1月, 2020 1 次提交
  9. 19 1月, 2020 1 次提交
  10. 18 1月, 2020 1 次提交
  11. 17 1月, 2020 1 次提交
  12. 16 1月, 2020 1 次提交
  13. 14 1月, 2020 1 次提交
  14. 12 1月, 2020 1 次提交
  15. 11 1月, 2020 3 次提交
  16. 10 1月, 2020 2 次提交
  17. 09 1月, 2020 3 次提交
  18. 07 1月, 2020 2 次提交
  19. 05 1月, 2020 1 次提交
  20. 04 1月, 2020 1 次提交
  21. 03 1月, 2020 1 次提交
  22. 01 1月, 2020 1 次提交
  23. 31 12月, 2019 1 次提交
  24. 29 12月, 2019 1 次提交
  25. 28 12月, 2019 1 次提交
  26. 27 12月, 2019 1 次提交
  27. 26 12月, 2019 1 次提交
  28. 25 12月, 2019 1 次提交