1. 29 7月, 2019 2 次提交
  2. 19 7月, 2019 1 次提交
  3. 17 7月, 2019 2 次提交
  4. 16 7月, 2019 1 次提交
  5. 12 7月, 2019 1 次提交
  6. 29 6月, 2019 4 次提交
  7. 26 6月, 2019 1 次提交
  8. 20 6月, 2019 2 次提交
  9. 15 6月, 2019 1 次提交
  10. 05 6月, 2019 1 次提交
  11. 03 6月, 2019 2 次提交
  12. 29 5月, 2019 1 次提交
  13. 22 5月, 2019 2 次提交
  14. 21 5月, 2019 1 次提交
  15. 03 5月, 2019 1 次提交
  16. 16 4月, 2019 3 次提交
  17. 26 3月, 2019 1 次提交
  18. 23 3月, 2019 2 次提交
  19. 16 3月, 2019 1 次提交
  20. 09 3月, 2019 1 次提交
  21. 07 3月, 2019 1 次提交
  22. 02 3月, 2019 4 次提交
  23. 28 2月, 2019 1 次提交
  24. 18 2月, 2019 2 次提交
    • T
      Also fix #33242 for the scenario of finalizers. · 9bed5d71
      Thijs Brobbel 提交于
      9bed5d71
    • T
      Fix #33242 by teaching · 953c081f
      Thijs Brobbel 提交于
      MemberDeclarationSyntaxExtensions.GetExpressionBody() about constructor
      expression body methods: this is being used from
      CSharpMethodExtractor.CSharpCodeGenerator.CreateStatementsOrInitializerToInsertAtCallSiteAsync():139,
      which caused the code to not be aware that the constructor is an
      expression method body, leading to a different code path, and eventually
      an invalid cast.
      953c081f
  25. 15 2月, 2019 1 次提交