1. 01 11月, 2016 1 次提交
  2. 11 10月, 2016 2 次提交
  3. 10 10月, 2016 1 次提交
  4. 23 8月, 2016 1 次提交
  5. 26 1月, 2016 1 次提交
  6. 17 12月, 2015 1 次提交
    • J
      Switch tests unnecessarily using WpfFact to Fact · a226d9d2
      Jason Malinowski 提交于
      These tests were all using WpfFact, but not actually doing anything
      that required either WPF or an STA thread. We plan to enable
      parallelization of Facts (but not WpfFacts), and this ensures we can
      parallelize as many tests as possible.
      a226d9d2
  7. 18 11月, 2015 1 次提交
  8. 11 11月, 2015 1 次提交
  9. 16 10月, 2015 1 次提交
  10. 10 10月, 2015 1 次提交
  11. 04 9月, 2015 1 次提交
    • J
      Generate inaccessible getters and setters · f6c0587e
      Jonathon Marolf 提交于
      The code generator no longer checks for accessibility when deciding if it
      should generate a getter or a setter.  There are many cases where we
      generate code that is inaccessible in the hope that the user can fix the
      accessibility problem later.
      f6c0587e
  12. 29 1月, 2015 1 次提交