1. 02 3月, 2020 1 次提交
  2. 28 2月, 2020 1 次提交
  3. 27 2月, 2020 2 次提交
  4. 26 2月, 2020 1 次提交
  5. 20 2月, 2020 1 次提交
  6. 17 2月, 2020 2 次提交
  7. 09 1月, 2020 1 次提交
  8. 19 12月, 2019 1 次提交
  9. 08 11月, 2019 1 次提交
  10. 01 11月, 2019 1 次提交
  11. 28 10月, 2019 1 次提交
  12. 25 10月, 2019 1 次提交
  13. 22 10月, 2019 1 次提交
  14. 21 10月, 2019 1 次提交
  15. 18 10月, 2019 1 次提交
  16. 08 10月, 2019 1 次提交
  17. 27 9月, 2019 1 次提交
  18. 13 9月, 2019 1 次提交
  19. 30 8月, 2019 1 次提交
  20. 27 8月, 2019 1 次提交
  21. 23 8月, 2019 1 次提交
  22. 06 8月, 2019 1 次提交
  23. 28 6月, 2019 1 次提交
  24. 17 6月, 2019 3 次提交
  25. 12 6月, 2019 1 次提交
  26. 08 6月, 2019 2 次提交
    • M
      Use ReadonlyArray for a few more lists of IActions · 9f6de388
      Matt Bierner 提交于
      Also changes processService to not modify its input actions, which seems like unexpected behavior
      9f6de388
    • M
      Use ReadonlyArrays for IActions used in notifications · e78f05a7
      Matt Bierner 提交于
      These arrays of actions should not be modified by the caller. Mark them as readonly to prevent this. This also let me eliminate a number of not null supressions that had been introduced during the strict null migration
      
      One small code change was required in `showError`. However I believe this was actually a bug since modifying the input array was likely not what would be expected (in practice, we usually just passed in array literals so I don't think we hit this one)
      e78f05a7
  27. 07 6月, 2019 1 次提交
  28. 06 6月, 2019 3 次提交
  29. 28 5月, 2019 1 次提交
  30. 24 5月, 2019 3 次提交
  31. 23 5月, 2019 1 次提交