You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time-dependent assertions (CompleteWithinAsync, ThrowWithinAsync, ExecutionTime) run on an internal IClock/ITimer abstraction. Basing this on System.TimeProvider (net8.0) would let users and extension authors drive these assertions deterministically with FakeTimeProvider, and would give a public, supported seam instead of the internal one.
Time-dependent assertions (
CompleteWithinAsync,ThrowWithinAsync,ExecutionTime) run on an internalIClock/ITimerabstraction. Basing this onSystem.TimeProvider(net8.0) would let users and extension authors drive these assertions deterministically withFakeTimeProvider, and would give a public, supported seam instead of the internal one.