1. 26 10月, 2019 1 次提交
    • J
      Switch some calls to ThreadHelper.ThrowIfNotOnUIThread to something else · 64068ba4
      Jason Malinowski 提交于
      It seems there's a flaky issue in our unit test setup where sometimes
      ThrowIfNotOnUIThread will throw even if you're on the JTF main thread.
      It appears the implementation relies on checking the Dispatcher object
      that must sometimes not be set up right. We have a standard mechansim
      anyways for asserting that we are on the UI thread that consumes our
      IThreadingContext, so switching the helper we call should avoid this.
      64068ba4
  2. 24 10月, 2019 26 次提交
  3. 23 10月, 2019 6 次提交
  4. 22 10月, 2019 7 次提交