1. 14 12月, 2018 1 次提交
  2. 31 7月, 2018 1 次提交
  3. 29 7月, 2018 1 次提交
  4. 26 7月, 2018 1 次提交
  5. 10 7月, 2018 1 次提交
    • J
      Disable rather than try to work around VSTHRD103 · 323ae90c
      Jason Malinowski 提交于
      VSTHRD103 reminds people not to use .Result in tasks, which is great
      advice but we get a few false positives; in particular our
      SafeContinueWith extension isn't understood by the analyzer that the
      tasks involved are always completed, so you can just .Result them.
      Rather than working around this, let's just disable the analyzer in
      those cases.
      323ae90c
  6. 27 6月, 2018 1 次提交
  7. 09 3月, 2018 1 次提交
  8. 22 2月, 2018 1 次提交
  9. 13 7月, 2017 1 次提交
  10. 06 11月, 2015 1 次提交
  11. 23 4月, 2015 2 次提交
  12. 28 2月, 2015 1 次提交
    • B
      Code formatter run · ae1aeb41
      beep boop 提交于
      Been almost a month since the code formatter was run so this change was
      a bit larger than would be expected for a normal (weekly) update.  Diffs
      mostly around:
      
      - Whitespace changes
      - Missing copyright headers
      - Missing visibility modifiers
      ae1aeb41
  13. 07 2月, 2015 1 次提交
  14. 27 1月, 2015 1 次提交